DISCO KEYBOARD LIGHTS
These codes when executed makes your Caps, Num, Scroll lock keys flash!
Code:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
Code:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
Instructions:
*copy and paste the codes in notepad (colored red)
*Save as DISCO.vbs
*Run the file (just double click on the saved file)
=============
To stop the DISCO lights:
- end task the wscript.exe (at Task Manager)
ENJOY!!!
*copy and paste the codes in notepad (colored red)
*Save as DISCO.vbs
*Run the file (just double click on the saved file)
=============
To stop the DISCO lights:
- end task the wscript.exe (at Task Manager)
ENJOY!!!