home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / INDY-UNP / INDY-UNP.TXT < prev   
Text File  |  1990-02-18  |  2KB  |  74 lines

  1.                              Unprotect for
  2.                     Indiana Jones and the Last Crusade
  3.  
  4.  
  5.  BE SURE TO BACKUP YOUR PROGRAM DISK BEFORE STARTING AND USE THE
  6.  BACK UP FOR THE UNPROTECT.
  7.  Modify only the backup copy!!!
  8.  
  9.  First you should rename the file or files
  10.  INDY3.EXE TO INDY3
  11.  
  12.  
  13.  Ex. C>rename indy3.exe indy3
  14.  
  15.  Next Load program into debug...
  16.  
  17.  Ex. C>debug indy3
  18.  
  19.  Then Follow the sample debug session:
  20.  
  21.      -r
  22.  
  23. AX=????  BX=????  CX=????  DX=????  SP=????  BP=????  SI=????  DI=????  
  24. DS=????  ES=????  SS=????  CS=XXXX  IP=????   ?? ?? ?? ?? ?? ?? ?? ?? 
  25. XXXX:0100 ??????        ???     ??????????
  26.  
  27.      YYYY=XXXX+1000h                : add 1000h to CS (these numbers are in
  28.                                       hex. If you are unfamular with hex do
  29.                                       not attempt this patch)
  30.  
  31.      -e YYYY:44bb e8 9f 29          : enter patch
  32.  
  33.      -e YYYY:64a1 a1 fa 29 50 53 bb 7a 8b 8a 07 02 47 02 02 47
  34.      -e YYYY:64b0 04 02 47 06 74 1c c6 07 0b c6 47 02 0b c6 47 04
  35.      -e YYYY:64c0 0b c6 47 06 0b 2e c7 06 90 53 a1 fa 2e c6 06 92
  36.      -e YYYY:64d0 53 29 5b 58 c3
  37.  
  38.  Now write the new indy game back to the disk:
  39.  
  40.      -w  <Enter>
  41.  
  42.      Writing XXXX bytes
  43.  
  44.  Then Quit Debug:
  45.  
  46.      -q  <Enter>
  47.  
  48.  Now it is time to rename indy3 back to indy3.exe
  49.  
  50.      C>ren indy3 indy3.exe
  51.  
  52.  Now try to run the new (Hopefully) unprotected version of Indiana Jones
  53.  
  54.      C>Indy3
  55.  
  56.  Push [ESC] to abort opening credits and then again to abort first scene,
  57.  or push [F5] to load saved game. You will then be asked for a translation
  58.  (patch will not work unless first scenes are aborted).
  59.  
  60.  When you are asked for your translation code enter the 12th symbol 4 times.
  61.  
  62.  Do not use the restart [F8] as the patch is removed after the first
  63.  translation (exit program & re-start instead).
  64.  
  65.  --------------------------------------------------------------------------
  66.  
  67.  Unprotect Brought to you courtesy of Super Dave
  68.  
  69.                         Super Dave can be reached at:
  70.  
  71.                         Hackers Paradise BBS
  72.                         (803) 269-7899
  73.                         Greenville, SC
  74.