The repository contains the source code for PwnAdventure 3 cheats.
The build target is Linux, which produces a shared object that can be loaded with LD_PRELOAD
.
- Fly hack - TODO: In air movement
- Speed hack
- Teleportation
- Money hack
- ESP
This repository currently has no external requirements.
Compile on Linux with cmake:
mkdir build
cd build
cmake ..
cmake --build
libCheats.so
would be produced and can be loaded to the game with.
LD_PRELOAD=libCheats.so ./PwnAdventure3-Linux-Shipping