Just try it and it is interesting really.....I really mean.
Ok do step by step as i give you ok?
1. Open the notepad
2. Paste the following code in notepad
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file name as .vbs
Note that the 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
No comments:
Post a Comment