Saturday, October 22, 2011

A Notepad Trick to annoy Friend

You can send this file to your friend and tell him/her to execute the file.....


Goto Notepad

Type the following:

Dim choice
choice = inputbox ("Do you think Subash is smart?", "Subash")
if (choice)=("yes") or (choice)=("YES") or (choice)=("Yes") then
msgbox("You are a good judge.")
elseif (choice)=("no") or (choice)="No" or (choice)="NO" then
do
msgbox "You cannot judge well. You are a bad guy. You are trapped. HEEE HAAA",16,"Subash"
loop
else
msgbox("Type yes or no")
end if

Save it with extension .vbs or you can save it as "Smart.vbs"

Send it to friend and tell him to open it and you can enjoy........

If you want to stop this looping Press Ctrl+Alt+Del and then in Processes End the process "wscript.exe"

No comments:

Post a Comment