home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / uprotect.zip / SILENTSV.TXT < prev    next >
Text File  |  1989-11-26  |  5KB  |  100 lines

  1. Silent Service Unprotect (TMH)
  2.  
  3. 1. Copy the original Silent Service disk using DOS Diskcopy.
  4. 2. Load Debug.com from your DOS disk ( A>DEBUG ).
  5. 3. Place the Silent Service copy in drive A.
  6. 4. Use the following commands after you see the Debug prompt:
  7.    a.  -L 0 0 9 5
  8.    b.  -E 91E 08
  9.    c.  -W 0 0 9 5
  10.    e.  -Q
  11.  
  12. That's it! Boot up and enjoy!
  13.  
  14. ************************* Also ***********************
  15.  
  16. ********NEW COPY PROTECTION VERSION:*********
  17.  
  18. If the unprotect listed above doesn't do the job, try this:
  19.  
  20. Copy the master disk, load debug as listed above, put Silent Service
  21. copy in drive A:
  22. Use the following commands from DEBUG:
  23.   (a) -L 0 0 D 1           {load absolutek sector 13 from disk}
  24.  
  25.   (b) -U 170               {disassemble some code}
  26.   You should see:
  27.   2488:0170 B50A          MOV     CH,0A
  28.   2488:0172 B600          MOV     DH,00
  29.   2488:0174 B200          MOV     DL,00
  30.   2488:0176 03C3          ADD     AX,BX <-- {during execution, this changes to
  31.   2488:0178 80FC00        CMP     AH,00      INT 13}
  32.   2488:017B 7409          JZ      0186
  33.   Note that you might have some other number than 2488: - this is OK.
  34.   If your disk doesn't match, you're probably out of luck -this might not
  35.   work.
  36.  
  37.   (c) -E 017B EB 09            {change the JZ to a JMP - fake it out}
  38.  
  39.   (d) -W 0 0 D 1               {save the changes to disk}
  40.  
  41.   (e) -Q
  42.   You should now have an unprotected copy.  Enjoy!
  43.  
  44. Jeff Johnson 2/7/87
  45.  
  46. ************************* Also ***********************
  47.  
  48.                              SOFTWARE PIRATES INC.
  49.                                    presents
  50.  
  51.                            Silent Service Unprotect
  52.  
  53.         This file will tell you how to unprotect "Silent Service" by Micro
  54.         Prose. To complete this unprotection you will need the following:
  55.  
  56.         1.      A good copy program like BACKUP.EXE or COPYIIPC.EXE.
  57.         2.      FIXSS.COM       included in the package.
  58.  
  59. BACKGROUND: The copy protection scheme used by Micro Prose on Silent Service
  60.         is very good.  I have found no commercial copy program that can
  61.         make a usable backup copy of this disk.  The Silent Service master
  62.         disk has track 10 specially made.  Track 10 has 16 sector ids on it
  63.         instead of the normal 8 or 9.  Using COPYIIPC, track 10 will be
  64.         reproduced with only 10 ids on it.  When Silent Service boots up it
  65.         verifies that all 16 sector ids exists.  The sectors on track 10
  66.         contain no usable data.  Silent Service just makes sure that they
  67.         exists.  Knowing this we can go in and patch Silent Service so that
  68.         it doesn't check track 10 at all.  After patching the program we
  69.         can go in and re-format track 10 to normal sector size.  Finally,
  70.         the makers on Silent Service, did one more little trick to prevent
  71.         DISKCOPY from working.  On track 12 side one, the sectors are in
  72.         sequential order.  This screws up DISKCOPY into thinking the disk
  73.         drive door is open, when it is not.  We must re-format the track to
  74.         normal and put the data back.  Also, just for kicks, we observed
  75.         that there was no FAT table on this disk, but that the space where
  76.         a FAT table would go was not used, so we put a FAT table out there.
  77.         The will make the disk look like it really is a double-side 8
  78.         sectors/track disk to DOS.  This allows DISKCOPY to know how the
  79.         disk is formatted.  With this done, you will have a working copy of
  80.         Silent Service that can be copied by DISKCOPY.COM.
  81.  
  82.           Now I realize that most of you probably won't understand most of
  83.         what I just said up there. That's OK. We provided a small program
  84.         FIXSS.COM that does most of the work for you.
  85.  
  86. Step 1: Make a backup copy of your master Silent Service disk. Your copy
  87.         program must be able to handle non-DOS sector sizes. Norell BACKUP or
  88.         Central Point COPYIIPC can do this. Remember to copy both sides of
  89.         the disk, Silent Service is double-sided. Once you have copied the
  90.         master disk put it away. You will not be needing it again.
  91.  
  92. NOTE:   The backup copy just made will not function ... yet. When you are done
  93.         with Step 2, the disk will be DISKCOPYable.
  94.  
  95. Step 2: Put copy of Silent Service into drive A. Then execute the FIXSS
  96.         program. This program will make all the patches to the game for
  97.         you. When it has completed you will have a DISKCOPYable version of
  98.         the game.
  99.  
  100.