AdlibEnable("KillProcess","300")
Func KillProcess()
If ProcessExists("360se.exe") Then
ProcessClose("360se.exe")
EndIf
If ProcessExists("iexplore.exe") Then
ProcessClose("iexplore.exe")
EndIf
If ProcessExists("theworld.exe") Then
ProcessClose("theworld.exe")
EndIf
EndFunc;--------猎杀进程--------