You often chat and type while surfing arround net. What if your keyboard started being crazy and your mail isn’t opening even you’ve entered the correct passowrd.
This simple few lines code enables and disables the capslock key randomly leading to type in capital and small letters repeatedly. Which reults wrong password and zigzag typing. Just go ahead copy and paste the following codes in notepad and save it as “keyboard.vbs” (type with inverted comma)
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 10
wshshell.sendkeys “{CAPSLOCK}”
loop