Today I found an interesting article about how we can make a scary pop up from this site 😉 Not to really scare people, but for fun I would like to share with it everyone 🙂
Thanks to http://howto.helpero.com/howto for such interesting post!
How to make a pop 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: