home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / EDIT300 / RUNVICE.BAT < prev    next >
DOS Batch File  |  1990-01-15  |  2KB  |  73 lines

  1. echo off
  2. cls
  3. echo . Miami Vice Cheat - January 15, 1990
  4. echo .
  5. echo . This cheat will give you unlimited men in the game.
  6. echo .
  7. echo . Make sure 'STATIC1.EXE', 'BOATS.EXE', 'SCROLL.EXE', 'STATIC2.EXE'
  8. echo . and 'STATIC3.EXE' are in your current sub-directory, then
  9. echo .
  10. pause
  11. IF '%1' == '' GOTO HELP
  12. IF %1 == r GOTO RESTORE
  13. IF %1 == c GOTO CHEAT
  14. IF %1 == d GOTO DELETE
  15. GOTO END
  16. :DELETE
  17. del vicecht.bat
  18. del viceres.bat
  19. echo All cheat batch files deleted. - Rescue Raider API
  20. del runcheat.bat
  21. :RESTORE
  22. ren static1.exe static1
  23. ren boats.exe boats
  24. ren scroll.exe scroll
  25. ren static2.exe static2
  26. ren static3.exe static3
  27. debug < viceres.bat
  28. ren static1 static1.exe
  29. ren boats boats.exe
  30. ren scroll scroll.exe
  31. ren static2 static2.exe
  32. ren static3 static3.exe
  33. cls
  34. echo Your game is now in normal play mode. - Rescue Raider [API]
  35. GOTO END
  36. :CHEAT
  37. ren static1.exe static1
  38. ren boats.exe boats
  39. ren scroll.exe scroll
  40. ren static2.exe static2
  41. ren static3.exe static3
  42. debug < vicecht.bat
  43. ren static1 static1.exe
  44. ren boats boats.exe
  45. ren scroll scroll.exe
  46. ren static2 static2.exe
  47. ren static3 static3.exe
  48. cls
  49. echo You now have unlimited men! - Rescue Raider [API]
  50. GOTO END
  51. :HELP
  52. cls
  53. echo +-----------------------------------------------+
  54. echo  Type 'runcheat r' to restore game to normal
  55. echo  Type 'runcheat c' to install the cheat
  56. echo  Type 'runcheat d' to delete cheat batch files
  57. echo +-----------------------------------------------+
  58. :END
  59. echo .
  60. echo Call these fine boards:
  61. echo .
  62. echo Solsbury Hill ][ - Home to API
  63. echo 301-428-3268, 2400 baud, 20 megs (temporary setup)
  64. echo .
  65. echo The Cemetery Gates
  66. echo 818-575-1887, 9600 baud, 100+ megs
  67. echo .
  68. echo The Roach Motel - INC dist. site
  69. echo 818-369-2083, 14.4k baud, 100+ megs
  70. echo .
  71.  
  72.  
  73.