home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / BTLCHESS / BTTLCHES.UNP next >
Text File  |  1989-04-15  |  2KB  |  34 lines

  1.                    Deprotect for Battle Chess
  2.  
  3.      It was bad enough when we had to hunt for key disks to run 
  4. our games from the hard disk.  Now I have to hunt for a Chess 
  5. game book AND a magnifying glass so I can read the darn thing.  
  6. Cynical friends tell me they use the smallest thinnest print font 
  7. they can find to make it hard to XEROX to foil those dastardly 
  8. software pirates!  Maybe so!  Maybe it works but it sure makes it 
  9. tough on us older fellers who are no longer able to read the 
  10. Lords prayer inscribed on the head of a pin!
  11.  
  12.      So a deprotected copy simplifies matters greatly.
  13.  
  14.      It only takes changing 6 bytes in the Chess.EXE file. NOTE 
  15. however that they are not all consecutive bytes.
  16.  
  17. Location       Original       Patched
  18. ========       ========       =======
  19. 739A             75              90
  20. 739B             09              90
  21. 73A3             74              EB
  22. 73D0             75              90
  23. 73D1             09              90
  24. 73D9             74              EB
  25.  
  26.      That's It!  When the Classic Game Move question comes up; 
  27. just hit return and the program continues normally!  
  28.  
  29.      These can be done, of course, using DEBUG.  Surely most 
  30. everyone knows how to use DEBUG by now.  If not, there are many 
  31. hackers willing to show you and the DOS manual contains a lengthy 
  32. section on it. Do you good to learn something new.
  33.  
  34. -- The Reno Cracker