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

  1.         This procedure will enable you to unprotect Sierra On-Line's 3D newest 
  2.         version of Space Quest.  The procedure is based on an unprotect 
  3.         procedure for KING'S QUEST III, by an unknown author. 
  4.  
  5.         There are two files included in this ARC package: 
  6.  
  7.                 1.  SQ1.DOC - This file 
  8.                 2.  SQ1.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 I 
  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 SQ.COM (on the backup disk) and 
  17.         SQ1.DAT (from this package) are both in the current path or on the 
  18.         default drive. 
  19.  
  20.         3) Use DEBUG to patch SQ.COM
  21.  
  22.                 -N SQ.COM
  23.                 -L
  24.                 -R                            (Record value of CX register)
  25.                 -N SQ1.DAT
  26.                 -L 141
  27.                 -E 38D
  28.                 XXXX:038D E8.90 0E.90 04 .90
  29.                 -N SQ.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 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.