How To Automaticaly Hit Enter Again And Again

By
Advertisement

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. 


0 comments:

Post a Comment