FUNNY MESSAGE

3.4K219

Intro: FUNNY MESSAGE

This instructable will tell you how to make a funny message appear on your desktop.

STEP 1: Notepad

go to start-all programs-accessories-notepad. Stop!

STEP 2: Code

Insert this code:

dim answer
answer=MsgBox("Are you stupid?",36,"ALERT")

STEP 3: Saving

Go to Save as-desktop-type in stupid.vbs

STEP 4:

Go to your desktop and click on it.

19 Comments

i think someone suggested this code in another instructable.

Post a comment on any of my instructables.
Hey Cyrozap, I just posted my how to make a paper tank instructable in the epilog challenge
Even meaner:

Type

do
dim answer
answer=MsgBox("Are you stupid?",36,"ALERT")
loop

LOLOLOLOLOLOLOLOLOLLOOLLOLOLOLOLOLOLOLOLLOLOLOLOLOLOLOLO.
That didn't work
I guess I'm stupid, then ;) .
no you're not
Thanks for the positive reinforcement.
Ok, just tested it, it does work. There is no real way to close it, though, except from task manager. I will post an update that will allow you to make it so that if they answer yes, it will give another message and then go away.
I changed a little what extremegtafan posted in the comments of the instructable Simple notepad joke:

dim answer
answer=MsgBox("Are you stupid?",36,"ALERT!")
do while(answer<>6)
x=msgbox("You're lying!!!",msg,"LIAR!!!")
answer=MsgBox("Are you stupid?",36,"Question")
loop
x=msgBox("I knew you'd be honest.",msg,"I knew it!")
That was the funniest thing i ever heard!
Your fixed are you stupid? thing
Oh, I just took what that other guy had and changed it for this instructable.
It doesn't matter who posted it, it just matters that you gave it to me
I'll fix it when I get around to it.
Oh, and change the title. Make it "VBS Script prank" or something. The title was misleading.
oK i'LL TRY