A tutorial on writing the simplest virus, the flooder virus(also called a command flooder). A flooder virus is a simple program often written in a scripting language, for example Batch. Their purpose is to flood the victim’s computer with popups until the computer crashes. Programming one is quite simple and can be done in a matter of minutes in any text editor such as notepad. Please also note that if your Windows virtual machine(please do not use a physical computer unless you have permission!) has antivirus software, you may need to disable it in order for the virus to run.
Code:
==========
@ECHO OFF
:Loop
start
goto Loop
My blog:
=======
http://TechHelpForAll.blogspot.com/
This entry was posted by admin
on Saturday, April 7th, 2012 at 8:15 am and is filed under Windows Virus.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Comments