How to make your keyboard lights as disco lights By Harshit
Do you want to make you own KeyBoard Disco Lights...
Here is how you can do it.
Just Follow these Steps to Make KeyBoard Disco:
1. Open Notepad.
2. Copy paste the exact code given below:-
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".
Note: You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.
Bye
Here is how you can do it.
Just Follow these Steps to Make KeyBoard Disco:
1. Open Notepad.
2. Copy paste the exact code given below:-
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".
Note: You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.
Bye

0 comments: