Sunday 27 November 2016

Numlock Hack

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{NUMLOCK}”
loop


Save it as Learnfromzero.vbs
Share:

0 comments:

Post a Comment