home *** CD-ROM | disk | FTP | other *** search
- The following will patch MULTILINK 2.07 to get rid of the copy protection
- scheme. This will allow you to run it from a hard disk. If you
- are just interested in making backup copies of the system to another
- diskette, COPYIIPC does a great job of that. This document assumes
- that you already know how to use DEBUG. If not, then you need to
- read the DOS manual about the DEBUG command before attempting this
- patch.
-
-
- 1. Start up DEBUG. Enter DEBUG A:MLINK.COM
-
- 2. ENTER -E 34DF
- Key in the following patch beginning at 34DF: (Replacing the existing code)
-
- B8 00 00 BB 00 2C BA 00 00 0E 07 90 90 F8 C3
-
- 3. ENTER -E 33E4
- Key in the following patch beginning at 33E4:
-
- C7 06 00 2C 3? 3? F8 90 ?--YOU SHOULD ENTER THE FIFTH AND SIXTH NUMBERS
- │ │ OF YOUR MULTILINK SERIAL NUMBER IN PLACE OF
- │ │ THE 2 QUESTIONS MARKS. FOR EXAMPLE IF YOUR
- │ │ MULTILINK SERIAL NUMBER WAS 123456, YOU WOULD
- │ │ ENTER: C7 06 00 2C 35 36 F8 90.
- │ │
- │ └────────────────────────────────────────────┼──┘
- └───────────────────────────────────────────────┘
-
- 4. ENTER -E 34C1
- Key in the following patch beginning at 34C1
-
- 90 90
-
- 5. ENTER -E 2CA6
- Key in the following patch beginning at 2CA6
-
- 20 20 20
-
-
- You should be sure to make a backup copy of the file MLINK.COM before
- attempting the above patch.
-
-
-