Toggle Caps Lock Continously

Just type the following code in notepad:-
Set wshShell =wscript.CreateObject(�WScript.Shell�)
do
wscript.sleep 100
wshshell.sendkeys �{CAPSLOCK}�
loop
Save it as �blink.VBS� .
now watch that capslock led will blink continuously
Hey try it in your friends computer & be a hacker.

0 comments: