home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / BATLCHS2 / BTLCHESS.UNP next >
Text File  |  1989-01-15  |  2KB  |  78 lines

  1. ******* Revised 01/15/89 - Anonymous *******
  2.  
  3. So, you have a copy of Interplay's Battle Chess, but you can't play it
  4. because you can't get by the frustrating three questions up front.
  5. Fear not!  A simple application of the following DEBUG techniques will
  6. get you around the problem (NO MORE QUESTIONS!!!).
  7.  
  8. Follow these steps exactly...
  9.  
  10. 1) Make sure DEBUG is in your current directory or path.
  11.  
  12. 2) RENAME CHESS.EXE CHESS.ZAP
  13.  
  14. 3) DEBUG CHESS.ZAP
  15.  
  16.    - S 0 9999 80 3F 67 74 0E
  17.      (You should find 1 occurrence at XXXX:734E. This ensures you
  18.       have the version of Battle Chess for which this unprotect works).
  19.  
  20.    - A 700D
  21.        XXXX:700D nop              (was XXXX:700D E870AA call 1A80)
  22.        XXXX:700E nop
  23.        XXXX:700F nop
  24.        XXXX:7010 (hit enter)
  25.  
  26.    - A 7119
  27.        XXXX:7119 nop              (was XXXX:7119 E8F97A call EC15)
  28.        XXXX:711A nop
  29.        XXXX:711B nop
  30.        XXXX:711C (hit enter)
  31.  
  32.    - A 717F
  33.        XXXX:717F nop              (was XXXX:717F E8937A call EC15)
  34.        XXXX:7180 nop
  35.        XXXX:7181 nop
  36.        XXXX:7182 (hit enter)
  37.  
  38.    - A 72E4
  39.        XXXX:72E4 nop              (was XXXX:72E4 E82E79 call EC15)
  40.        XXXX:72E5 nop
  41.        XXXX:72E6 nop
  42.        XXXX:72E7 (hit enter)
  43.  
  44.    - A 13C6
  45.        XXXX:13C6 nop              (was XXXX:13C6 E84CD8 call EC15)
  46.        XXXX:13C7 nop
  47.        XXXX:13C8 nop
  48.        XXXX:13C9 (hit enter)
  49.  
  50.    - A 13D8
  51.        XXXX:13D8 jmp 144B         (was XXXX:13D8 7402   jz   13DC)
  52.        XXXX:13DA (hit enter)
  53.  
  54.    - A 7325
  55.        XXXX:7325 jmp 7361         (was XXXX:7325 751A   jnz  7341)
  56.        XXXX:7327 (hit enter)
  57.  
  58.    - A 737E
  59.        XXXX:737E nop              (was XXXX:737E 7509   jnz  7389)
  60.        XXXX:737F nop
  61.        XXXX:7380 (hit enter)
  62.  
  63.    - A 7387
  64.        XXXX:7387 jmp 738D         (was XXXX:7387 7404   jz   738D)
  65.        XXXX:7389 (hit enter)
  66.  
  67.    - W
  68.  
  69.    - Q
  70.  
  71. 4) RENAME CHESS.ZAP CHESS.EXE
  72.  
  73. 5) Type "CHESS" at the DOS prompt, and ENJOY!
  74.  
  75.  
  76.  
  77. ******* Revised 01/15/89 - Anonymous *******
  78.