Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sendsafe_udp = Struct(
- "size" / Int16ub,
- "req_id" / Byte,
- "botid" / Bytes(16),
- "unk_time" / Bytes(28),
- "unk1" / Int32ub,
- "unk2" / Int32ub,
- "campaign_id" / Int32ub,
- "version" / Struct(
- "ver_hi" / Int16ub,
- "ver_low" / Int16ub,
- ),
- "unk3" / Int32ub,
- "unk4" / Int32ub,
- )
Advertisement
Add Comment
Please, Sign In to add comment