
Hello Friends, today in this post you will get how to change your keyboard to a Disco Keyboard .
You can make your Keyboard LEDs dance, with a simple visual Basic Script .
These Codes when Executed makes your Caps,Num ,Scroll lock keys flash ...
Just Follow the Given Steps ::
Step 1: Open Notepad and Paste this Code into it :
A) This code make ur keyboard a Live Disco ...
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” wshshell.sendkeys “{NUMLOCK}” wshshell.sendkeys “{SCROLLLOCK}” loop
OR
B) This code make ur keyboard a Live Disco ...
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” wshshell.sendkeys “{NUMLOCK}” wshshell.sendkeys “{SCROLLLOCK}” loop
Step 2: Save these file as ".vbs" extensions . then Double click on it .
Then U can see What Happen !!!! " Disco " ..
Step 3 : To Stop ,LAuch task Manager (ctrl+shift+esc) and then under "Processes" end wsrcipt.exe .
I Hope you would like it ...
Enjoy:)