Hello,
Today I will show you Musical lights in keyboard. It is a prank which you can try in your friends pc or own pc. It will blink until you stop it. It is harmless so try.
Follow the below steps
1. Open notepad.
2. Copy paste below code
Set wshShell
=wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. save file as light.vbs
4. Double click on it for make it run.
5. For stoping it go to taskmanager ->processes->click on process name "wscript.exe" and press end process button or kill it by pressing delete key.
Thats it!
No comments:
Post a Comment