So here is the details on how to crack conquer partner. Bitvector is using full version's dll with trial version's exe, but my way is differnt. I cracked the trial version's dll with trial version's exe.
First, you need to unpack the two files using differnt versions for stripper (refer to my previous post). After that, let's go to crack the timers.
There is only one timer on exe file, which hooks to 1200000 ms (namely 1200 sec, or 20 min). You need change it to 0x0fffffff (almost infinite). 0xffffffff will crash the program as it required signed integer.
There are multiple times on dll file. One timer is 1200000 ms. Another is 800 seconds. The rest are 1200 seconds. Change all these timers to 0x0fffffff and it will ok. It is not that easy just to search for these values, you need to first decompile these files using "IDA PRO", and then search for these number in hex value and check the context to see if they make sense to fix.
I had detailed doc on crack copartner, but had removed all conquer-related stuff last night just to quit completely, so above is all in my memory.