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