https://github.com/Rayato159/persona-4-golden-mcp-real-time-hacking
MCP Rust-based memory hacking tool for "Persona 4 Golden".
https://github.com/Rayato159/persona-4-golden-mcp-real-time-hacking
ai hacking llm mcp mcp-server rust rust-sdk
Last synced: about 2 months ago
JSON representation
MCP Rust-based memory hacking tool for "Persona 4 Golden".
- Host: GitHub
- URL: https://github.com/Rayato159/persona-4-golden-mcp-real-time-hacking
- Owner: Rayato159
- License: mit
- Created: 2025-04-05T07:46:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T20:18:09.000Z (7 months ago)
- Last Synced: 2025-08-01T01:09:39.972Z (3 months ago)
- Topics: ai, hacking, llm, mcp, mcp-server, rust, rust-sdk
- Language: Rust
- Homepage:
- Size: 2.97 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **persona-4-golden-mcp-real-time-hacking** - MCP Rust-based memory hacking tool for "Persona 4 Golden". `rust` `ai` `hacking` `llm` `mcp` `cargo install --git https://github.com/Rayato159/persona-4-golden-mcp-real-time-hacking` (🤖 AI/ML)
- awesome-mcp-servers - **persona-4-golden-mcp-real-time-hacking** - MCP Rust-based memory hacking tool for "Persona 4 Golden". `rust` `ai` `hacking` `llm` `mcp` `cargo install --git https://github.com/Rayato159/persona-4-golden-mcp-real-time-hacking` (AI/ML)
README
# Persona 4 Golden MCP Hack 🦀💰
## 📹 Demo Video
[](https://www.youtube.com/watch?v=ZTxv71cqurY)
## 📐 Architecture

MCP Rust-based memory hacking tool for **Persona 4 Golden**
Set your in-game money in real-time using native Windows APIs.
> Powered by MCP: Rust-SDK. Built for precision. Inspired by Cheat Engine.
## 🎮 Features
- ✅ Reads process by name (`P4G.exe`)
- ✅ Finds base module address at runtime
- ✅ Resolves pointer path to in-game money
- ✅ Writes value directly to memory
## 🧰 Requirements
- Windows (tested on Windows 11)
- Persona 4 Golden (Steam version)
- Rust `stable`
## 🛠 Setup
1. Clone the repository and build the project
```bash
git clone https://github.com/your-name/persona-4-golden-mcp-hack.git
cd persona-4-golden-mcp-hack
cargo build --release --example persona_4_golden_mcp_hack
```
2. Set Claude desktop config
```json
{
"mcpServers": {
"persona4golden": {
"command": "PATH-TO/persona-4-golden-mcp-hack/target/release/examples/persona_4_golden_mcp_hack.exe",
"args": []
}
}
}
```
3. Chat with Claude and set your money
```text
set money in persona 4 golden to 19999
```