home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / F-15UNP / F-15.UNP next >
Text File  |  1986-01-10  |  3KB  |  63 lines

  1.  
  2.                              SOFTWARE PIRATES INC.
  3.                                    presents
  4.  
  5.                           F-15 Strike Eagle Unprotect
  6.  
  7.         This file will tell you how to unprotection F-15 Strike Eagle by Micro
  8.         Prose. To complete this unprotection you will need the following:
  9.  
  10.         1.      A good copy program like BACKUP.EXE or COPYIIPC.EXE.
  11.         2.      DEBUG.COM       can be found on your DOS disk.
  12.         3.      U-FORMAT.EXE    can be found on most Bulletin Boards.
  13.  
  14. BACKGROUND: The copy protection scheme used by Micro Prose on F-15 Strike Eagle
  15.         is very good. I have found no commercial copy program that can make a
  16.         usable backup copy of this disk. The F-15 master disk has track 10
  17.         specially made. Track 10 has 16 sector ids on it instead of the normal
  18.         8 or 9. Using COPYIIPC, track 10 will be reproduced with only 10 ids on
  19.         it. When F-15 boots up it verifies, in two places, that all 16 sector
  20.         ids exists. The sectors on track 10 contain no usable data. F-15 just
  21.         makes sure that they exists. Knowing this we can go in and patch F-15
  22.         so that it doesn't check track 10 at all. After patching the program
  23.         we can go in and re-format track 10 to normal sector size. With this
  24.         done, you will have a working copy of F-15 Strike Eagle that can be
  25.         copied by DISKCOPY.COM.
  26.  
  27. Step 1: Make a backup copy of your master F-15 Strike Eagle disk. Your copy
  28.         program must be able to handle non-DOS sector sizes. Norell BACKUP or
  29.         Central Point COPYIIPC can do this. Remember to copy both sides of
  30.         the disk, F-15 is double-sided. Once you have copied the master
  31.         disk put it away. You will not be needing it again.
  32.  
  33. NOTE:   The backup copy just made will not function ... yet. When you are done
  34.         with Step 2, the disk will run. When you are done with Step 3, the
  35.         disk will be DISKCOPYable.
  36.  
  37. Step 2: Load DEBUG into memory. Put F-15 backup copy into drive A. From the
  38.         DEBUG prompt '-', enter the following:
  39.  
  40.         -l 0 0 36 1<CR>
  41.  
  42.         This command will load the 7th sector on track 3 side 0 into memory.
  43.         At this point we want to patch the two locations that check track 10
  44.         for 16 sector ids. To do this type the following:
  45.  
  46.         -e123 E9 11 10 90<CR>
  47.         -e19B E9 11 10 90<CR>
  48.  
  49.         Now we want to write the changes back to disk. To do this type the
  50.         following:
  51.  
  52.         -w 0 0 36 1<CR>
  53.  
  54.         At this point your backup disk will now function!
  55.  
  56. Step 3: Now we want to re-format track 10 to normal double-sided track.
  57.         U-FORMAT.EXE will do this job quite well. You want to format track
  58.         10 with 8 sectors on 2 sides.
  59.  
  60.         Having completed the above 3 steps, you will have a working copy of
  61.         F-15 Strike Eagle the can be copied by DISKCOPY.COM.
  62.  
  63.