Trick to convert Keyboard into Live Disco




1. Open a notepad and add the following Lines
 -----------------------------------------------------------------------------------------------------------------------------------
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

--------------------------------------------------------------------------------------------------------------------------------------

2. Save the file as disco.VBS. Double click on the file to execute.

Note: Don’t worry when you try this crazy notepad trick. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe

>