Monday, November 21, 2011

Cool Keyboard Tricks (Windows) : Make a Disco all lights keyboard blinking using NOTEPAD xD

Keyboards usually have small LED's which indicate whether different types of locks are activated or not.  Narito ang isang panlinlang upang gamitin ang mga ilaw ng iyong keyboard sa isang mas creative na paraan sa Windows.hehehe..

follow the steps given below :)

1. Buksan ang Notepad.
2. Kopyahin at ilagay ang eksaktong code sa ibaba
3. Save the file as Disco.vbs or "*.vbs".

Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco :)
You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process. :)





Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

No comments:

Post a Comment