home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / HELI-UNP / HELI.DOC < prev    next >
Text File  |  1987-10-21  |  1KB  |  38 lines

  1.         This procedure will enable you to unprotect Sierra On-Line's 3D
  2.         HELICOPTER game.  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.  HELI.DOC - This file
  8.                 2.  HELI.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 HELICOPTER Disk
  13.         #1 in drive A, then at the A> prompt, COPY *.* B:.  Then put Disk #1
  14.         away - you won't need it anymore!
  15.  
  16.         2) Load DEBUG, making sure both HELI.COM (on the backup disk) and
  17.         HELI.DAT (from this package) are both in the current path or on the
  18.         default drive.
  19.  
  20.         3) Use DEBUG to patch HELI.COM.
  21.  
  22.                 -N HELI.COM
  23.                 -L
  24.                 -R                            (Record value of CX register)
  25.                 -N HELI.DAT
  26.                 -L 141
  27.                 -E 366
  28.                 XXXX:0366 E8.90 7D.90 03.90
  29.                 -N HELI.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.  HELICOPTER is now unprotected.
  37.  
  38.