ColinTask 5Sun Jan 3 02:27:24 1999 Firstly, I made a backup of the msffs.dll and the win64os.cpl files and deleted originals. when starting CYT I got the "You have tried to crack" nag as we all know. Secondly, I had a look at the program in WDASM and saw a string data ref 'You have tried to crack this etc'. After going to this part of the code I saw that it was called to from four places. I had a look at the first two calls and tried changing various conditional jumps and had no luck. In the third area (00440F04) I saw 00440F02 7504 jne 00440F0E then went to an editor and changed 7504 to EB04. When I started CYT again the 'You have tried to crack' nag had disappeared and in its place a 'Cannot open msffs.dll' had appeared in its place. I then went deeper into this area and tried changing some of the Returns but none of them seemed to be the right one as I kept on getting a runtime error.By this time I had run out of ideas and went back and read the reply Princess made to Dancer and decided to follow up on the tip to read Phil's solution to Task 3. In his reply he mentions the following jump and change.00444B7C 741B je 00444B99 so I went to an editor and changed 741B to EB1B and the 'You have tried to crack this' nag had disappeared. I didn't change any returns.Cop U LaterColin Getting rid of msffs.dll by Princess , Sun Jan 3 10:04