![]() |
|
Hacxx EXE Binder [100% Undetected] - Execute 2 files at the same time - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Hacxx EXE Binder [100% Undetected] - Execute 2 files at the same time (/Thread-Hacxx-EXE-Binder-100-Undetected-Execute-2-files-at-the-same-time) |
Hacxx EXE Binder [100% Undetected] - Execute 2 files at the same time - hacxx - 02-15-2024 Code: echo Set UAC = CreateObject("Shell.Application") >%temp%\2b.vbs && echo UAC.ShellExecute "cmd.exe", "/c calc.exe && notepad.exe", , "runas", 1 >>%temp%\2b.vbs && %temp%\2b.vbs |