This is really funny Trick..
This will make your keyboards light blink like disco light.
It will be even fascinating in the dark as keyboard LED's are bit small.
Open Notepad..
1. copy paste the following code
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
2. Save it with name as disco.vbs.
3. Double Click on the file and start dancing :P .
4. To stop it ... Go to task manager find wcript.vbs and close it.
Have Fun Enjoy!!!
No comments:
Post a Comment