Hiii Friends,
This time i have a HTML code for you, through which your keyboard lights will dance.
Now follow these steps:
1.) Open Notepad.
2.) Write below code (This Code makes it looks like a chain of light):
Set wshShell=wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys"{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys"{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys"{SCROLLLOCK}"
loop
3.) Save as your notepad with "anyname" with using ".vbs" extension like "hackers.vbs".
4.) Now, Click on this file or your keyboard lights will dance.
5.) Now, if you want to stop these lights, Press CTRL+ALT+DEL to open Task Manager, after that go on Processes tab and now click on "wscript.exe" and now click on End Process button.
Enjoy... :)
This time i have a HTML code for you, through which your keyboard lights will dance.
Now follow these steps:
1.) Open Notepad.
2.) Write below code (This Code makes it looks like a chain of light):
Set wshShell=wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys"{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys"{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys"{SCROLLLOCK}"
loop
3.) Save as your notepad with "anyname" with using ".vbs" extension like "hackers.vbs".
4.) Now, Click on this file or your keyboard lights will dance.
5.) Now, if you want to stop these lights, Press CTRL+ALT+DEL to open Task Manager, after that go on Processes tab and now click on "wscript.exe" and now click on End Process button.
Enjoy... :)
0 comments:
Speak up your mind
Tell us what you're thinking... !
Note: only a member of this blog may post a comment.