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