221.473 views
/
2008-04-12
|
You can use this trick to scare your friends or to make something useful, like reminders you put in Windows Start-up.
Here are the steps on how to do a pop-up:
1. Open Notepad and type:
text1=msgbox("your text here",52,"your title here")

You can write as many text message boxes as you want. The many you write the many pop-ups will appear.
2. Save the text as popup.vbs. Be sure the change the 'Save as Type' to 'All Files' .

3. You can use scary messages to make a prank to your friends, like:
text1=msgbox("Virus Detected",52,"Warning: VIRUS") text2=msgbox("Virus is installing on your system",52,"Installing...") text3=msgbox("Virus is installing on your system",52,"Installing...")
4. When you click on popup.vbs you will receive on your screen something like this:


If you like this article maybe you are interested on How To Make a Shutdown Virus.
Have fun!
|
Here's some extra tips:- If you put a shortcut to the file in the start menu's "Startup" folder, the error messages will show up on every boot.- In stead of the number 52, use 48 if you only want an OK-buttons. Use 16 for an error symbol in stead of a warning symbol.
| Travis says: |
12:31 / 18 apr 2008 |
I'll be doing this at work on all the computers...mmm. Thank you!
| bill says: |
15:30 / 18 apr 2008 |
how do you put the shortcut in your startup menu?
This doesn't seem to work on Vista! Anywho, if anyone wants to see my boobs on cam please add me to MSN Messenger (Amanda_Tuckey@hotmail.com). Promise I'm not fat! I'm really shy and trying to work on it. ^_~
| MJ says: |
20:43 / 18 apr 2008 |
it works on Vista, i like using 42 instead of 52. It make a error noise and only shows the OK button
| Picca says: |
00:27 / 19 apr 2008 |
Hah! Snazzy!Now, is there a way to personalize what the buttons say too?
For buttons you can use:vbOkOnlyvbOkCancelvbAbortRetryIgnorevbYesNovbYesNoCancelvbRetryCancel
| stuart says: |
10:44 / 22 apr 2008 |
Is there anyway you can integrate the faux shut down virus and this pop up?It would be amusing to see someone open up the notepad document and then have the shut down message pop up straight afterwards?!?!
Sweet, will have to try this out on my buddies PC.hehe.
| David says: |
15:50 / 27 apr 2008 |
One more tip: Don't do this. It's not funny.
| Leon says: |
01:33 / 28 apr 2008 |
is it possible to link the yes n no's to other program? as in when i click either of them i can launch a file or program?
| ben says: |
22:54 / 30 apr 2008 |
is there anyway of sending this with msn but without it sayin popup
| D00d says: |
06:48 / 01 jun 2008 |
Yes Ben, there is.As long as it's a VBS file, you can name it whatever you want.
| dylan says: |
13:49 / 08 jun 2008 |
photoshopped
SUPER LEET HAX!!!1 OMG WTF!!!!
| Jake M says: |
05:29 / 28 jun 2008 |
Can I somehow use this in conjunction with the shutdown virus? i have to scare the shit out of this asshole i work with.
| Shawn says: |
17:17 / 10 jul 2008 |
You can join this to the shutdown virus by using the following script. it works wonderfully.---------------------------------------------------------------------------------text1=msgbox("Virus Detected",16,"VIRUS")text2=msgbox("Virus is installing on your system. Please stand by...",48,"Installing...")text3=msgbox("Virus has been installed in your system. Please wait 30 seconds for shutdown to finish installation.",48,"Installed")Const Normal_Window = 10Set objShell = WScript.CreateObject("WScript.Shell")objShell.Run "shutdown.exe -s -t 30", Normal_Window-----------------------------------------------------------------------------------
| shay says: |
09:07 / 11 jul 2008 |
i have a question to shawn if i use that do have to have the shutdown -t wutever also cuz i want to send it via email to somebody!!!
| adam says: |
09:23 / 21 jul 2008 |
it doesn't save as popup.vbs only popup and when i click on popup it comes up as the notepad and not a little popup box, any help?
you don't have to change the text1=msgbox to anything like text2 or text 3, it can be the same text1 each time