-->

Recent Posts



Keyboard Running LED Lights

Hi Guys!
Want to run the LED lights in your keyboard like a Christmas light?
well, on this tut I'll show you how.
Let's start!!!
1. Open NOTEPAD, copy and paste the following codes:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Save it in any name you want with a file extension of .vbs
example "gelyco.vbs" save it anywhere you want in your computer.
3. Run the saved file.


Now, how to disable it?
1. press CTRL + ALT + DEL (shortcut for Task Manager)
2. on the Processes tab click "wscript.exe" and hit "End Process"

Have fun and enjoy! :)