Persona 4 Golden MCP Hack
by Rayato159
A Rust-based memory hacking tool for Persona 4 Golden that allows you to set your in-game money in real-time. It uses native Windows APIs and is inspired by Cheat Engine.
Last updated: N/A
What is Persona 4 Golden MCP Hack?
This is a memory hacking tool for Persona 4 Golden, built in Rust, that allows users to modify in-game values, specifically money, in real-time.
How to use Persona 4 Golden MCP Hack?
- Clone the repository and build the project using
cargo build --release --example persona_4_golden_mcp_hack
. 2. Configure Claude desktop with the path to the built executable. 3. Chat with Claude using commands likeset money in persona 4 golden to 19999
.
Key features of Persona 4 Golden MCP Hack
Reads process by name (P4G.exe)
Finds base module address at runtime
Resolves pointer path to in-game money
Writes value directly to memory
Use cases of Persona 4 Golden MCP Hack
Quickly setting in-game money to a desired amount
Experimenting with different in-game values
Bypassing in-game currency grinding
Testing game mechanics with modified resources
FAQ from Persona 4 Golden MCP Hack
What operating systems are supported?
What operating systems are supported?
Windows (tested on Windows 11)
Which version of Persona 4 Golden is required?
Which version of Persona 4 Golden is required?
Steam version
What version of Rust is required?
What version of Rust is required?
Rust stable
Is this tool safe to use?
Is this tool safe to use?
Use at your own risk. Modifying game memory can potentially lead to unforeseen consequences or account issues.
Where can I find the path to the executable?
Where can I find the path to the executable?
The path will be in the target/release/examples folder after building the project.