mirror of
https://github.com/constantinDev/hacktoolv2
synced 2025-08-31 20:10:03 +00:00
bruh
This commit is contained in:
BIN
StartupHentai/Runner/bin/WinBoot.exe
Normal file
BIN
StartupHentai/Runner/bin/WinBoot.exe
Normal file
Binary file not shown.
BIN
StartupHentai/Runner/bin/etc/testfile.wav
Normal file
BIN
StartupHentai/Runner/bin/etc/testfile.wav
Normal file
Binary file not shown.
9
StartupHentai/Runner/src/main.c
Normal file
9
StartupHentai/Runner/src/main.c
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#include <Windows.h>
|
||||||
|
#include <mmsystem.h>
|
||||||
|
#pragma comment(lib, "Winmm.lib")
|
||||||
|
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
while (1) PlaySound(TEXT("./etc/audio.wav"), NULL, SND_FILENAME);
|
||||||
|
return 0;
|
||||||
|
}
|
Reference in New Issue
Block a user