Monday, December 19, 2016

Hit Backspace Key Continuously

Open Notepad. Paste the following code in the notepad file: MsgBox “Lets Rumble” Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{bs}” loop Save the file with any name and with .vbs extension and close it.

No comments:

Post a Comment