ExclamationSolvedS2S Function Arguements

Posts 14 of 4 · Page 1 of 1
S2S Function Arguements
Would addresses be handy for S2S Hacks

for E.G.
Instead of:
Code:
g_LTClient->SendToServer(Msg.Read(), Message_Guaranteed);
you use:
Code:
g_LTClient->SendToServer(ADDR_MsgReadArgs, Message_Guaranteed);
or
ADDR_Flags + 0x4;
Code:
g_LTClient->SendToServer(ADDR_MsgReadArgs, AddrFlags);

Code:
Addresses:

#define MsgReadAddress 00479ED0 + 0x4
#define FlagsAddress 00479ED0 + 0x8
any ideas?

i doubt very much any of this will work but it is worth the try
How the hell should this work? o.0
The address is constant, you should make a virtual function.
Quote Originally Posted by Ch40zz-C0d3r View Post
How the hell should this work? o.0
The address is constant, you should make a virtual function.
nub idea @Flengo Request close ...
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?