This trick just makes your keyboard lights go crazy and do disco. LoL.
The script I’m sharing with you, when executed makes your Caps, Num and Scroll Lock’s light flash in a cool rhythmic way!
1.This code makes the LEDs to dance randomly
Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”wshshell.sendkeys “{NUMLOCK}”wshshell.sendkeys “{SCROLLLOCK}”loop
OR
2.This code makes the LEDs to dance in a regular manner.
Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 200wshshell.sendkeys “{CAPSLOCK}”wscript.sleep 100wshshell.sendkeys “{NUMLOCK}”wscript.sleep 50wshshell.sendkeys “{SCROLLLOCK}”loop
Instructions:
*paste any of the two above codes in Notepad
*Save as “AnyFileName”.vbs
*Run the file
*To stop, launch task manager and then under “Processes” end “wscript.exe”
*paste any of the two above codes in Notepad
*Save as “AnyFileName”.vbs
*Run the file
*To stop, launch task manager and then under “Processes” end “wscript.exe”
I hope u would like it..