Wednesday 9 October 2013 | |

msg annoyer


Message annoyer is a batch program that uses the same concept as above, but will interact with
the user anyhow annoying and irritating them by popping up some message box containing some
messages in it.

@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

This program will pops up a small message box as shown below,


write or copy paste the above code in notepad
Just save it as virus.bat. name it anything but the extension .bat is necessary for example if you want to name it game then you should save it as game.bat

THGXD

0 comments:

Post a Comment