home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 160.img / NWCHT.ZIP / NWCHT.BAT next >
DOS Batch File  |  1990-04-21  |  886b  |  51 lines

  1. goto start
  2.  
  3. e cs:3f eb
  4. g cs:52
  5. t
  6. g cs:18e
  7. t
  8.  
  9. REM -- This gives unlimited men
  10.  
  11. e cs:1b08 90 90 90
  12.  
  13. REM -- This gives unlimited health
  14.  
  15. e cs:18ba eb
  16. e cs:19e5 90 90
  17.  
  18. REM -- This stops the timer. Not good for level 9!
  19.  
  20. e cs:25dc 90 90
  21.  
  22. REM -- This gives unlimited skulls
  23.  
  24. e cs:1290 90 90
  25.  
  26. REM -- This gives unlimited blocks
  27.  
  28. e cs:14b6 90 90
  29.  
  30. REN -- This gives you 9 skulls and blocks at the start of the game
  31.  
  32. e cs:1c95 b0 9
  33.  
  34. g
  35. q
  36.  
  37. :start
  38. echo off
  39. cls
  40. echo Netherworld Cheat by Rescue Raider [PSI]
  41. echo Cracked by Candyman [THG]
  42. echo .
  43. echo This will only work on the EGA version of the game. Since the file
  44. echo was encrypted, I couldn't put the cheat into my editor. The remarks
  45. echo tell you what bytes were edited. Remove any or all the edits
  46. echo depending on how much you want to cheat.
  47. echo .
  48. pause
  49. debug ega.exe < nwcht.bat
  50. echo .
  51.