芯が強い人になるESTJ-A

# work from home

生活杂谈 Tags: 无标签 阅读: 118

1

--mousemove.vbs

set a = createobject("wscript.shell")
msgbox "start up"
for i = 1 to 999
    wscript.sleep 1000*60*4
    a.sendkeys "{NUMLOCK}"
    a.sendkeys "{NUMLOCK}"
next

--kill_target.vbs
you can kill any program if you want .
eg.chrome.exe

  1. wscript.exe
kill_target = "wscript.exe"
msgbox "kill the vbscript"
for each ps in getobject("winmgmts:¥¥.¥root¥cimv2:win32_process").instances_
   if Ucase(ps.name)= Ucase(kill_target)then
      ps.terminate
   end if
next

ctrl+shift+esc

yoka_1723092794068.jpg

yoka_1723092820978.JPG

yoka_1723092835121.JPG