home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / LARRY1 / LARRY.DOC < prev   
Text File  |  1987-09-16  |  1KB  |  44 lines

  1.         This procedure will enable you to unprotect Sierra On-Line's LEISURE
  2.         SUIT LARRY game.  The procedure is based on an unprotect procedure for
  3.         KING'S QUEST III, by an unknown author.
  4.  
  5.         There are two files included in this ARC package:
  6.  
  7.                 1.  LARRY.DOC - This file
  8.                 2.  LARRY.DAT - Supplementary file needed during DEBUG session.
  9.  
  10.  
  11.         The procedure is relatively simple:
  12.  
  13.         1) Put a blank, formatted diskette in drive B, and the LEISURE SUIT
  14.         LARRY Disk #1 in drive A, then at the A> prompt, COPY *.* B:.
  15.         Then put Disk #1 away - you won't need it anymore!
  16.  
  17.         2) Load DEBUG, making sure both SIERRA.COM (on the backup disk) and
  18.         LARRY.DAT (from this package) are both in the current path or on the
  19.         default drive.
  20.  
  21.         3) Use DEBUG to patch SIERRA.COM.
  22.  
  23.                 -N SIERRA.COM
  24.                 -L
  25.                 -R                            (Record value of CX register)
  26.                 -N LARRY.DAT
  27.                 -L 141
  28.                 -E 38D
  29.                 XXXX:038D E8.90 0E.90 04.90
  30.                 -N SIERRA.COM
  31.                 -R CX
  32.                 CX 0080
  33.                 :????                         (Enter value of CX you recorded)
  34.                 -W
  35.                 -Q
  36.  
  37.         4) That's all there is to it.  LEISURE SUIT LARRY is now unprotected.
  38.  
  39.  
  40.         Have fun!
  41.  
  42.  
  43.  
  44.