home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / CLBEQUNP / COLBEQST.UNP next >
Text File  |  1989-12-23  |  2KB  |  49 lines

  1. December 23, 1989
  2.  
  3. Unprotecting The Colonel's Bequest
  4.        by The Lonestar
  5.  
  6.  
  7. The Colonel's Bequest by Sierra is a very interesting game and somewhat
  8. unusual for Sierra. The game is not so much a quest, but rather it is
  9. more like interactive fiction with graphics. Like all of the new Sierra
  10. releases it has superb graphics and excellent support for external sound
  11. devices. It does have one irritating feature, it requires the user to
  12. identify a finger print correctly each time the game is played. The game
  13. comes packaged with a game map. On the back of this map the fingerprints
  14. of the principal characters are obscured with a red inked pattern. A red
  15. plastic lensed "magnifying glass" is also included to help identify the
  16. correct fingerprint. I think that we can dispense with that annoying bit
  17. of code and increase the overall enjoyment of this fine game.
  18.  
  19. Using PCTools, Norton, etc... search for the following bytes in a file
  20. named SCIV.EXE:
  21.     A8 01 74 0A
  22.  
  23. We are going to replace these bytes and the subsequent bytes with:
  24.     C7 06 1B 00 6C 03 8C 1E 1D 00 FF 1E 1B 00 EB 07
  25.  
  26. This will set us up for a jump to a hopefully unused portion of SCIV.EXE
  27. where we will edit in our own version of the DOC protect code.
  28.  
  29. Write the previous sector back out and search for the following bytes:
  30.     59 6F 75 20 74
  31.  
  32. What you will see is a section of ASCII text used for reporting errors to
  33. the user. We will borrow one of these error messages to insert our code.
  34.  
  35. Replace the bytes we searched for and the subsequent bytes with:
  36.     A8 01 74 0A AC 32 E4 8B C8 AC 32 E4 EB 04 AD 8B C8
  37.     AD 8B D8 AC 32 E4 81 FE 97 98 75 03 BE 9A 9E CB
  38.  
  39. Write this sector back out and The Colonel's Bequest is unprotected.
  40.  
  41. From this point on when the game is run, press ENTER when you see the
  42. fingerprint check and the game will continue as if you had selected the
  43. correct one.
  44.  
  45. I would have rather skipped the fingerprint check intirely, but this is
  46. the best I could do. I'll leave that to a better cracker.
  47.  
  48. ENJOY!
  49.