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

  1.         This procedure will enable you to unprotect Sierra On-Line's 3D Space 
  2.         Quest II 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.  SQ2.DOC - This file 
  8.                 2.  SQ2.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 SPACE 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 SQ2.COM (on the backup disk) and 
  17.         SQ2.DAT (from this package) are both in the current path or on the 
  18.         default drive. 
  19.  
  20.         3) Use DEBUG to patch SQ2.COM
  21.  
  22.                 -N SQ2.COM
  23.                 -L
  24.                 -R                            (Record value of CX register)
  25.                 -N SQ2.DAT
  26.                 -L 141
  27.                 -E 3C1
  28.                 XXXX:03C1 E8.90 2E.90 04 .90
  29.                 -N SQ2.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.  SPACE 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.