Pages

Friday, May 20, 2011

Capslock hacking batch code

es 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



reffered frn hackguru2009

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.