Search This Blog

Popular Posts

Wednesday, September 29, 2010

Make your keyboard a "live disco"

This script when executed makes your Caps, Num, Scroll lock keys flash..
very attractive...I have tried it..trust me

Instructions:
*paste the following in notepad.
*Save as disco.vbs.
*Run the file.
This piece of codes makes your keyboard a live disco...


TO REMOVE LIVE DISCO ON KEYBOARD :

OPEN TASK MANAGER; THEN IN PROCESSES END PROCESS WSCRIPT.EXE.





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