Make your keyboard lights like disco lights
Open the notepad and type following vbscript codes:-
***************************************************
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
***************************************************
Now, save this notepad file by name 'disco.vbs' and open that saved file to look disco lightings.
Now, to stop this you need to open Task Manager and stop the process named 'wscript'.
Comments
Post a Comment