Skip to content

Instantly share code, notes, and snippets.

@itsthatguy
Last active August 29, 2015 13:56
Show Gist options
  • Save itsthatguy/9148390 to your computer and use it in GitHub Desktop.
Save itsthatguy/9148390 to your computer and use it in GitHub Desktop.
packetId = 7 # uint8
payloadLength = 24 # sVLQ
assetDigest = "d41d8cd98f00b204e9800998ecf8427e" # uint8[] this is a sha1 of the mods folder, containing only the "mods_go_here" file
claim = 1 # variant
uuidFlag = 0 # uint8[]
playerName = "zombie" # string
species = "glitch" # string
account = "bambam" # string
# => <Buffer 07 2e 01 00 06 7a 6f 6d 62 69 65 06 67 6c 69 74 63 68 06 62 61 6d 62 61 6d>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment