home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #3.1 / RBBSIABOX31.cdr / mlpc / mlink207.unp < prev    next >
Encoding:
Text File  |  1984-10-10  |  2.0 KB  |  44 lines

  1. The following will patch MULTILINK 2.07  to get rid of the copy protection
  2. scheme.  This will allow you to run it from a hard disk.  If you 
  3. are just interested in making backup copies of the system to another
  4. diskette, COPYIIPC does a great job of that.  This document assumes
  5. that you already know how to use DEBUG.  If not, then you need to
  6. read the DOS manual about the DEBUG command before attempting this
  7. patch.
  8.  
  9.  
  10. 1. Start up DEBUG.  Enter DEBUG A:MLINK.COM
  11.    
  12. 2. ENTER  -E 34DF
  13.    Key in the following patch beginning at 34DF: (Replacing the existing code)
  14.     
  15.    B8 00 00 BB 00 2C BA 00 00 0E 07 90 90 F8 C3
  16.  
  17. 3. ENTER  -E 33E4
  18.    Key in the following patch beginning at 33E4:
  19.  
  20.    C7 06 00 2C 3? 3? F8 90    ?--YOU SHOULD ENTER THE FIFTH AND SIXTH NUMBERS
  21.                 │  │             OF YOUR MULTILINK SERIAL NUMBER IN PLACE OF
  22.                 │  │             THE 2 QUESTIONS MARKS.  FOR EXAMPLE IF YOUR
  23.                 │  │             MULTILINK SERIAL NUMBER WAS 123456, YOU WOULD
  24.                 │  │             ENTER:            C7 06 00 2C 35 36 F8 90.
  25.                 │  │                                              
  26.                 │  └────────────────────────────────────────────┼──┘
  27.                 └───────────────────────────────────────────────┘
  28.          
  29. 4. ENTER  -E 34C1
  30.    Key in the following patch beginning at 34C1
  31.    
  32.    90 90
  33.  
  34. 5. ENTER  -E 2CA6
  35.    Key in the following patch beginning at 2CA6
  36.  
  37.    20 20 20
  38.  
  39.  
  40. You should be sure to make a backup copy of the file MLINK.COM before
  41. attempting the above patch.                                                                    
  42.  
  43.                                                     
  44.