diff options
| author | raven <citrons@mondecitronne.com> | 2026-03-21 21:18:36 -0500 |
|---|---|---|
| committer | raven <citrons@mondecitronne.com> | 2026-03-21 21:18:59 -0500 |
| commit | 352e600efe7eead12e0436806cb797932a883993 (patch) | |
| tree | 7ae02df25386a1d8c82e7ff410a3c865b982179b /classic | |
| parent | b958f9ca9cad3b7d44797d49fd98e636d6b02fc4 (diff) | |
use HackControl
Diffstat (limited to 'classic')
| -rw-r--r-- | classic/ext_hack_control.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/classic/ext_hack_control.go b/classic/ext_hack_control.go new file mode 100644 index 0000000..1f65f91 --- /dev/null +++ b/classic/ext_hack_control.go @@ -0,0 +1,13 @@ +package classic + +type HackControl struct { + Flying byte + NoClip byte + Speeding byte + SpawnControl byte + ThirdPersonView byte + JumpHeight FShort +} +func (p *HackControl) PacketId() byte { + return 0x20 +} |
