How To Make A Fake Virus (.bat File)

old
old
117.4 هزار بار بازدید - 12 سال پیش - I will show you how
I will show you how to make your very own fake virus starting from notepad and saving it into a bat file then opening it in cmd.

The commands:

@echo off- Makes the commands not show
echo- makes it say something
pause- pauses it for you to read
cls- Clears the screen
dir/s- searches through files
goto 1- goes to 1 where i put :1
:1- point for a goto command
__________________________

The line of Command.

@echo off
echo Would you like to scan your PC?
pause
echo Scanning
pause
dir/s
cls
echo Scan Complete!
pause
cls
echo Virus Detected!
pause
cls
echo Virus is deleting files, do you want to stop the virus?
pause
cls
echo ACCESS DENIED!
echo ACCESS DENIED!
echo ACCESS DENIED!
pause
cls
echo DELETING FILES!
pause
:1
dir/s
goto 1
12 سال پیش در تاریخ 1391/05/23 منتشر شده است.
117,406 بـار بازدید شده
... بیشتر