home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / unprotec / popcrk.zip / POPUNP.DOC < prev   
Text File  |  1993-09-03  |  1KB  |  29 lines

  1.  
  2.                   THIS ONLY WORKS IF YOU BOUGHT THE GAME !!!
  3.  
  4.         *** DO NOT TRY THIS ON YOUR ORIGINAL DISK. MAKE A BACKUP! ***
  5.  
  6. Using Norton Utilities search POPULOUS.EXE for this HEX byte pattern:
  7. 3B 46 0C 75 09 8B 46 0C A3 82 2A
  8. and replace the 75 09 with EB 03, write the data and your done. Then at the
  9. verification screen you can just hit enter instead.
  10.  
  11.  
  12.  
  13. NOTE: If you are familer with DeBug...  Try this:
  14. From Dos:
  15. rename populous.exe populous.xxx  <enter>
  16. debug populous.xxx   <enter>
  17. -r <enter>   (write down the cs register value after the register dump)
  18. -s cs:0000 ffff 3b 46 0c 75 09 8b 46 0c a3 82 2a <enter>
  19. debug should respond with cs:xxxx (xxxx is an address)
  20. -u cs:xxxx <enter> (I hope you realize by now to substitute the cs )
  21.                    (register value for the "cs" )
  22. cs:xxxx    CMP AX,[BP+0C]  (Debug should respond with this)
  23. cs:yyyy JNZ DE66
  24. -e cs:yyyy <enter>    (put the value of cs and yyyy from above in here)
  25. 75.eb <space> 09.03 <enter>
  26. -w <enter>    debug says "writing zzzzz bytes"
  27. -q <enter>
  28. Then from Dos ren populous.xxx populous.exe
  29.