huh?new ones?when did they change?you talking about the first two keys?9D 90 83 8A...keya and 62 4F E8 15....keyb?ive been away for a month and the keys changed?!the other two keys change everytime you log-in(compicated prossess of xor the first packet to make the 3/4 key).
but i would like to know what your asking?
server to client keys,so im not sure the fasted to test them,if it was the otherway around it would be easier to find out.this is the first ive heard of this.i know im still able to send packets using the"old" encryption,but my bot follows me just fine using the "old" keys so hopfully someone might be able answer.
btw,where did you hear this?
Encryption 12/04/2008 - CO2 Private Server - 23 Replies What is so good about having a client that is 5017+?
And this encryption......what is it?
Fastest method to generate key3, key4 (standerd conquer encryption) 07/09/2008 - CO2 Guides & Templates - 4 Replies Because I'll probably never need this again, I might as well demonstrate how exactly to generate key3 and key4 faster than coemu's gay slow method.
You'll actually have to have some knowledge of coding to be able to convert this to C# to use in your source (because most sources are in C#... I wonder why...:rolleyes:).
Note to disclaimer: This probably isn't the "fastest" method, but it's the fastest method I've developed.
#define sqr(x) x * x
#define ptr(t, i, v) (((t*)v) + i)
void...
Conquer Password Encryption? 12/25/2007 - Conquer Online 2 - 4 Replies Me and my bro are currently making a private server and we need help with the password encryption. Any help would be greatly appreciated. :D