home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / easyun.zip / BALANCE.TXT < prev    next >
Text File  |  1986-12-02  |  768b  |  19 lines

  1. This a patch to remove the copy protection from BALANCE of POWER game
  2. by Mindscape
  3.  
  4. Take the progam disk the one with BOP.EXE file and copy this disk.
  5. 1.    Rename BOP.EXE to BOP.T
  6. 2.    Use debug and type "DEBUG BOP.T <CR>"
  7. 3.    -"U 39B3 <CR>"  Firt line should be a CALL 3C7E 
  8.             That is the call to the protection check
  9. 4.    We will jump around it by the following steps
  10.     -"E CS:39B3 <CR>"
  11.     -XXXX:39B3   E8. "EB <SP>"  C8. "6E <CR>"
  12.     -"W <CR>" write the file out
  13.     -"Q <CR>" quit debug
  14. 5.    Now rename BOP.T to BOP.EXE.
  15. 6.    You can now use the game with out having to key on putting in the key
  16.     disk. 
  17.  
  18.     09-NOV-86
  19.     THE END TO COPY PROTECTION RRS