View Single Post
  #1  
Old 07-06-2009, 03:37 PM
usman_latif_ch's Avatar
usman_latif_ch usman_latif_ch is offline
Senior Member

 
Join Date: Sep 2008
Location: Lahore
Age: 41
Posts: 6,663
Contact Number: 03009441339, 03334146191
Program / Discipline: Engineering
Class Roll Number: BME-01083029 (The University Of Lahore)
usman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond reputeusman_latif_ch has a reputation beyond repute
Smartass Chain of lights in keyboard

1. Open the notepad

2. Paste the following code in notepad


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 the file name as <name>.vbs
Note that the <name> can be any name given to the program.

4. Close the notepad and Double click the file

Steps to stop it

1. Press Ctrl + Alt + Del or open your Task Manager.

2. Go to the process tab.

3. Select wscript.exe and click on End process

__________________
Reply With Quote