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

  1. This file will allow you to unprotect the game called ASTRILIS 
  2. put out by Shaman games.
  3. STAMP OUT COPY PROTECTION FOR EVER!!!!!!!!!!
  4. Use debug to load astrilis.com
  5. DEBUG ASTRILIS.COM
  6. -E 79D1 <CR>
  7. XXXX:79D1  75. EB <CR>
  8. -E 79EB <CR>
  9. XXXX:79EB  75. 90 <SP>  F2. 90 <CR>
  10. -W
  11. Thats all there is to it, if you find the address don't match
  12. then look for the following
  13.  
  14. --------------------------------------------------------
  15. 3AE0    CMP    AH,AL
  16. 7511    JNZ    79E4  ;this is the jump to change to JMP
  17. 4F    DEC    DI
  18. ---------------------------------------------------------
  19. 3C4D    CMP    AL,4D
  20. 75F2    JNZ    79DF  ;this is what we want to nop
  21. BF0001    MOV    DI,0100
  22. ---------------------------------------------------------
  23. Have fun 9/16/86 B.S.
  24.