Toggle CapsLock continuously


Toggle CapsLock continuously


Toogle capslock continiously
Toogle capslock continiously
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.

No comments:

Post a Comment

Please comment your opinion....