How to Make Crazy caps lock ?
*This constantly turns caps lock on and off really fast continuously*
Code:-
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
open notepad and write the following code and save them as (name.bat) file.
_________________________
_________________________
Related Posts
Subscribe Our Newsletter
0 Comments to "How to Make Crazy caps lock ?"
Post a Comment