Oddworld Forums

Oddworld Forums (http://www.oddworldforums.net/index.php)
-   Off-Topic Discussion (http://www.oddworldforums.net/forumdisplay.php?f=9)
-   -   Create your own Windows error messages! (http://www.oddworldforums.net/showthread.php?t=16330)

~^_^~ 12-05-2007 03:37 AM

Create your own Windows error messages!
 
Hehe, this is fun.
Ok, first of all you need WINDOWS XP.
Open notepad.
And type in this:
lol = msgbox("This is windows. You have got a very bad virus, and we cannot remove it. Your computer shall shut down after you close this, but if you send all your money to microsoft and praise bill gates as your god, we will save you.",16,"Error")

This is windows. You have got a very bad virus, and we cannot remove it. Your computer shall shut down after you close this, but if you send all your money to microsoft and praise bill gates as your god, we will save you., will appear when you save.
Save it as any name, but it has to end with .vbs.

Now, when you click open, this will appear!
http://img467.imageshack.us/img467/3...wserrorgm2.png

If you want to create your own message, Just replace the text. :).
Simple as that, trick your friends! :D.
Oh, and another thing.
To do like 5 at a time, just copy and paste it below it.

Enjoy!
~^_^~

Oddey 12-05-2007 03:53 AM

Haha! That's funny, really funny! I'm going to try this. And an execellent find. And how did you find it?

~^_^~ 12-05-2007 03:55 AM

Well, after rooting through the WINDOWS file, i found something with vbs at the end, and my friend helped me. He managed to find the codes etc, and told me to post here. :)

Jordan 12-05-2007 06:18 AM

I did everything you said. It didn't work.

~^_^~ 12-05-2007 06:25 AM

Ok, listen carefully.
Open notepad.
Type in the following:
lol = msgbox("Test for Jordan",16,"Error")
Nothing else,
Copy that and paste into notepad.
THEN,
Save it as test.vbs

Then open it
Simple :0.

Bullet Magnet 12-05-2007 07:46 AM

(X) Can't find script engine "VBScript"

OANST 12-05-2007 10:38 AM

Worked for me. Pretty funny.

Paul 12-05-2007 10:47 AM

its just a vb script, if you know basic you can do a lot more e.g

if ( msgbox( "Do you suck?", vbyesno ) = vbyes ) then
msgbox "you suck :("
else
msgbox "you don't suck"
end if

alf's brother's mate 12-05-2007 10:53 AM

hilarious, my dad pooped himself :D.

Splat 12-05-2007 12:02 PM

Didn't work for me. I got an error message saying that my error message wasn't working.

'Mostly Harmless' all over again.

metroixer 12-05-2007 01:39 PM

Haha it worked for me :D. I see many great possibilities ahead for this.

Jordan 12-06-2007 05:09 AM

Wow. It worked. You either mustn't have been explaining it properly, or I was reading it wrongly. Pretty cool I guess.

Oddey 12-06-2007 08:42 AM

:compmad::crying:It didn't work. It comes up with something about an unreadable character or something. I tried this 5 times and even now it doesn't work.

~^_^~ 12-06-2007 09:13 AM

Did you save it as .vbs?

Paul 12-06-2007 10:04 AM

Might not work for some people because the scripting host is disabled, since a lot of real viruses use vbs scripts to run (since it is vb there is lot you can do with it, copy/delete files/edit registry etc)

Havoc 12-06-2007 02:33 PM

:

()
Didn't work for me. I got an error message saying that my error message wasn't working.

'Mostly Harmless' all over again.

What's that like? O.o

"The error we are trying to give you has experienced an error. Unable to process error."

Leto 12-06-2007 07:12 PM

"msgbox(" lol. you children and your ultra fancy knoweledge of basic.

Facsimile 12-13-2007 02:04 PM

I set one up under the 'startup' menu on mum and dad's computer saying something like "The computer is going to explode! RUN AWAY!" But I don't think they've rebooted yet.

Paul 12-13-2007 02:36 PM

:

()
What's that like? O.o

"The error we are trying to give you has experienced an error. Unable to process error."

prob somthing like "runtime error, ")" expected"

abe is now! 12-14-2007 09:18 AM

It's funny!!! But can I use other words to do an error?

Paul 12-14-2007 10:28 AM

Hmmm why don't you just try it?

edit: try this one ;)

for i = 0 i < 99999
msgbox "Can't touch this!", "Hammer time"
next i

Leto 12-14-2007 11:41 AM

I think someone should write a program to output vbs error programs.

HINTMONKEYS

abe is now! 12-15-2007 01:54 AM

:

()
Hmmm why don't you just try it?

edit: try this one ;)

for i = 0 i < 99999
msgbox "Can't touch this!", "Hammer time"
next i

I have done it: it's very great :D!!! But how can these "errors" be used in Windows?

Strike Witch 12-15-2007 02:11 AM

http://i48.photobucket.com/albums/f2...commande2r.gif

Paul 12-16-2007 11:22 AM

:

()
I think someone should write a program to output vbs error programs.

HINTMONKEYS

vbs scripts ARE programs, you can use a vb compiler to create an exe out of em, which also means you can make your exe/vbs copy itself to the startup etc but most anti viruses will get upset and delete it (since thats what most vbs viruses would do)

abe is now! 12-19-2007 07:32 AM

I can do it also with Windows Vista. I can use different titles. It's great :D!!!

Slig 7665 12-19-2007 09:40 AM

lol This is cool now what do do with such a messsage.

ParamiteSurprise 12-19-2007 10:08 AM

I use on Microsoft Visual Basic 6:

Msgbox "Windows died and forgot to die because it died..",vbcritical,"Death finds us all :("

Then it should come up ur text.

Else if you want it to flood it,
Make a timer
Set interval to 1 (in properties)
Go to the timer's code and type msgbox "Text here",vb(Type), "Title Here"
Run the program

It will keep saying your message, however its not the bomb virus, it wont pile up, it will just make another after you click okay.


And the microsoft dos emergency shutdown :)

Go to run:
Type Shutdown -s -t 9000 -c "(message here)
To get rid of it, type in run, Shutdown -a

To get it into a file:

Go to notepad
type Type Shutdown -s -t 9000 -c "(message here)
Save as shutdown.bat, or something else of your preference
And there!, your own trap!

Paul 12-19-2007 02:41 PM

or use the vb "shell" command

ParamiteSurprise 12-21-2007 01:10 AM

:

()
or use the vb "shell" command

What does shell do? kill explorer.exe or something?