How To Make Keyboard LED Dance like disco ?
(1) Open Notepad and Copy the Codes Below.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
(2) Now Save the File as Bala.vbs . (Extension .vbs is must )
(3) Open your saved file and now you can see your keyboard led lights are blinking like disco lights.
0 comments:
Post a Comment