07:52
0

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.
•      Now open the newly created file and see how the key behaves!

In order to end the vbs script (stop continuous key presses), open task manager and end the wscript.exe process as shown in image below.

0 comments:

Contact me

Name

Email *

Message *