This VBS trick help you to press backspace continuously.
Prank your friends by hitting backspace continuously from a single file.
- Open Notepad.
- Copy the below text into notepad.
MsgBox ("Let's go back a few steps !!!")
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
- Save this file with somename.vbs extension rather than .txt
- Double click the file and enjoy.
Bhuvan Arora
No comments:
Post a Comment