It is a fair question to ask about any tool that touches a game with anti-cheat. The honest answer depends entirely on what the tool changes — and the distinction is clearer than marketing on either side suggests.
EasyAntiCheat watches for interference with the game process: reading or writing Rust's memory, injecting code, hooking its functions, modifying game files. That is what gets accounts banned.
It does not care what your Windows power plan is, what is in your client.cfg, or whether your shadow quality is zero. Those live entirely outside the game process.
| Safe | Bannable |
|---|---|
| Windows settings — power plan, services, network stack | Reading or writing Rust process memory |
| Values written into Rust's own client.cfg | Injecting DLLs into the game |
| GPU driver and control panel settings | Modifying game files |
| An overlay drawing outside the game window | An overlay reading game state — ESP |
| Binds using the console's bind command | Scripts that automate recoil or auto-fire |
The pattern is simple: changing your computer is fine, changing the game is not.
client.cfg, the same ones the game writes when you use its menu.It does not read or write Rust's memory, inject anything, or modify game files. Everything it changes you could change by hand — the tool applies the settings and shows what each one costs.
This one deserves an honest answer because it sounds worse than it is. A crosshair overlay draws a static shape on your screen. It does not know where enemies are, does not read game state, and does not move with recoil. That is a different thing from ESP, which reads player positions out of the game.
That said: some community servers have their own rules about overlays that go beyond EAC. If you play on servers with strict rules, check theirs.
No third party can guarantee what Facepunch or EAC will do in the future — anyone who promises that is overselling. What can be said factually is what a tool does and does not touch. RUSTBOOSTER stays outside the game process, which is the category anti-cheat is not looking at.
Not for changing Windows settings or Rust's own config — those are outside the game process and EAC does not act on them. You can get banned for tools that read game memory, inject code or modify game files.
A static overlay that draws a shape on your screen does not read game state and is not what anti-cheat targets. ESP overlays that show player positions are cheats. Some community servers have stricter rules than EAC, so check yours.
No. It changes Windows settings, GPU driver settings, and values inside Rust's own client.cfg — the same file the game writes when you change settings in its menu.
No, and you should be suspicious of any game tool that asks you to. That request is a strong signal about what the tool is doing.