How to make error messages:
1. Open Notepad
2. Type
x=msgbox ("Text",16,"Title")3. Replace "Text" with whatever the text should be in the error message, and "Title" with whatever the title (in your case, "Warning!" and "Haha") should be.
4. File>Save As, change "Save as type" to "All Files," and save as FILENAME.vbs (FILENAME can be anything). Saving this under "Desktop" is preferred, because it makes a nice little icon.
5. Click on the icon and the error message will pop up. Screenshot and paste into Paint. I don't know how to make the buttons to press (I'm not sure of the font Windows uses for that stuff, but if you do, just edit it into the screeny), because the one I just helped you make will only have the "OK" button, but if you let me search on the Internet I might be able to find how to make "Abort" and "Retry."
Viola! A fake, harmless error message. (I actually put an error message in an early fake of mine, "Error," which can be found in
My Gallery.)