SolvedSend to server

Posts 18 of 8 · Page 1 of 1
Send to server
Can anyone tell me how to find addy of s2s?
Here you go:
[NA]
#define ADDR_S2S 0x476450
[EU]
#define ADDR_S2S 0x4764B0
[BR]
#define ADDR_S2S 0x4742F0

Simply open Engine in IDA, use those as references
Quote Originally Posted by R4v0r View Post
Here you go:
[NA]
#define ADDR_S2S 0x476450
[EU]
#define ADDR_S2S 0x4764B0
[BR]
#define ADDR_S2S 0x4742F0

Simply open Engine in IDA, use those as references
I need for CARU)))
Quote Originally Posted by GoldWhite View Post
I need for CARU)))
(Methode 1)
Don't have that game, but I suggest you download the latest CANA dumps from the CA Hack Coding / Programming / Source Code section, open the dump in IDA, Jump, jump to address, input the address, ok, find a references.

(Methode 2)
I would suggest you search for the string: "ScreenWidth: %d"
then the CALL above the push "screenwidth: %d" is the SendToServer address

(Methode 3)
Open Engine.exe with IDA, search for string: "CLTClient::SendToServer", double click it, on the right there is an address,
that's your SendToServer address
Quote Originally Posted by R4v0r View Post

(Methode 1)
Don't have that game, but I suggest you download the latest CANA dumps from the CA Hack Coding / Programming / Source Code section, open the dump in IDA, Jump, jump to address, input the address, ok, find a references.

(Methode 2)
I would suggest you search for the string: "ScreenWidth: %d"
then the CALL above the push "screenwidth: %d" is the SendToServer address

(Methode 3)
Open Engine.exe with IDA, search for string: "CLTClient::SendToServer", double click it, on the right there is an address,
that's your SendToServer address
There is no this string)Can you give me your logger?
Quote Originally Posted by GoldWhite View Post
There is no this string)Can you give me your logger?
Yes there is, just copy the sendtoserver string and search for it in IDA. Or well I don't have ru dumps but there has to be..
Quote Originally Posted by ctpsolo View Post
Yes there is, just copy the sendtoserver string and search for it in IDA. Or well I don't have ru dumps but there has to be..
It's there, It's on all LithTech games, I've tried it before on some other lithtech based games
There's a public signature scan posted. Search around the section, it should be on page 2-4.

/Solved
/Closed
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?