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

  1.                                    UNPROTECT
  2.  
  3.                                   Sierra's 3-D
  4.                               H E L I C O P T E R
  5.                                    Simulation
  6.  
  7.  
  8.                                 By Tony Elliott
  9.                                CIS ID: 71370,2676
  10.  
  11.  
  12.            As always, I am going to begin this document by stating that
  13.        this information is for the exclusive use of individuals who own
  14.        legitimate copies of Helicopter Simulator.  I do not condone
  15.        software piracy in any form!  I do not, however, agree with soft-
  16.        ware authors/distributors who choose to make their product diffi-
  17.        cult to use by adding "copy protection."  This effects all of us
  18.        adversely, especially hard disk users.
  19.  
  20.            This document, along with the file "CODE.OVL" will enable you
  21.        to load Helicopter Simulator without having to place the original
  22.        "key" disk in drive A:.
  23.  
  24.            PLEASE NOTE: The unprotects available for Kings Quest III and
  25.        Space Quest WILL NOT work with loader program supplied with Heli-
  26.        copter Simulator.  Although the ID of both loaders indicate Ver-
  27.        sion 3, the ones used with KQ & SQ are some 500 bytes smaller.
  28.  
  29.            Now, on with the procedure...
  30.  
  31.            First be sure that you are working from a backup copy of your
  32.        original distribution diskette, or hard disk users may use the
  33.        sub-directory created when the program was installed.
  34.  
  35.            Also, be sure that a copy of debug is in the current directory
  36.        occupied by Helicopter Simulator or is somewhere in the PATH.
  37.  
  38.            Copy the file CODE.OVL (supplied with the document) to Heli-
  39.        copter's sub-directory or floppy disk.
  40.  
  41.            Follow the directions below exactly.
  42.  
  43.            DEBUG HELI.COM <enter>
  44.            R <enter>               Write down the value of CX Register.
  45.                                    I got a value of AF6
  46.            N CODE.OVL <enter>
  47.            L 141 <enter>
  48.            D 0363 <enter>          Make sure that the six bytes starting
  49.                                    at 0363 are E8 17 06 E8 9A 00
  50.                                    If not, STOP NOW!  This patch probably
  51.                                    will not work!
  52.  
  53.            E 0363 90 90 90 90 90 90 <enter>   Disable the copy protection
  54.            N HELI.COM <enter>
  55.            R CX <enter>
  56.            : xxx <enter>          Enter the value recorded above for the
  57.                                   CX Register. Put it in place of the xxx
  58.  
  59.            W <enter>
  60.            Q <enter>
  61.  
  62.            That's it!  If you followed the above instructions exactly and
  63.        all of the proper values checked were verified, then you should
  64.        have an unprotected copy of Helicopter Simulator!
  65.  
  66.  
  67.            If you have any question or problems with this patch I may be
  68.        reached on Compuserve, T.J.'s BBS in Atlanta at (404) 394-1756, or
  69.        after November 1, 1987, on Programmer's Information Exchange, also
  70.        in Atlanta at (404) 928-0033. Both are PC Pursuitable.
  71.  
  72.                                     ENJOY!!
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.