home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / KQ&SQUNP / KQ2.DOC < prev    next >
Text File  |  1987-12-03  |  1KB  |  59 lines

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