Sunday, 7 December 2014

○How to make a fake virus


Oky towday i am going to show you how to make a fake virus.

all you will need is notepad
and some basic batch file skills 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!THIS WILL NOT HARM YOUR PC!!!!!
!!!!!THIS WILL NOT HARM YOUR PC!!!!!
!!!!!THIS WILL NOT HARM YOUR PC!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Step 1: Open note pad


OK first thing your going to need to do is open you're notepad 
after you have open it you will need to take down the code in the next step


Step 2: The code

the code 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo downloading virus
goto hack 

@echo off
:hack
echo virus downloaded
goto hack

Step 3: The code broken down into sections so that you can understand

@echo off
:hack
echo virus downloaded
goto hack 

@echo off = this must be at the beginning of every command if it is not there it will look very bad when compleet 
:hack= this is just a name for a command it can be changed for example :virus but : must always be at the begining of it
echo = this I what you want your command to say for example ECHO HII HOW ARE YOU TOODAY for this to work you need to
put echo in front of it otherwise it will come up as system error
goto hack = know we are going back to :hack or :virus this will basically repeat evry comand after :hack or :virus
if you changed :HACK to :VIRUS you will need to type GOTO VIRUS example below

@echo off
:virus
echo virus downloaded
goto virus

Step 4: Saving the fake virus

next we need to save it you might already know how to save it as a batch file but for those who don't here we go 

FILE
SAVE AS
_____.BAT
EXAMPLE. VIRUS.BAT
.bat converts a word document into a command 

0 comments:

Post a Comment