Security Device

Peace Of Mind

Windows Virus Tutorial #1 – The Flooder Virus

0 Windows Virus Tutorial #1   The Flooder VirusA 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/

Duration : 0:3:29


Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , ,


About The Author

Comments

Leave a Reply