If it defined for you or not?
#define __CUSTOMS__ 1
Last edited by djsad94; 10-08-16 at 01:41 AM. Reason: wait
Haha thats what I wrote, my source doesnt have g_bPointsAfter2ndQuest .. :)
Btw, the best way if you read back in the thread and find the XOR keys.
I am not sure but I think this is the original
Search for this: void XorData(int iStart, int iEnd, int iDir)
byXorFilter[0] = 0xAB;
byXorFilter[1] = 0x11;
byXorFilter[2] = 0xCD;
byXorFilter[3] = 0xFE;
byXorFilter[4] = 0x18;
byXorFilter[5] = 0x23;
byXorFilter[6] = 0xC5;
byXorFilter[7] = 0xA3;
byXorFilter[8] = 0xCA;
byXorFilter[9] = 0x33;
byXorFilter[10] = 0xC1;
byXorFilter[11] = 0xCC;
byXorFilter[12] = 0x66;
byXorFilter[13] = 0x67;
byXorFilter[14] = 0x21;
byXorFilter[15] = 0xF3;
byXorFilter[16] = 0x32;
byXorFilter[17] = 0x12;
byXorFilter[18] = 0x15;
byXorFilter[19] = 0x35;
byXorFilter[20] = 0x29;
byXorFilter[21] = 0xFF;
byXorFilter[22] = 0xFE;
byXorFilter[23] = 0x1D;
byXorFilter[24] = 0x44;
byXorFilter[25] = 0xEF;
byXorFilter[26] = 0xCD;
byXorFilter[27] = 0x41;
byXorFilter[28] = 0x26;
byXorFilter[29] = 0x3C;
byXorFilter[30] = 0x4E;
byXorFilter[31] = 0x4D;
I find them in server source, now?
You need to use the original XOR keys, on the server and on the clientside too, than the chat will works.
@or30n you are wrong
If you cant login after the XOR key change it can be some problem
- You didnt changed the XOR keys on the clientside
- You didnt changed the XOR keys on the serverside
- You are using bad encoder
Give us screenshot about the GS screen after you edited the XOR keys.
- - - Updated - - -
This kills are little bit similar but not the same. (Its depends of your weapon)
the encoder doesnt really affects the xor keys to connect to server as long as you dont change the xor ones in scriptencode.cpp
The XOR thing is very pro for me. I can't figure it out how to change them. If someone can help I'll upload files when i get home after work and help fix it.
I try this too http://forum.ragezone.com/f197/zteam.../index222.html
but no success.
I get error for
Sometime i change xors and connect but again *Offline Talking*!void ConnectToServer(void)
{
int ConnectDone;
ConnectDone = ServerConnect();
}
But what is on the GS screen?