Make ur keyboard a live disco...!!
This code when executed makes your Caps, Num, Scroll lock keys led on the Keyboard flash. Whats more it works on both laptops and desktops and is totally harmless andvery attractive...i have tried it..trust me..
Instructions:
*paste the code in notepad
*Save as disco.vbs
*Run the file
This piece of code makes your keyboard a live disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
TO STOP
OPEN TASK MANAGER THEN IN PROCESSES DELETE WSCRIPT.EXE FILE
No comments:
Post a Comment