Note: Please read the instructions carefully before trying to attempt this. No harm can be caused by this .vbs file. If you use the instructions wrongly (i.e mistake in typing codes) i will not be held for anything.
The first instructable will show you how to make a message box that comes alot of times onto the screen.
What the message box says is up to you.
You will need about 4-9 minutes to do (one of these) so try to convince your friend to let you use the computer alone for a while, or, do this when they are at the washroom!
Now, lets continue with the Instructables!!
Remove these ads by
Signing UpStep 1
| « Previous Step | Download PDFView All Steps | Next Step » |

















![How to freak out your friends (with their computer) [Tricks and Fun Volume 1]](/image/FKCBNGBFSSIUKAD/How-to-freak-out-your-friends-with-their-computer.jpg)

























1 set z = createobject("wscript.shell")
2 do
3 z.run "error.vbs"
4 msgbox "Windows has encountered an error and cannot continue.", 16, "ERROR"
5 loop
It opens itself before displaying the message, and the thing it opened does the same. Also, when one message is acknowledged, it opens two more!
would (hopefully) display 5 instances of the dialog box.