Last active
August 29, 2015 13:56
-
-
Save itsthatguy/9148390 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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