Skip to content

ximbot/myapex

 
 

Repository files navigation

MyApex

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

Sense

All enemies will be highlighted with Bloodhound Scan. If aiming down sights and the enemy is further than 50 meters then they will be highlighted using the Caustic Vision and not visible through walls in order to prevent shooting at walls.

NoRecoil

Adjustable reduction in vertical and horizontal weapon recoil. You can hold left shift to temporarily disable.

Aimbot

An adjustable aimbot intended for CQC combat. Works of enemy posistion rather than bones. Only works horizontally. You can hold left shift to temporarily disable.

Requirements

  1. Linux OS with X11
  2. g++ compiler (Ubuntu 11.2.0-19ubuntu1) 11.2.0 or higher)
  3. Git

HOW TO SETUP & RUN

  1. Open terminal and run the following to download the cheat source code
git clone https://github.com/ximbot/myapex
  1. Go inside the downloaded folder
cd myapex
  1. Compile the code
g++ Main.cpp -lX11
  1. Go to your Steam and run Apex Legends

  2. Run the cheat (requires sudo access for read & write memory)

sudo ./a.out

You should now see a lot of lines being printed saying "LOOP OK...." which means the cheat is running fine. Enjoy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%