Need help with decrypting packets
Hello everyone, I'm starting to get into 'hacking' and I decided to make my own client without graphics (To use it as a bot), but I have a problem.
I can't get to decrypt the first packet (the hello packet) and the following ones. I used wireshark to get the data and tried to decrypt it with an online RC4 decryptor and the key I found in the client with no success.
The first bytes of the decrypted hello packet data (not counting the first 5, used for indicating length and ID) should be the build version right? Because I'm not getting that, that's why I think I'm doing something wrong.
I tried the other key but it doesn't work either.
What am I doing wrong?