Monday, 4 February 2013

Make your BACKSPACE key Continuously pressed

Type in Notepad :

MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop


Save as “AnyFileName”.vbs

No comments:

Post a Comment