-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect password #8
Comments
No details on the client are specified, so my answer isn't very specific. However, there are likely 2 situations that will cause this issue:
|
Thanks for the answer. I will try to be a little clearer about my question. bytearray(b'\x9a\x8c\x0b\xdb\xa8\xcf\x9c\x18\xa2\x8eLm')" And the server is unable to decrypt this information, I get special characters when decoding And I get this log on the console using login and password "us" Username: us RX Password: |å@iïÜ1èÿp DB Password: us I'm using gunbound th v376 GIS without gameguard |
Thanks for the additional details. GIS 376 is known to be incompatible with the Serv2 protocol, therefore this project has difficulties with it. Unfortunately, that generation has major changes to the packet layout, starting from the login packet; Visually, the clients may not look very different. However, avatars/channel/room/game related packets have significant changes to accommodate for new cash items, so it is very different from Serv2 and will not work. |
Thank you very much for the answers. Upon your code I will try to continue to make a client of this type work. |
When trying to log in with other clients, the incorrect password warning appears on the screen when selecting the server.
It seems to me that decryption is different for these.
I would like to know how to proceed to be able to decrypt the data packet that the server receives from the GME.
The text was updated successfully, but these errors were encountered: