home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / EDIT300 / RUNCHT.BAT < prev    next >
DOS Batch File  |  1990-02-19  |  2KB  |  64 lines

  1. echo off
  2. cls
  3. echo . Micheal Jackson  Moonwalker Cheat - February 19th, 1990
  4. echo .
  5. echo . This cheat will give you invulnerability for the first three
  6. echo . stages and unlimited men for the last stage.
  7. echo .
  8. echo . You must have 'STD.EXE', 'CITY.EXE', 'CLUB.EXE' and 'MOON.EXE'
  9. echo . in your current sub-directory for this batch file to work.
  10. echo .
  11. pause
  12. IF '%1' == '' GOTO HELP
  13. IF %1 == r GOTO RESTORE
  14. IF %1 == c GOTO CHEAT
  15. IF %1 == d GOTO DELETE
  16. GOTO END
  17. :DELETE
  18. del mwcht.bat
  19. del mwres.bat
  20. echo All cheat batch files deleted. - Rescue Raider API
  21. del runcheat.bat
  22. :RESTORE
  23. ren std.exe std.cht
  24. ren city.exe city.cht
  25. ren club.exe club.cht
  26. ren moon.exe moon.cht
  27. debug < mwres.bat
  28. ren std.cht std.exe
  29. ren city.cht city.exe
  30. ren club.cht club.exe
  31. ren moon.cht moon.exe
  32. cls
  33. echo Your game is now in normal play mode. - Rescue Raider [PSI]
  34. GOTO END
  35. :CHEAT
  36. ren std.exe std.cht
  37. ren city.exe city.cht
  38. ren club.exe club.cht
  39. ren moon.exe moon.cht
  40. debug < mwcht.bat
  41. ren std.cht std.exe
  42. ren city.cht city.exe
  43. ren club.cht club.exe
  44. ren moon.cht moon.exe
  45. cls
  46. echo You now have invulnerabilty and unlimited men! - Rescue Raider [PSI]
  47. GOTO END
  48. :HELP
  49. cls
  50. echo +-----------------------------------------------+
  51. echo  Type 'runcheat r' to restore game to normal
  52. echo  Type 'runcheat c' to install the cheat
  53. echo  Type 'runcheat d' to delete cheat batch files
  54. echo +-----------------------------------------------+
  55. :END
  56. echo .
  57. echo Call these fine boards:
  58. echo .
  59. echo Fungus Land - PSI dist site - 206-865-0342, 14.4k, 100+ megs
  60. echo Roach Motel - INC dist site - 818-369-2083, 14.4k, 100+ megs
  61. echo .
  62.  
  63.  
  64.