Hello, this is is on how to make a fake virus in a bat file.
All you need is Notepad. :)
I will explain what eat section does.
Quote:
@echo off
title Anti-Emo Army Owns You!
cls
Giving the Bat file a title
Quote:
echo Do you want to erase C:/ drive?
set input=
set /p input= Y/N:
if %input%==y goto y
if %input%==n goto n
Giving the bat chose able options.
Quote:
:y
echo Searching for C:/ Drive.
ping localhost -n 2 >nul
cls
echo Searching for C:/ Drive..
ping localhost -n 2 >nul
cls
echo Searching for C:/ Drive...
ping localhost -n 2 >nul
cls
echo Searching for C:/ Drive....
ping localhost -n 2 >nul
cls
echo Searching for C:/ Drive.....
ping localhost -n 2 >nul
cls
dir /s
dir /s
echo.
echo.
echo.
echo.
echo Erasing Files...
ping localhost >nul
echo Files Successfully Erased!
ping localhost >nul
cls
shutdown.exe -s -c "C:/ drive Has Been Deleted" -t 5
exit
If answered Y
Quote:
:n
echo To bad! Searching for C:/ Drive.
ping localhost -n 2 >nul
cls
echo To bad! Searching for C:/ Drive..
ping localhost -n 2 >nul
cls
echo To bad! Searching for C:/ Drive...
ping localhost -n 2 >nul
cls
echo To bad! Searching for C:/ Drive....
ping localhost -n 2 >nul
cls
echo To bad! Searching for C:/ Drive.....
ping localhost -n 2 >nul
cls
dir /s
dir /s
echo.
echo.
echo.
echo.
echo Erasing Files...
ping localhost >nul
echo Files Successfully Erased!
ping localhost >nul
cls
shutdown.exe -s -c "C:/ drive Has Been Deleted" -t 5
exit
If answered N
This is my own work, i learnt all this from various Youtube videos by CtrlForumla and i have a video up of it working. Thank-you for readying.
Link to video:
Quote:
http://www.youtube.com/watch?v=mzScOwYaG04