home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / games1 / gnbna.zip / GNBNA.UNP
Text File  |  1993-06-21  |  1KB  |  39 lines

  1.            Unprotect for Great Naval Battles of the North Atlantic
  2.  
  3. Tired of looking up protection codes for that expensive program you bought?  
  4. Well we can do something about that nasty protection scheme.  
  5.  
  6. Use the Norton editor (or a similar hex editor) on the hard disk copy of 
  7. GNBNA386.EXE (as always it is inadvisable to modify your original).  Search 
  8. for the following bytes and make the following changes:
  9.  
  10. Original: 83 3E 4C A0 01 75 03     found at 4CA06 in the 09/22/92 version
  11.            |  |           |  |
  12. Changes:  C7 06 4C A0 01 00 90
  13.  
  14. Write the file out and you are done!
  15.  
  16.  
  17. For reference this is a dump of the part of the program we are changing.  
  18.  
  19.   1694:011D 45            INC     BP
  20.   1694:011E 55            PUSH    BP
  21.   1694:011F 8BEC          MOV     BP,SP
  22.   1694:0121 83EC46        SUB     SP,+46
  23.   1694:0124 56            PUSH    SI
  24.   1694:0125 57            PUSH    DI
  25.   1694:0126 833E4CA001    CMP     WORD PTR [A04C],+01  ;Chg to MOV W [A04C],1
  26.   1694:012B 7503          JNZ     0130                 ;Chg to NOP
  27.   1694:012D E92402        JMP     0354
  28.   1694:0130 6A            DB      6A
  29.   1694:0131 009A8907      ADD     [BP+SI+0789],BL
  30.   1694:0135 40            INC     AX
  31.   1694:0136 01C7          ADD     DI,AX
  32.   1694:0138 46            INC     SI
  33.   1694:0139 FE00          INC     BYTE PTR [BX+SI]
  34.   1694:013B 001E68FA      ADD     [FA68],BL
  35.   -q
  36.  
  37.                               Courtesy of Bad Bob
  38.  
  39.