Make Ur Keyboard a Live Disco

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

Instructions:
*paste the code in notepad
*Save as disco.vbs
*Run the file
This piece of code(in red color) makes your keyboard a live disco...

Code:

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

In Code we may try
changing the nums, caps, scrolllock keys to other keys





TO REMOVE:

OPEN TASK MANAGER THEN IN PROCESSES DELETE WSCRIPT.EXE FILE


Comments are Allowed

You can also look into these...