Turn your keyboard lights into DISCO LIGHTS !!!

YEP, you can do that . you wanna be cool by turning your keyboard lights into disco type beeping lights ? , Well here’s the way to do this :
1. Open notepad and paste the following code exactly as it is .
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Save it as “disco.vbs” and select “All files ” in file type.                                                       3. Open this file and BOOM !!!
NOTE :- To stop the keyboard’s beep go to task manager and end the “wsscript  or microsoft’s windows base host script ” .
PLEASE SHARE AND COMMENT .