I'm probably not the owner of this guide and I never said I am.This is going to make your Keyboard lights (Caps Lock, Scroll Lock, Num Lock) flash.
It looks pretty cool.
Instructions :
1. Open notepad and paste this code into it :
Quote:Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Save it as wscript.VBS
3. Run the file and enjoy. ( Don't have a seizure! )
To remove:
Open task manager and end the process. Its called "wscript.exe" .