All Projects → root670 → CheatDevicePS2

root670 / CheatDevicePS2

Licence: GPL-3.0 license
Game enhancer for PlayStation 2 similar to Action Replay, GameShark, and CodeBreaker.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
assembly
5116 projects
Makefile
30231 projects
CMake
9771 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to CheatDevicePS2

ps2rd
Collection of tools to remotely debug PS2 games
Stars: ✭ 55 (-14.06%)
Mutual labels:  game-hacking, ps2
codebreaker-rs
A Rust library to decrypt & encrypt any cheat code for CodeBreaker PS2
Stars: ✭ 18 (-71.87%)
Mutual labels:  game-hacking, ps2
POPS-binaries
PlayStation One Portable Station binaries for POPStarter
Stars: ✭ 68 (+6.25%)
Mutual labels:  playstation-2, ps2
HAPIH-2
API for supporting C++14 external memory hacking. Complete redesign from HAPIH
Stars: ✭ 18 (-71.87%)
Mutual labels:  game-hacking
gamesneeze
CS:GO cheat for linux with a basic gdb injector
Stars: ✭ 181 (+182.81%)
Mutual labels:  game-hacking
toy-arms
⚔️ my simple reusable game hack components in Rust
Stars: ✭ 71 (+10.94%)
Mutual labels:  game-hacking
singlefile
featured cs:go internal hack, one file and less than 1000 lines.
Stars: ✭ 47 (-26.56%)
Mutual labels:  game-hacking
PsxNewLib
Playstation controller interface library for Arduino
Stars: ✭ 81 (+26.56%)
Mutual labels:  playstation-2
hacking-games-with-verbs
Whether it is running or collecting, shooting or trading, games are driven by verbs. In this workshop we pick out the verbs that make up a game and explore how these verbs express certain messages and values. Then we hack the game with new verbs, so that it communicates our own messages and values.
Stars: ✭ 16 (-75%)
Mutual labels:  game-hacking
docker-ps2dev
A Docker Image for PS2 Development
Stars: ✭ 19 (-70.31%)
Mutual labels:  ps2
wrench
A set of modding tools (level editor, etc) for the Ratchet & Clank PS2 games.
Stars: ✭ 55 (-14.06%)
Mutual labels:  ps2
Fceumm-PS2
FCEUmm-PS2
Stars: ✭ 25 (-60.94%)
Mutual labels:  playstation-2
Captain
Captain Claw external hack
Stars: ✭ 18 (-71.87%)
Mutual labels:  game-hacking
ScriptHawk
A collection of Lua scripts and RAM watches for BizHawk.
Stars: ✭ 69 (+7.81%)
Mutual labels:  game-hacking
ZeusInjector
An Open Source Windows DLL Injector With All Known Techniques Available
Stars: ✭ 65 (+1.56%)
Mutual labels:  game-hacking
libmem
Advanced Game Hacking Library for C/C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External)
Stars: ✭ 336 (+425%)
Mutual labels:  game-hacking
pointer-sequence-reversal
No description or website provided.
Stars: ✭ 22 (-65.62%)
Mutual labels:  game-hacking
Reloaded.Assembler
Minimal .NET wrapper around the simple, easy to use Flat Assembler written by Tomasz Grysztar. Supports both x64 and x86 development.
Stars: ✭ 17 (-73.44%)
Mutual labels:  game-hacking
Tibia-Wireshark-Plugin
Former development Repo for the now merged Tibia Wireshark Dissector
Stars: ✭ 17 (-73.44%)
Mutual labels:  game-hacking
Funtuna-Fork
a homebrew ps2 app launcher for FMCB-incompatible ps2 units
Stars: ✭ 33 (-48.44%)
Mutual labels:  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

  • Easy to navigate menu system similar to CodeBreaker
  • Supports booting retail discs and loader ELFs
  • Fast loading of large cheat lists
  • Save manager for backing up and restoring game saves to/from a flash drive
  • Powered by ps2rd's powerful cheat engine

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].