Here are steps to make your keyboard lights go disco …
Open the notepad and type the code given below.
- FOR RANDOM DISCO, type it as it is…
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
- FOR REGULAR DISCO , type it as it is..
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
- Per notepad document save only one code with a name and .vbs extension.
- Then, Run the .vbs file saved.
- Notice your Keyboard lights of CAPS LOCK, NUM LOCK and SCROLL LOCK do disco…
FOR ENDING IT…
- Open TASK MANAGER, search for the program and the select it and click END TASK.
- The disco now ends..
ENJOY YOUR DISCO !!!