home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / MINIPUTT / MP-UNP.TXT < prev    next >
Text File  |  1989-01-29  |  3KB  |  92 lines

  1.                        Unprotect for Mini Putt
  2.  
  3.  
  4.  BE SURE TO BACKUP YOUR PROGRAM DISK BEFORE STARTING AND USE THE
  5.  BACK UP FOR THE UNPROTECT.
  6.  Modify only the backup copy!!!
  7.  
  8.  First you should rename the file or files
  9.  MP.EXE TO MP
  10.  
  11.  
  12.  Ex. C>rename mp.exe mp
  13.  
  14.  Next Load program into debug...
  15.  
  16.  Ex. C>debug mp
  17.  
  18.  Then Follow the sample debug session:
  19.  
  20.      -rcx                         :   record length of program
  21.      CX XXXX
  22.      :                            :   make note of value & push return
  23.  
  24.      -rcs                         :   change value of CS
  25.      CS YYYY
  26.      :ZZZZ                        :   add 0809h to value shown and enter
  27.                                   :   ZZZZ=YYYY+0809H & make note of 
  28.                                   :   previous value
  29.                                   :   (These numbers are in hex. If you are
  30.                                        unfamiliar with the adding of hex
  31.                                        numbers don't attempt this patch)
  32.  
  33.      -n patch                     :   load patch file
  34.      -l
  35.      -n mp
  36.  
  37.      -rcx                         :   restore length of program
  38.      CX 007C
  39.      :YYYY                        :   enter number you made note of
  40.  
  41.      -rcs                         :   restore CS value
  42.      CS ZZZZ
  43.      :XXXX                        :   enter number you made mote of
  44.  
  45.      -e 0306 e8 87 7e eb 05       :   patch disk I/O
  46.      -e 9e99 e8 16 e3 eb 11
  47.      -e 9efa e8 b5 b2 ed 11
  48.  
  49.  Now write the new mp game back to the disk:
  50.  
  51.      -w  <Enter>
  52.  
  53.      Writing XXXX bytes
  54.  
  55.  Then Quit Debug:
  56.  
  57.      -q  <Enter>
  58.  
  59.  Now it is time to rename mp back to mp.exe
  60.  
  61.      C>ren mp mp.exe
  62.  
  63.  Now we need to make a disk file out of the Mini Putt disk.
  64.  Insert Mini Putt disk in drive A (drive must be A).
  65.  Make default drive a drive with at least 320k free then type
  66.  
  67.      C>dsk2file
  68.  
  69.  This program should create a file called mp.dat if not re-check
  70.  that you did everything correctly.
  71.  
  72.  The only files now needed to run Mini Putt are
  73.  
  74.      MP.EXE
  75.      MP.DAT
  76.  
  77.  MP.SBD is not needed.
  78.  
  79.  Now try to run the new (Hopefully) unprotected version of Mini Putt
  80.  
  81.      C>mp
  82.  
  83.  --------------------------------------------------------------------------
  84.  
  85.  Unprotect Brought to you courtesy of Super Dave
  86.  
  87.                         Super Dave can be reached at:
  88.  
  89.                         The Download Depot BBS
  90.                         (803) 269-7899
  91.                         Greenville, SC
  92.