Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

GACD brdige with gdeliveryd

Status
Not open for further replies.
Banned
Banned
Joined
Dec 17, 2011
Messages
470
Reaction score
245
Hi all, I am trying to read packets between gacd and gdeliveryd but idk how i can decode packets.

If anyone can point me in the right direction i will finish my program and share it.

Atm I am using Java language via:
InputStream clientIn = ClientSocket.getInputStream();
OutputStream clientOut = mClientSocket.getOutputStream();

and i am reading the packet with clientIn .read(buffer);
buffer is byte-array.

Thank you for reading this...If you want money to help me finish my project i can pay.
 
Banned
Banned
Joined
Dec 17, 2011
Messages
470
Reaction score
245
I manage to take some functions from authd but i still don't understand how this:
9389090000002404020201002e900000d43173237bbfe58189a98971c1817189c786343a31393836202f206c6f63616c686f7374f30c4c9e29d5cd95c9cc81f081c1a1c135e50591b5a5b880ccb8c8b8d3891c2d6408cd2e4caccdef07c3fc51cc9aeadedcd8d2dcca7c04d7f0f323a0a1a21031393234b3b2903bb4ba341033b232b634bb32b93cb2713149851d15693d3917cb26a6a7903232bb32b637b836b2b73a1031b7b6b6bab734ba3cfb91d475c9b8bef167324349030b6361610249030b6903a393cb4b733903a37903932b0b2103830b1b5b2ba39903132ba3bb2b2b71033b0b1b21030b7321072866c4eae840d2c8d640d0deee40d240c6c2ddca2636f6465ff702e200a2e2e2e3e0
9389= 5024
0900= 9
how does it work? any explications?
 
Upvote 0
Banned
Banned
Joined
Dec 17, 2011
Messages
470
Reaction score
245
It seams I am not able to understand some packets structure and how the strings are encoded.

If anyone is willing to help I am willing to pay for your efforts.
Start GACD like this:
./gacd -print_interface_debug_init_code_clientinfo_query_punish_question_skeleton_mutate_pp_acdatasend gamesys.conf
Change gdeliveryd/gamesys.conf
[GAntiCheatClient]
type = tcp
;port = 29702
port = 39702
address = 0.0.0.0
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1638400
obuffermax = 1638400
tcp_nodelay = 0
accumulate = 268435456
encode = 0
NetBeans IDE 7.2.1 Project:


My Skype is Icyteck (from pakistan)
Or just send pm.
 
Upvote 0
Status
Not open for further replies.
Back
Top