Saturday 1 February 2014

Flashing Keyboard - The best Thing you will ever see!



I'm probably not the owner of this guide and i never said i am , im just posting this for people.

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 :

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 anything.VBS
3. Run the file. Enjoy , Dont have a seizure!

To remove:
Open task manager and end the process. Its called something like WSCRIPT.

Enjoys.

1 comments:

Post a Comment