Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

AdverseMiller/myapex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyApex

Simple C++ cheats for Apex Legends (Linux Steam version).

Sense

Hijacks Bloodhound Scan/Caustic Vision to force enable ESP on all players (Visible and Invisible).
Has color codes for each type of Evo shield and shows color ranges between green and red for high health and low health respectively

NoRecoil

Reduce weapon recoil (could be improved)

Aimbot

Decent aimbot with adjustable FOV, smoothness, and distance.

Requirements

  1. Linux with Xorg
  2. g++
  3. Git

Warnings

The chances of getting banned by EAC using this cheat are basically zero. (You have better chances of getting VAC banned on CSGO than by EAC)
However, you can get manually banned which has happened to me on several occasions.
You should also use an alt account.

This isn't required, but you should change the sysctl parameter kernel.yama.ptrace_scope to atleast 1 (preferably 2).
This will completely disable process debugging for non-root processes which should in theory handicap EAC even further.
You can do so with this command: sysctl kernel.yama.ptrace_scope=2

Download & Compile

git clone https://github.com/AdverseMiller/myapex.git
cd myapex
./build
  1. Open the game

  2. Run the cheat (needs root for memory r/w and prevent EAC detection)

./sh

The cheat will then load the config located in myapex.ini by default, you can choose a config file by providing it as a start argument.
Example:

./sh otherconfig.ini

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • Shell 0.1%