Hey i have a question about a send packet via socket, when i tried send a private message like "/nick text" i don't receive any message from bot, rest of packets work very well
07/01/2018 14:52Pumba98#2
If you use this Crypto [Only registered and activated users can see links. Click Here To Register...]
try changing
Code:
if(c == '#')
return '0';
to
Code:
if (c == '#' || c == '/')
return '0';
in encryptGamePacket
07/01/2018 14:58haperek#3
Thanks, u help me a lot with it.
Pls close thread.