12 September, 2011

[PRANK] Deleting all files prank [format All Hard Disk With 1 .BAT file] [BATCH]

Hey guys, Montage here giving my first Prank tutorial enjoy :)
Copy that code, and paste into notepad,writepad,microsoft word or whatever the hell you have.
Code:
@echo off
A:
cls
Echo Do you want to wipe your computer of all data? (y/n)
pause
Echo are you sure you want to wipe your computer of all data? (y/n)
pause
Echo deleting all data. . .
pause
dir /s
Echo Haha "NAMEHERE" g3t u s0m3! PRANKED!
pause
goto A
After you copy that code and paste it save the notepad or wtv you have as "WHATEVERYOUWANT.bat". I know this is kind of bad for a first time but enjoy. If there are any problems feel free to write a comment below.

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home