How to Make Computer Pop-ups Using Notepad!

by mashedpotato13 in Living > Pranks, Tricks, & Humor

112415 Views, 12 Favorites, 0 Comments

How to Make Computer Pop-ups Using Notepad!

intro.bmp
In this instructable, I will show you how to make computer pop-ups using notepad.I give credit to cmdcmd20 in metacafe because I found his video after I published this instructable.

Open Notepad

1a.bmp
Open notepad by using the shortcut, or go to start, then all programs, then acsserories, then notepad.

Start Code

1.bmp
Now we have notepad opened, type this in:

x=msgbox("box text""box title")

Replace "box text" with the text of your message box and replace "box title" with the title of your message box.

Button Types

These are the button types:

32 warning query icon.
48 warning message icon
64 information message icon

0 normal message box
4906 always stays on top of desktop

16 critical message icon
0 OK button only
1 OK and cancel buttons
2 abort, retry, and cancel buttons
3 yes, no , and cancel buttons
4 yes and no buttons
5 retry and cancel buttons

Put in the Numbers

Once you know what numbers you want, enter them here for example:

x=msgbox("box text",1,"box title")

If you want two numbers, add a plus sign like this:

x=msgbox("box text",4+48,"box title")

Saving

2a.bmp
2b.bmp
Once you are done, you must save it as (something).vbs, e.g., guns.vbs .Also, when saving, you also have to change file type to all files.

Creating Shortcut

3d.bmp
3e.bmp
3f.bmp
Once you saved it, go to it and right click on it, then click "create shortcut".Then drag the new shortcut to your desktop.

Disguising

4.bmp
4a.bmp
Right click on your new shortcut and click properties.Then click Change Icon.Choose an icon you like and then click OK. Then go to the General tab and change it's name.Then click OK again. You're done!