08-07-2010, 12:05 AM
so this is just something that I found a while ago...simple prank using Dos.
open up note pad and fill out this form,
save as .BAT
I am sure there are many more ways to make this funnier but but this one has given me a few laughs here and there.
open up note pad and fill out this form,
Code:
@echo off
color c
title RAv3 VIRUS
cls
echo WARNING, CLOSING WINDOW WRONG MAY CAUSE COMPUTER TO CRASH! DO YOU WISH TO CLOSE? (y/n)
pause >nul
cls
echo do you wish to erase C:/ drive? (y/n)
pause >nul
cls
echo Are you sure you DO NOT wish to delete C:/ drive (y/n)
pause >nul
cls
Echo Searching for C:/ drive, please wait...
ping localhose >nul
dir /s
echo.
echo.
echo.
echo.
echo Erasing Files...
cls
echo Are you sure you wish to delete all data (y/n)
pause >nul
cls
echo I am sorry, that is not an option. would you like to go back and try again? (y/n)
pause >nul
cls
Echo Erasing now C:/ drive...
ping localhose >nul
dir /s
dir /s
dir /s
ping localhost >nul
cls
echo all files on c:/ are Erased!
pause
echo all back up files Erased!
pause
echo all trash files Erased!
pause
echo YOU ARE NOW FUCKED!!!!
pause
cls
echo PRANKED BY RAVEN...HOPE YOU DID NOT SHIT YOURSELF LOL
pause
exitsave as .BAT
I am sure there are many more ways to make this funnier but but this one has given me a few laughs here and there.