Steps :
Step 1 : Open Notepad and paste following code.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Step 2 : Save it with name as dance.vbs.
Step 3 : Open the saved file.
That's It
How To Stop This :
Steps
Step 1 : Open task manager ( ctrl + alt + del ).
Step 2 : Select Processes tab.
Step 3 : Select wscript.exe
Step 4 : Click on End Process button.
No comments:
Post a Comment