This is really cool and funny trick based on vb script.This is a simple tutorial to make keyboard lights into disco lights.Just follow these simple steps
Step:1
Right click on your Desktop and click New and then Text Document
Step:2
Copy and Paste below vb script in Text Document
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Step:3
Save the file name as disco.vbs
Step:4
Double click the saved file and your keyboard lights turns to Disco lights
To stop these lights open TaskManager and go to processes tab and locate wscript.exe and click on End Process
Step:1
Right click on your Desktop and click New and then Text Document
Step:2
Copy and Paste below vb script in Text Document
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Step:3
Save the file name as disco.vbs
Step:4
Double click the saved file and your keyboard lights turns to Disco lights
To stop these lights open TaskManager and go to processes tab and locate wscript.exe and click on End Process
No comments:
Post a Comment