You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
完整 GG API 桥接:gg.choice()、gg.prompt()、gg.searchNumber() 等
交互式对话框:脚本中的选择菜单会弹出真正的 Android 对话框
脚本运行日志自动保存
📖 Project Introduction
GG-AI Modifier is an Android game memory editor developed with Flutter + Kotlin. It combines the memory manipulation capabilities of traditional GG game modifiers with the intelligent assistance of large language models (LLMs).
Users can interact with the AI using natural language. The AI automatically understands the user's intent and invokes memory search, writing, freezing, and other operations, greatly lowering the technical barrier for memory modification.
⚠️Disclaimer: This tool is for educational research and personal single-player games only. It must not be used in online competitive games. Modifying game data may violate the game's terms of service.
✨ Core Features
🧠 AI Intelligent Conversations
Integrates DeepSeek, OpenAI, Xiaomi MiMo, and other LLM APIs
Supports Function Calling; the AI automatically invokes memory operation functions
Multi-turn conversation context guides users step-by-step to locate target data
Markdown/LaTeX/Mermaid rendering; AI replies support code highlighting and diagrams
🔍 Memory Search Engine
Exact Search: Searches for memory addresses containing the specified value
Fuzzy Search (Unknown value): Supports 8 comparison operations such as changed/increased/decreased
AOB Scan (Signature Scan): Byte pattern matching with automatic relocation after game restart
Smart Memory Segment Filtering: Prioritizes high-value regions like [heap], [anon:*]
GG-AI Modifier 是一个基于 Flutter + Kotlin 开发的 LLM 大语言模型驱动游戏内存修改器,类似于 GG 修改器但具有更强大的 AI 功能。GG-AI Modifier is a game memory modifier driven by AI large language models, developed based on Flutter + Kotlin, similar to GG Modifier but with more powerful AI functions.