Sunday, August 29, 2010

Frustrate your friend by making his hit Enter Continuously

Posted by Patel Gopal On 11:08 PM 0 comments

Copy and Paste this code into any text editor (Notepad) and save as enter.vbs

This will work as we press continuously.

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

0 comments:

Post a Comment