Tuesday, 28 April 2015

How To Automaticaly Hit Enter Again And Again


How To Automaticaly Hit Enter Again And Again


Step 1 >> Open Notepad.
Step 2 >> Copy This Code. Code:
---------------------------------------------------------------------------------------
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100


wshshell.sendkeys "~(enter)"
loop
---------------------------------------------------------------------------------------
Step 3 >>Save it as "Anything.VBS" and send it. Or Run It.

No comments:

Post a Comment