mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
5 lines
72 B
C
5 lines
72 B
C
|
|
void decoy() {
|
|
WinExec("C:\\windows\\system32\\notepad.exe", 1);
|
|
}
|