Pages

Sunday 30 October 2011

hack key-board

How to make your keyboard lights like disco lights..?

Open notepad & type this

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

save as disco.vbs

then see the lights of the keyboard...See More

1 comment:

  1. I use this way to restart my modem at night 2 o'clock automatically by doing a telnet login and giving a reboot command

    ReplyDelete