Simple C++ cheats for Apex Legends (Linux Steam version).
Invisible enemies will be highlighted with Bloodhound Scan. Visible enemies will be highlighted using Caustic Vision.
Adjustable reduction in vertical and horizontal weapon recoil.
An adjustable aimbot intended for CQC combat. Works of enemy posistion rather than bones. Only works horizontally.
- Linux OS with X11
- g++ compiler (Ubuntu 11.2.0-19ubuntu1) 11.2.0 or higher)
- Git
- Open terminal and run the following to download the cheat source code
git clone https://github.com/arturzxc/myapex.git
- Go inside the downloaded folder
cd myapex
- Compile the code
g++ Main.cpp -lX11
-
Go to your Steam and run Apex Legends
-
Run the cheat (requires sudo access for read & write memory)
sudo ./a.out
If everything went fine then you will see something simmilar to the text below
======================== SETTINGS LOADED ========================
FEATURE_AIMBOT_ON false
FEATURE_NORECOIL_ON true
FEATURE_SENSE_ON true
AIMBOT_TRIGGER 0
AIMBOT_SMOOTHING 100
AIMBOT_ACTIVATION_FOV 20
AIMBOT_MAX_RANGE 50
NORECOIL_PITCH_STRENGTH 0.500000
NORECOIL_YAW_STRENGTH 0.500000
=================================================================
UPDATE[1000] OK.
UPDATE[0] OK.
UPDATE[1000] OK.
UPDATE[0] OK.
Check your settings and make sure the features you want to use are set to true but if that doesn't work then the offsets might need an update. For any devs out there, please feel free to create pull requests for offset updates.
Aimbot is disabled by default. If you want it to work then edit myapex.ini and set it to true.
You are missing X11 library for linux. On ubuntu based distros, you can install it with the command below
sudo apt install libx11-dev
Offsets need an update
This has nothing to do with the cheat but rather linux/steam/apex installation. Make sure you have the "Proton EasyAntiCheat Runtime" installed on Steam. There are times that even if you have the above installed, it still has issues. This is due to linux libraries being outdated. I personally suggest you install Steam via Flatpak to avoid any problem with libraries.