Skip to content

Client info\join request

gekigek99 edited this page Nov 2, 2020 · 3 revisions

version: 1.16.3
protocol: 753

client "info" request:

  • b'\x10\x00\xc2\x04\t127.0.0.1c\xdd\x01'
    or
  • b'\x10\x00\xc2\x04\t127.0.0.1c\xdd\x01\x01\x00'

when the first packet fails to arrive to the server, an other one will be sent that will terminate with: \xd3.
In the script is not used since it may be also used in the client "try to join" request


client "join" request:

  • b'\x10\x00\xc2\x04\t127.0.0.1c\xdd\x02'

b'127.0.0.1' is because I was using a local server


issue: link
implemented in the script: 3c06072

Clone this wiki locally