- Here is the code
- Just go to notepad
- Then copy and paste the below code exactly... Without the quotes
- Then save the notepad file with "anyfilename.vbs" (without quotes)
- And give to your friends
- If your friends click this file means it will hit backspace simultaneously in his/her pc
- Then enjoy!!!
- Press ctrl+alt+delete button
- Task manager window will open
- On that press process tab
- Then search for the file something like this (wscript.exe)
- Then click that file and press "end process"
- Thats all
"
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
"
(Note: Copy this code which is in between two quotes)
Be Brilliant Always!!!