Breaking Sec

Full Version: Dos Command Prank
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so this is just something that I found a while ago...simple prank using Dos.

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
exit

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.
use [code] tags instead of quote tags
sorry about that, I fixed it
no problem. It's tough adjusting to new forum tags. if you haven't used mybb before..
Reference URL's