File | Date | Author | Commit |
---|---|---|---|
examples | 2025-09-10 |
![]() |
[04b6a2] Initial commit |
offsets | 2025-09-10 |
![]() |
[04b6a2] Initial commit |
src | 2025-09-10 |
![]() |
[04b6a2] Initial commit |
.gitignore | 2025-09-10 |
![]() |
[04b6a2] Initial commit |
Cargo.toml | 2025-09-10 |
![]() |
[04b6a2] Initial commit |
config.ini | 2025-09-10 |
![]() |
[04b6a2] Initial commit |
gamedata.ini | 2025-09-10 |
![]() |
[04b6a2] Initial commit |
license.md | 2025-09-10 |
![]() |
[04b6a2] Initial commit |
readme.md | 2025-09-10 |
![]() |
[04b6a2] Initial commit |
There is no bypass for EasyAntiCheat! You have to implement your own EasyAntiCheat bypass.
This is an external cheat for Apex Legends written in Rust. The cheat is embeddable, you implement the API to access Apex Legends and in return you get a bunch of features.
See here for an example of how to use the API.
Advanced legitimate aim assist with many customizable settings. Its focus is on being as legitimate as possible, while still being effective. It works by calculating mouse movement commands, it does not write viewangles.
It uses advanced trajectory calculations based on sampled data for accurate prediction.
Some of its features:
When locked onto an enemy with the aimbot, can trigger when the enemy is in the crosshair. Works with close range guns like shotguns and long range guns like snipers where it uses prediction to trigger at the right time.
Uses humanized clicking, customized per weapon.
Simple humanized RCS that removes most of the weapon recoil only (does not remove weapon sway).
Configure vertical and horizontal compensation independently.
Customizable ESP for many objects in the game:
Ye olde highlighter. Highlights players, loot, and other objects using ingame effects.
Draws a list of dead players (when their team is dead) and whether or not they're spectating you.
Simple 2D radar that shows live enemy players as dots around your crosshair.
When near or outside the ring, a damage indicator shows when you will take the next tick of damage. Additionally a timer counts down to the last possible time for you to start healing (phoenix, medkit, syringe) before you won't have enough time to heal before dying to the ring.
A bunch of little automations:
A simple debugger to visualize the game state live.
The offsets are provided statically by gamedata.ini
and parsed.
Manually update the offsets by pasting the INI output from the Apex Legends Offset Dumper in offsets/stdout.ini
. Then run cargo run --example gamedata >gamedata.ini
to update the gamedata offsets.
The cheat can dump the game for you, but it requires a few extra steps. See if you can figure it out 😉. Otherwise lurk around on UnKnoWnCheaTs and wait for people to post updated offsets.
Licensed under GPL 3.0 License, see license.md.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.