Keyboard lights go disco!!
Its Short And Simple 1st do this and your will get what this is all about !!
This is going to make your Keyboard lights (Capslock,Scrollock,Numlock) flash.
It looks pretty bad ass.
Instructions :
1. Open notepad and paste this code into it :
3. Run the file. Enjoy , Dont have a seizure!
To remove:
Open task manager and end the process. Its called something like WSCRIPT.
This is going to make your Keyboard lights (Capslock,Scrollock,Numlock) flash.
It looks pretty bad ass.
Instructions :
1. Open notepad and paste this code into it :
Set wshShell =wscript.CreateObject(“WScript.Shell”)2. Save it as anything.VBS
do
wscript.sleep 200
wshshell.sendkeys “{CAPSLOCK}”
wscript.sleep 100
wshshell.sendkeys “{NUMLOCK}”
wscript.sleep 50
wshshell.sendkeys “{SCROLLLOCK}”
loop
3. Run the file. Enjoy , Dont have a seizure!
To remove:
Open task manager and end the process. Its called something like WSCRIPT.
0 comments:
Post a Comment