So yeah, this thing was made by me, I was very bored so I took T_Tape's Menu and grinder's features and put them together to create this monstrosity. The code is still very messy so if you want to improve it, go ahead. I'll will be very grateful if you do so.
Disclaimer: This code is for educational purposes only .
arturzxc: for the features (ESP, Triggerbot, Aimbot) and X11Display's XTestFakeRelativeMotionEvent
Koelion (Braziliana): menu, aimbot calculations
unguhelvu : Seer-Styled ESP
unknowncheats: basic knowledge and offsets
1.Install dependencies
sudo apt-get install -y libudev-dev
sudo apt install cmake xorg-dev libglu1-mesa-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
sudo apt-get install build-essential
sudo apt-get install libx11-dev
sudo apt-get install libxtst-dev
2.Build glfw
git clone https://github.com/glfw/glfw.git
cd glfw
mkdir build
cd build
cmake ..
make
sudo make install
3. Clone repo
git clone https://github.com/Nexilist/xap-client.git
cd xap-client
4. Build and Run
mkdir build
cd build
cmake ..
make
sudo ./xapclient
5. Press Insert to toggle the Menu (You can only interact with the Menu and the game when the menu is active).