Keyboard Dancing LED Light Trick

PC and MAC news and discussions.

Keyboard Dancing LED Light Trick

Postby crustyasp46 » Tue Nov 05, 2013 2:20 pm

Keyboard Dancing LED Light Trick

Keyboard led trick
As we know keyboards having 3 LEDs
1. NUM LOCK
2.CAPS LOCK
3.SCROLL LOCK
Here is a trick to use the lights of your keyboard in a more creative manner in Windows.
This trick uses a simple Visual basic script which when
activated makes your scroll lock, caps lock and num locks LED’s flash in a cool rhythmic way which gives the perception of a live disco on your keyboard.

MAKE THE DISCO WITH 3 SIMPLE STEPS :

Open Notepad Paste The below Code

Set WEBCHILLER =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
WEBCHILLER.sendkeys “{CAPSLOCK}”
WEBCHILLER.sendkeys “{NUMLOCK}”
WEBCHILLER.sendkeys “{SCROLLLOCK}”
loop

Then save this file as led.vbs (.vbs is must)
Open your save file and see your keyboard led blinking like disco lights.

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.

Source :
Code: Select all
http://incredibleengineering.com/keyboard-dancing-led-light-trick
User avatar
crustyasp46
He's Everyones Daddy
He's Everyones Daddy
Next LVL Up at : 1750
Next LVL Up at : 1750
 
Posts: 1716
Joined: Sun Jun 06, 2010 11:06 pm
Has thanked: 2653 times
Been thanked: 1006 times

Re: Keyboard Dancing LED Light Trick

Postby Kherr » Thu Nov 07, 2013 12:09 pm





Doesn't seem to work on Windows 8 Pro or Windows 7 Pro. T_T
Image
Image
Image
Image
User avatar
Kherr
Site Admin
Site Admin
Next LVL Up at : 1800
Next LVL Up at : 1800
 
Posts: 1776
Joined: Wed Feb 03, 2010 4:19 pm
Location: Detriot, MI, USA
Has thanked: 617 times
Been thanked: 564 times
Fav System: PC/NES/SNES/Genesis
Steam ID: DAKherr

Re: Keyboard Dancing LED Light Trick

Postby Dragon Mech » Wed Nov 20, 2013 7:17 pm

i've been playing with this a little bit and here a a couple more scripts:
Code: Select all
Set WEBCHILLER =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 80
WEBCHILLER.sendkeys "{NUMLOCK}"
wscript.sleep 80
WEBCHILLER.sendkeys "{CAPSLOCK}"
wscript.sleep 80
WEBCHILLER.sendkeys "{SCROLLLOCK}"
loop


Code: Select all
Set WEBCHILLER =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 10
WEBCHILLER.sendkeys "{SCROLLLOCK}"
WEBCHILLER.sendkeys "{NUMLOCK}"
wscript.sleep 100
WEBCHILLER.sendkeys "{SCROLLLOCK}"
WEBCHILLER.sendkeys "{NUMLOCK}"
wscript.sleep 100
WEBCHILLER.sendkeys "{SCROLLLOCK}"
WEBCHILLER.sendkeys "{NUMLOCK}"
wscript.sleep 100
WEBCHILLER.sendkeys "{NUMLOCK}"
WEBCHILLER.sendkeys "{SCROLLLOCK}"
wscript.sleep 100
WEBCHILLER.sendkeys "{SCROLLLOCK}"
WEBCHILLER.sendkeys "{NUMLOCK}"
wscript.sleep 100
WEBCHILLER.sendkeys "{SCROLLLOCK}"
WEBCHILLER.sendkeys "{NUMLOCK}"
wscript.sleep 10
WEBCHILLER.sendkeys "{CAPSLOCK}"
wscript.sleep 100
WEBCHILLER.sendkeys "{CAPSLOCK}"
wscript.sleep 100
WEBCHILLER.sendkeys "{CAPSLOCK}"
wscript.sleep 100
WEBCHILLER.sendkeys "{CAPSLOCK}"
wscript.sleep 100
WEBCHILLER.sendkeys "{CAPSLOCK}"
wscript.sleep 100
WEBCHILLER.sendkeys "{CAPSLOCK}"
loop


in order for these scripts to work properly, please make sure you have your Num Lock, Caps Lock, and Scroll Lock turned off before you use them. or else they won't look like they'er supposed to. have fun :)
Site Moderator
For the Glory of the Gamer Nation!
Image
Image
User avatar
Dragon Mech
Site Moderator
Site Moderator
Next LVL Up at : 630
Next LVL Up at : 630
 
Posts: 612
Joined: Sun Mar 18, 2012 1:58 pm
Location: Somewhere out there.
Has thanked: 570 times
Been thanked: 358 times
Fav System: Too many to list here :D


Return to Modern Computing

Who is online

Users browsing this forum: No registered users and 62 guests