home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / easyun.zip / LAYOUT.TXT < prev    next >
Text File  |  1984-09-15  |  1KB  |  31 lines

  1. Here is how to unprotect the new version of ProKey (version 3.0,
  2. which is copy-protected):
  3. 1. PLACE A WRITE-PROTECT TAB ON THE PROKEY DISTRIBUTION DISK!!!
  4. 2. Put the Prokey distribution disk in B: and DOS disk in A:
  5. 3. Make b: the default drive
  6. 4. Type A:debug pkload.com
  7. Follow the DEBUG Script below:
  8. -g 3ffc         [you type this]
  9. AX=0100  BX=3FE1  CX=0000  DX=03F4  SP=FFFE  BP=41CA  SI=0920  DI=0110
  10. DS=0B4F  ES=0B4F  SS=0B4F  CS=0B4F  IP=3FFC   NV UP EI PL NZ NA PO NC
  11. -r cx           [you type this]
  12. CX 0000
  13. :40ca           [you type this]
  14. ****NOW CHANGE DISKS IN DRIVE B:--USE A FORMATTED BLANK DISK.****
  15. -w              [you type this]
  16. Writing 40CA bytes
  17. -q              [you type this]
  18.  
  19.  
  20.  
  21. **************************************************************
  22. **************************************************************
  23.  
  24.  
  25.     LAYOUT.COM is protected in the same way as PKLOAD.COM.
  26. To "adjust" LAYOUT.COM, use the same procedure as for PKLOAD, 
  27. EXCEPT: Change A:debug pkload.com  to  A:debug layout.com
  28.         Change G 3ffc              to  G 1f8f
  29.         Change 40ca (setting CX)   to  205d
  30. That's it!
  31.