Search this Blog

Tuesday 28 August 2012

Keyboard Lights Dancing



1. Open Notepad
2. Copy and paste as it is the below script

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3.Goto File > Save as > 
Awais.vbs
4. Open the saved file
   your keyboard lights start dancing
   For swiching  off
1.open task manager  by pressing Cltr+Atl+Del
2.click Process
3.find. wscript.exe
4.Right Click on it and click End Process

No comments:

Post a Comment