package classic type HackControl struct { Flying byte NoClip byte Speeding byte SpawnControl byte ThirdPersonView byte JumpHeight FShort } func (p *HackControl) PacketId() byte { return 0x20 }