home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / THEXDER / THEXDER.DOC < prev   
Text File  |  1987-11-16  |  1KB  |  41 lines

  1.         This procedure will enable you to unprotect Sierra On-Line's HEILCOPTER
  2.         game.
  3.  
  4.         There are two files included in this ARC package:
  5.  
  6.                 1.  THEXDER.DOC - This file
  7.                 2.  HELI.DAT - Supplementary file needed during DEBUG session.
  8.  
  9.  
  10.         The procedure is:
  11.  
  12.         1) Put a blank, formatted diskette in drive B, and the THEXDER Game 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) Copy THEXDER.DAT onto the backup disk
  17.  
  18.         3) Load DEBUG, making sure both THEXDER.COM (on the backup disk) and
  19.         THEXDER.DAT (from this package) are both on the default drive.
  20.  
  21.         4) Use DEBUG to patch THEXDER.COM.
  22.  
  23.                 A>DEBUG THEXDER.COM
  24.                 -R             (Record value of CX register)
  25.                 -N THEXDER.DAT
  26.                 -L 141
  27.                 -E 34F
  28.                 XXXX:034F E8.90 7D.90 03.90   <-- Enter 3 Nop's (90h)
  29.                 -N THEXDER.COM
  30.                 -R CX
  31.                 CX 0080
  32.                 :????           (Enter value of CX you recorded)
  33.                 -W
  34.                 -Q
  35.  
  36.         5) That's all there is to it.  THEXDER is now unprotected.
  37.  
  38.  
  39.         Now you can run THEXDER directly from your hard disk.
  40.  
  41.