xenocidewiki / pwn3_hacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PwnAdventure 3 Cheats

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.

Features:

  • Fly hack - TODO: In air movement
  • Speed hack
  • Teleportation
  • Money hack
  • ESP

Building

This repository currently has no external requirements.

Compile on Linux with cmake:

mkdir build
cd build
cmake ..
cmake --build

Usage

libCheats.so would be produced and can be loaded to the game with.

LD_PRELOAD=libCheats.so ./PwnAdventure3-Linux-Shipping 

About


Languages

Language:C++ 99.0%Language:CMake 1.0%