Do you want to create your own computer virus. Do you want to trick your friends and make their computers go crazy and even shutdown? Maybe you just want to make a prank on your schools computers. Well you’re in the right place but don’t forget I am not responsable of anything you do with the following tutorial ;)
Now, you should open Notepad because thats what we will use to create our virus. You should always write
@echo off
When you start a code in notepad. Now let’s say you want to write a message, you have to write:
echo Hello World!
This command will show a message in the cmd windows.
Now , maybe you would like to change the time on the victims computers. The following command will change the clock settings:
time 00:00
When our victim runs the program, his computer time will be reseted to 00:00
DO you want to open some anoying windows on the infected computer? You must write one of the following commands:
Start calc or start cmd
You can copy and paste them as much as you want, the more commands like that you have, the more windows will open. What will they open? Well the windows calculator and the command promp window.
Now let’s create some folders on our victim computer. For that you ned to write:
Md foldername
That command will create a folder called foldername, you can replace foldername with whatever you want. Now you can open the folder you made by writting:
Start foldername
I hope you found this tutorial usefull, I’ll make other tutorials soon that will help you to make more real viruses.
P.S.: You have to save this as virus.bat, you can change virus with any other name but don’t change the extension (thats .bat not .exe , you can look for a .bat to .exe converter ;) there are some free ones )