VIRUS USING NOTEPAD - 1
WHAT IS VIRUS
Virus is
nothing but it just a code which may
perform miscellaneous tasks such as erasing data , interrupting user interface
and much more.
Don’t think
that a Virus may Break your monitor or blasts your cpu or something. But it
have its own importance to the level it has reached in your computer.
Today we
will see a simple virus that opens command windows continuously and make the
vitims PC slow or even hangs that PC.
So to learn
them let us take two examples of very very simple viruses.
You can read
the code of another virus in my next post.
Let a virus
that opens command windows continuously so that the user or victim gets shocked
with that , what’s going on his/her computer.
Steps :
1.
Open
notepad
@echo off
Cls
:A
Start angrybird.bat
goto A
this is total code required !!!!
while in this code
@echo off means to start the prompt
Cls means to clear the command window
:A means a label or a location
Start angrybird.bat says to open the file angrybird.bat
Goto A this means iot again goes up and this
is an infinite loop
then we have to prepare it !!!!
After typing this in your notepad the most important thing to
do is to save this file as the name specified after start . in my case it is
angrybird.bat .
So it we save this as angrybird.bat and open it the it will again open
angrybird.abt because in the code there is start angrybird.bat and the loop
runs infinelty and each and every run opens an another angrybird.bat and the
process go on …
The main concept here is Infinite loop
This shows a multiple command windows opening up in a very
short time and this cant be stopped anyway.
After many windows have opened the PC slows down
Don’t worry , your PC will be normal after an RESTART.
~~~~~ Try this if you wanna make fun of your friends ~~~~~~
%%%%% Add your thumb if
the article was helpful %%%%%
Comments
Post a Comment