home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / TESTDRV / TESTDRV.UNP < prev   
Text File  |  1987-12-24  |  1KB  |  47 lines

  1.     Unprotect for TEST DRIVE game by Accolade...
  2.        by Mary Burkoff
  3.        Assembly Language Guru
  4.  
  5.     12/25/87
  6.  
  7.     This unprotect works for TDCGA.EXE dated 10/26/87 4:43 pm
  8.     This removes all copy protection from the program.
  9.     We will use DOS DEBUG for this:
  10.  
  11.     from the DOS prompt:
  12.  
  13.     REN TDCGA.EXE SCHLONG <return>
  14.     DEBUG SCHLONG <return>
  15.  
  16.       (now you're in DEBUG)
  17.  
  18.     -D 70D6 L5 <return>
  19.       (you should get) 55 56 57 06 1E
  20.       (if not, wrong version of TD, see below)
  21.  
  22.     -E 70D6 31 C0 C3 <return>
  23.  
  24.     -D 70D6 L5 <return>
  25.       (you should get) 31 C0 C3 06 1E
  26.  
  27.     -W <return>
  28.       (you should get) Writing E080 bytes
  29.     -Q <return>
  30.  
  31.       (Now you're back in DOS)
  32.     REN SCHLONG TDCGA.EXE <return>
  33.  
  34.       (All done)
  35.  
  36.     If your version is different, or you wish to patch
  37.     TDEGA.EXE (The EGA version, which I don't have), search
  38.     for the 5-byte string above (55 56 57 06 1E) and try
  39.     changing it to 31 C0 C3 06 1E. This will probably work.
  40.  
  41.  
  42.             Comments, Suggestions, Thanks appreciated.
  43.  
  44.                Mary Burkoff
  45.                Atlanta PCUG
  46.                1-404-433-0062 (Data)
  47.