Hack the keyboard

You can hack your keyboard with the simple 5 lines of code. All you need to do is, open the notepad and paste the below code in it. And sit back and relax. Now, your keyboard will start typing continuously.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
  wscript.sleep 100
  wshshell.sendkeys "Keyboard is hacked!"
loop

“Keyboard is hacked” text can be replaced with anything. Save it as ‘keyboard_hack.vbs

Leave a Reply

Your email address will not be published. Required fields are marked *