How to make Keyboard Lights do Disco ?
Learn the simple tricks by which you can make the keyboards light do live disco.
To use this Trick just follow the simple steps given below :
- Open Notepad.
- Copy and paste the following code into notepad :
Set wshShell =wscript.CreateObject("WScript.Shell")
do wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
- Save it as LightDisco.vbs.
- Run this File.
- Now it is done.