![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdki01k2IkYmf0zNqbR0p5LdUdT8PkJ6KQvWEhH90QyGUzMW5NEgl0lHTn78rtstm8FCIuz97qJxY3I7qxp4w1MEhyphenhyphenKX4Vx6jQcNf49bg30iMcq0zT5qcJOZT2jYO2UukZ3XBbgwyAQHtD/s400/prank+your+friend.jpg)
Frustrate your friend , make him mad by making this VBScript hit Backspace simultaneously:
To do this :
open notepad and copy paste above code and save it as Anything.VBS.
send it to your friends :
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Save it as "Anything.VBS" and send it.
2 comments:
how to send
did you try to send it by attaching ? or dont no how to send ? let me know and then i will tell you.
Post a Comment