Introduction: Making Computer Go Crazy

Hey guys today I'm gonna show how to make your computer go crazy.

Step 1: Write the Following

Write the following or copy to Notepad

@echo off

  1. cd/
  2. cls
  3. color 4
  4. echo A problem has been detected and Windows has been shut down to prevent damage
  5. echo to your computer.
  6. ping localhost -n 2 >nul
  7. echo.
  8. echo The problem seems to be caused by the following file: SPCMDCON.SYS
  9. ping localhost -n 2 >nul
  10. echo.
  11. echo PAGE_FAULT_IN_NONPAGED_AREA
  12. ping localhost -n 2 >nul
  13. echo.
  14. echo If this is the first time you've seen this stop error screen,
  15. echo restart your computer. If this screen appears again, follow
  16. echo these steps:
  17. ping localhost -n 2 >nul
  18. echo.
  19. echo Check to make sure any new hardware or software is properly installed.
  20. echo If this is a new installation, ask your hardware or software manufacturer
  21. echo for any Windows updates you might need.
  22. ping localhost -n 2 >nul
  23. echo.
  24. echo If problems continue, disable or remove any newly installed hardware
  25. echo or software. Disable BIOS memory options such as caching or shadowing.
  26. echo If you need to use Safe Mode to remove or disable components, restart
  27. echo your computer, press F8 to select Advanced Startup Options, and then echo select Safe Mode.
  28. ping localhost -n 0.1 >nul
  29. echo.
  30. echo Technical information:
  31. ping localhost -n 0.1 >nul
  32. echo.
  33. echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x00000000)
  34. ping localhost -n 0.1 >nul
  35. echo.
  36. echo.
  37. echo *** SPCMDCON.SYS - Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c
  38. pause >nul
  39. cls
  40. echo Downloading viruses . . .
  41. ping localhost -n 5 >nul
  42. cd c:\
  43. dir /s pause >nul
  44. shutdown -s -t 120 -c "Your computer has committed suicide, have a nice day."
  45. :1
  46. :1
  47. START
  48. GOTO
  49. :1
  50. shutdown /a
  51. shutdown /p

Attachments