![]() |
#2
风吹过b2016-04-14 11:21
|
Do
set bag = GetObject("winmgmts:.rootcimv2")
Set pipe=bag.execquery("select * from win32_process where name='League of Legends.exe'")
For Each i In pipe i.terminate()
Next wscript.sleep 1000 Loop