packet bot

05/24/2022 16:43 epok95#1
Hello,

I've been learning about packets bot for a while and one thing I see often is that the packets are encrypted.

Are you talking only about the connection information or the majority of the packets?

When I look at the packets I receive, I have the nicknames of the players on the map displayed in clear text and other things that are visible so I don't understand what is encrypted.

Thanks
05/25/2022 17:34 Requi#2
If things haven't changed since I've played every packet should be encrypted after this packet exchange:
VersionRequest (666)
VersionResponse (667)
ObfuscationRequest (????? Depends on game version)
ObfuscationResponse

Make sure you're not seeing packets for the chat server. That's still in clear text I'm pretty sure.
06/02/2022 02:05 ODAKAB#3
i don't see any encryption at the moment, just shifted values with bitwise operators you don't even need to work on them just check client code to see shifts