Sunday 27 November 2016

Hit Enter continuously

Set wshShell = wscript.CreateObject("WScript.Shell") 
do 
wscript.sleep 100 
wshshell.sendkeys "~(enter)" 
loop 

Save it as Learnfromzero.vbs
Share:

0 comments:

Post a Comment