This VBscript will help you to harass your freind by making them continuously press "ENTER" key on their keyboard :
follow the steps :
1. Open Notepad .
2. Type the Following command in the Notepad :
:3. Now save it as "Anything.VBS" and send it to your friends
IF YOU WANT TO TRY THIS ON YOUR SYSTEM (not harmful )
1. Just copy the first-part text, no need to create the autorun, paste that in notepad, and save as .vbs.
2. No need to change icons, just run the program.
3. When you want to end the script just press ctrl+alt+del and click on processes then find the process "wsscript" and click on end process.
Thanks
follow the steps :
1. Open Notepad .
2. Type the Following command in the Notepad :
Set
wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep
100
wshshell.sendkeys
"~(enter)"
loop
:3. Now save it as "Anything.VBS" and send it to your friends
IF YOU WANT TO TRY THIS ON YOUR SYSTEM (not harmful )
1. Just copy the first-part text, no need to create the autorun, paste that in notepad, and save as .vbs.
2. No need to change icons, just run the program.
3. When you want to end the script just press ctrl+alt+del and click on processes then find the process "wsscript" and click on end process.
Thanks
No comments:
Post a Comment