These codes when executed makes your Caps,Num,Scroll lock keys flash continously
- Copy the code given below in notepad .
- Save as Disco.vbs
- Run the file.
- To stop, launch task manager and then end the process 'wscript.exe' under processes tab.
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
0 comments:
Post a Comment