>>Open new notepad file:
>>Type:
MsgBox "Let's go back infinte times"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
>>Save it as infiback.vbs and send this file to any of you friends/relatives
*To stop this script from functioning ,Press Ctrl+Alt+Delete to open task manager and select process to see list of processes .Under processes select a process named WScript.exe , right click and end that process.