root670 / CheatDevicePS2

Game enhancer for PlayStation 2 similar to Action Replay, GameShark, and CodeBreaker. (No longer in development)
GNU General Public License v3.0
79 stars 18 forks source link
game-hacking playstation-2 ps2

Cheat Device for PS2

Build Status Downloads License

Cheat Device is a game enhancer for PlayStation 2 games similar to Action Replay, GameShark, and CodeBreaker. It supports booting retail, disc based games as well as ELF files such as OpenPS2Loader or ESR.

See the wiki to get started using Cheat Device.

Features

Compiling

If you have Docker installed, it's easiest to compile Cheat Device using my docker image:

Unix

./docker-make [args...]

Windows Command Prompt

docker-make.bat [args...]

Windows PowerShell

.\docker-make.bat [args...]

See the compile page in the wiki for instructions to build without Docker.

License

Cheat Device is not licensed, sponsored, or endorsed by Sony Computer Entertainment, Inc. This program comes with ABSOLUTELY NO WARRANTY. Cheat Device is licensed under GNU GPL-3. See LICENSE for details. The cheat engine is from ps2rd by Mathias Lafedlt. The bootstrap is based on EE_CORE from OpenPS2Loader.