Ghost

Docs

FAQ

The questions that come up first.

Will this get me banned?

It can. Ghost closes the protocol-level fingerprint and shapes its automation to look plausible, but plausible is not invisible. Anticheat that watches behaviour — timing, reach, rotation, movement — is a completely different problem, and no amount of packet-shaping touches it.

Use it on an account you would not mind losing.

Does it work on Forge?

No. Ghost is a Fabric mod. The fingerprint work is also specific to Fabric — Forge announces its mod list during the handshake, which is a much larger problem and not one Ghost tries to solve.

Does the spoofing hide the fact that I have mods?

It hides everything a server can read from the wire without watching you play: the brand string, the plugin channels, and the resource-pack handshake including its timings. That is the complete list of Fabric's passive side channels.

It does not hide anything a server infers from how you play.

Why is every delay a range?

Because a constant is the easiest thing in the world to detect. Zero variance in a reaction time does not occur in a human, and a check for it costs a server almost nothing to run. Ranges with a floor cost you a few milliseconds and remove that check entirely.

Do I have to record my own cursor shapes?

No. 512 recorded human movements ship in the table and it works out of the box. Recording your own is worth it for one specific reason: the shipped corpus was gathered at reach distances longer than an inventory slot, so every shipped shape is extrapolated toward the short end. A reach recorded in the panel's own arena lands in exactly the range an inventory swap uses.

Why does auto-anchor uncrouch me?

Because it has to. The server skips block interaction entirely while you are crouched with a full hand, so a crouched charge click places glowstone beside the anchor instead of into it. Sneak is released for the window between placing and charging, then handed straight back in whatever state your hand is holding it.

Sneak bound to a mouse button is the one case it cannot fully restore — the game does not let a mod read a mouse binding back, so it comes up.

Where do I get support?

The Discord. Releases, help and everything else live there.

Is the source available?

No. Ghost is proprietary, closed-source software.