Skip to content

nankeen/pwn3_hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Loadable PwnAdventure 3 cheat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published