home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / POPULOUS / POPULOUS.UNP < prev   
Text File  |  1990-01-11  |  1KB  |  61 lines

  1. I hate looking up codes, pictures, etc in instruction books!
  2.  
  3. If you have Populous and feel the same way here's how to fix the game!
  4.  
  5. DO NOT TRY THIS ON YOUR ORIGINAL DISK. MAKE A BACKUP!
  6.  
  7. Using Norton Utilities search POPULOUS.EXE for this HEX byte pattern:
  8.  
  9. 3B 46 0C 75 09 8B 46 0C A3 82 2A
  10.  
  11. and replace the 75 09 with EB 03, write the data and your done. Then at the
  12.  
  13. verification screen you can just hit enter instead of looking up the silly
  14.  
  15. shield. (You still have to put in your name though)
  16.  
  17.  
  18.  
  19. If you must use Debug, here's the sequence:
  20.  
  21.  
  22. From Dos:
  23.  
  24. rename populous.exe populous.xxx  <enter>
  25.  
  26. debug populous.xxx   <enter>
  27.  
  28. -r <enter>   (write down the cs register value after the register dump)
  29.  
  30. -s cs:0000 ffff 3b 46 0c 75 09 8b 46 0c a3 82 2a <enter>
  31.  
  32. debug should respond with cs:xxxx (xxxx is an address)
  33.  
  34. -u cs:xxxx <enter> (I hope you realize by now to substitute the cs )
  35.                    (register value for the "cs" )
  36.  
  37. cs:xxxx    CMP AX,[BP+0C]  (Debug should respond with this)
  38. cs:yyyy JNZ DE66
  39.  
  40. -e cs:yyyy <enter>    (put the value of cs and yyyy from above in here)
  41.  
  42. 75.eb <space> 09.03 <enter>
  43.  
  44. -w <enter>    debug says "writing zzzzz bytes"
  45.  
  46. -q <enter>
  47.  
  48. Then from Dos ren populous.xxx populous.exe
  49.  
  50. You have finished!
  51.  
  52. Note: If you don't understand the above debug sequence, then find a hacker 
  53. to do this for you.
  54.  
  55.  
  56.  
  57.  
  58.             A Sleepy Hacker
  59.  
  60.         'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz'
  61.