Home

Egg Directory / Search

New Eggs / Best of New

New Blogs / Pics / Activity
New Files / Movies
Community Forum

Group Directory

 

 
THE EGG DIRECTORY
Pranks / College Pranks / Friends
Edit PageMessage Anti-emoAdd CommentAdd to FavoritesEmail to Friend

Fake Virus Batch File

DO NOT TRY THIS AT HOME : Rotteneggs.com text files and message bases are for INFORMATIONAL PURPOSES ONLY. DO NOT undertake any project based upon any information obtained from this or any other web site.We are not responsible for, nor do we assume any liability for, damages resulting from the use of any information on this site.
(61 votes)
Published: Sep 24, 2007 9:32 p.m.
In 2 Favorites Lists
Viewed 247 times


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
 

Add Egg To Watchlist

 


The_Gimp

Sep 24, 2007 9:52 pm -
So, you’re using the ping as pauses and dumping the output to the bitbucket? Cool. The last line should have c:\\, shouldn’t it? Anyway, nice. 5*’s for the ping pause command.


The_Gimp

Sep 24, 2007 9:54 pm -
Ignore the second backslash... I didn’t put that in there.


VANILLA

Sep 25, 2007 4:15 am -
sahhweet! favorites....5****


FireSta ter-954

Sep 25, 2007 5:01 pm -
well it i voted 5 last time, 5zerz again bro


MeTaLFrEaK

Sep 25, 2007 6:14 pm -
cool too bad its so low i’ll give it a 5sers cuz u need u need it


jam-8065

Sep 25, 2007 6:45 pm -
5*s


Phil

Sep 25, 2007 7:55 pm -
5*, theres some stuff i didnt know in there, although ive done this too myself once (LOL)
i put del c:\\ -y

and it said it couldnt or something, then i tried del C:\\windows -y, and it started deleteing shit!, and i pressed stop and restarted and my login screen was stuffed up and stuff.

Home | Contact Us | Sign Up
Visit our companion site, Prankpedia.com
Please read the LEGAL DISCLAIMER & CONTENT GUIDELINES
© 2008 rotteneggs.com - A Social Network for Pranksters.
0.411454 (Server 2)