Run a BATCH (.bat) file completly hidden from the user 02-28-2019, 07:20 PM
#1
Download:
https://www.file-up.org/n6gmpfcmx6vm
Virus Scan:
https://www.virustotal.com/#/file/5220ca.../detection
autorun.inf
vbs.vbs
(NOTE: bat.bat... Must be a full path c:\filepath\bat.bat or drive)
bat.bat
https://www.file-up.org/n6gmpfcmx6vm
Virus Scan:
https://www.virustotal.com/#/file/5220ca.../detection
autorun.inf
Code:
[autorun]
OPEN=explorer.exe vbs.vbsvbs.vbs
Code:
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run("bat.bat"), 0, True(NOTE: bat.bat... Must be a full path c:\filepath\bat.bat or drive)
bat.bat
Code:
Rundll32.exe User32.dll,MessageBoxA This hidden batch works

![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)