Blogger Widgets Blogger Widgets

ADFLY REGISTRATION

Pages Tabs

Sunday, 25 November 2012

Make Your Keyboard LED Lights Disco Dance!


Do you want to see your keyboard lights play disco? Yes, you heard that right! You can make your keyboard LEDs dance, with a simple Visual Basic script. Now, without much ado, let me give you the script.

1.        Copy the following script into a notepad. Then save that file with an extension “.vbs”. Now click on the new file with a script like icon. You see the magic! I am sure you will enjoy seeing them. Here are the codes you need to paste:



This code makes the LEDs to dance randomly.

Set wshShell =wscript.CreateObject("WScript.Shell")

do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop




2.           Then save this file as led.vbs (.vbs is must) Download Direct By Link:-
3. Open your save file and see your keyboard led blinking like disco lights.
You see the magic! I am sure you will enjoy seeing them.
How to disable blinking Led ?
1. First open Task Manager [ctrl+alt+del ] 
2. Then Go to process tab. 
3. Select wscript.exe  
4. Click on End process

No comments:

Post a Comment