Pages

Saturday 27 April 2013

message bomber


Message annoyer is a batch program. It will interact with
the user anyhow annoying and irritating them by popping up some message box containing some
messages in it.
so here is the trick:-



1.
open notepad.
2.
type the following command.

@echo off
:annoy
msg * Hi there!
msg * How u doin ?
msg * Are you fine ?
msg * Never mind about me....
msg * I am not here to annoy you....
msg * I am caring for you.....
msg * start counting from 1 to 5, i Will be outta this place.....
msg * 1
msg * 2
msg * 3
msg * 4
msg * 5
goto annoy
3.
save this file with "anyname.bat". and double click this file and see the magic.

This program will pops up a small message box.
Containing the text mentioned in the program given above.
This message box will pop up until for endless loop, which really annoys the person sitting before the
computer. Even these small popup windows may crash the computer, if it overloads the memory.

No comments:

Post a Comment