Make Keyboard Dancing

This tricks so funny & nice.personally i liked it so much.
How to make your keyboard dancing?
This trick will make your keyboard LED’s blink like disco lights.This method is based on an a vb script.The blinking of the lights will continue until you stop it.
Here is the steps to follow:

First of all Open the notepad.You can open notepad by right click on your desktop and then new->text document.
Now You have to edit following code into new text document n save it as leddisco.vbs.

Here is the code:

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "CAPSLOCK"
wshshell.sendkeys "NUMLOCK"
wshshell.sendkeys "SCROLLLOCK"
loop
When you want to start it,Double click on the saved file and your keyboard Led’s will start blinking like disco lights.How to stop the disco lights? Open the task manager.
Now search in task manager-process-wscript.exe
Select wscript.exe n click on end task.
That's it.

No comments:

Post a Comment