Game Guardian is basically a cheat engine for Android. It reads a game’s memory while it’s running and lets you change numbers — gold, health, damage, speed, anything stored as a value. It works perfectly on offline games. Online games like Mobile Legends and PUBG are trickier because the server tracks the real numbers, but some things still work client-side.
The whole thing runs on your phone. No PC needed. But it does need root access — or a virtual space app that fakes root for you (most people use this method).
📱 Get Game Guardian Running — No Root Needed
You need two apps: Game Guardian itself and a virtual space (creates a fake rooted Android inside your phone).
Step 1 — Download Game Guardian: gameguardian.net
Step 2 — Download a virtual space app:
| App |
Why Pick This One |
Link |
| X8 Sandbox |
Works with the most games, best compatibility overall |
x8sb.com |
| F1 VM |
Good for newer phones, floating window mode |
Uptodown |
| VPhoneGaGa |
Uses Android 10 as base, great game support |
GG Forum |
Step 3 — Open the virtual space app. Install both GG and your game inside it.
Step 4 — Inside the virtual space, open GG first, then open the game. A small floating GG icon appears on screen. That’s it — you’re ready.
Android 12+ can be buggy. Background process limits sometimes crash virtual spaces on first launch. X8 Sandbox has a repair tool on their site that fixes this — it takes 2 minutes.
🎮 How to Use GG — The 60-Second Version
For offline games (where this works best):
Say your game shows 500 coins.
- Tap the GG icon → search
500 → pick Dword type → search
- GG finds hundreds of results. Go back to the game, spend some coins so you now have 470
- Tap GG again → search
470 → now it narrows down to a few results
- Change those values to
999999 → go back to the game → you now have 999999 coins
That’s it. This works for coins, gems, health, stamina, XP, damage — any number the game stores locally.
For games that hide values (encrypted), toggle “Encrypted Search” in GG settings.
For values you can’t see (like a hidden health number behind a bar), use “Unknown Value” search → take damage → search “decreased” → heal → search “increased” → repeat until you find it.
⚔️ Mobile Legends — What Actually Works (and What Doesn't)
MLBB is online — the server controls your real stats. You can’t just give yourself 999999 gold because the server knows the truth. But some things run on your device only, and those can be changed:
| Hack |
What It Does |
Ban Risk |
| Map Hack / Radar |
See all enemies on minimap even through fog |
Medium — detectable if reported by players |
| Drone View |
Camera zooms out way further than normal — see more of the map |
Low — hard for anti-cheat to detect |
| Skin Unlock |
All skins show as unlocked on your screen (only you see them) |
Low — client-side visual only |
| Hero Unlock |
Play any hero in custom/practice matches |
Low — doesn’t affect ranked |
| Damage Hack |
Changes damage numbers in memory |
High — patched frequently, crashes often |
| Speed Hack |
Move faster |
Very High — instant detection |
Where to get MLBB scripts:
| Source |
What’s There |
Link |
| GG Forum — MLBB |
Multiple scripts with map hack, drone view, skin unlock, emblem max |
GG MLBB Scripts |
| GG Forum — MLBB Cheat Menu |
Full cheat menu with toggle options |
Search “Mobile Legends” on GG |
| Telegram |
Search “MLBB GG Script” — active channels share updated scripts after each patch |
Telegram app → search bar |
How to use an MLBB script:
- Download the
.lua script file to your phone
- Open GG inside your virtual space, then open MLBB
- Tap the GG icon → tap the play button (
) → find the script file → select it
- A menu appears with features to toggle — pick what you want
- Go back to the game
Real talk: Map hack and drone view are what most people use. Damage hacks and god mode get patched within days of each MLBB update and carry serious ban risk. Stick to visual/information mods if you care about your account.
📜 Lua Scripts — 700+ Ready-Made Hacks for Other Games
Instead of manually searching for values, people write Lua scripts that automate everything. You just load them and pick features from a menu.
| Source |
What’s There |
Link |
| GG Script Library |
700+ scripts for hundreds of games, community-rated |
GG Lua Scripts |
| APEX[GG]v2 |
ONE script covering 255+ games, auto-updates itself when games patch |
Search “APEX” on GG Forum |
| GG Tools Section |
Script builders, offset finders, speed hack finders |
GG Tools |
| GG-Script-Collection |
Huge GitHub collection of parsed and sorted scripts |
GitHub |
| Decrypted-GG-Lua-Scripts |
Cracked versions of password-locked scripts |
GitHub |
| Platinmods |
Tested mod APKs + GG scripts by verified modders |
platinmods.com |
| Sbenny Forum |
Tutorials, scripts, and a request system for new games |
forum.sbenny.com |
Some scripts ask for a password when you run them. The creator usually shares the password on their Telegram channel or YouTube. Search their username + “password” to find it.
🔫 PUBG Mobile — Bypass Required
PUBG detects and blocks Game Guardian by default. You need to run a bypass script first that disables the anti-cheat detection, then run the actual cheat script after.
Flow: Open GG → Open PUBG → Run bypass script → Run cheat script → Use features
| Source |
Link |
| GG Forum — PUBG section (bypass + cheat scripts) |
GG PUBG Scripts |
| GitHub — open-source PUBG scripts |
finnrelafa/pubg-mobile |
| Telegram — active PUBG script channel |
@droidtamvanreal |
PUBG bans are aggressive — 10 minutes, 3 days, 7 days, or 10 years. Never use your main account. The Korean version (PUBG KR) is generally safer for testing.
🏪 Don't Want to Use GG? Get Pre-Modded APKs Instead
These are games that are already hacked before you install them. No root, no GG, no scripts — just download, install, play.
| Site |
Why It’s Trusted |
Link |
| Platinmods |
Top tier — approved modders, tested mods, huge community |
platinmods.com |
| AN1 |
Formerly android-1, running for years, large library |
an1.com |
| APKMody |
Clean, regularly updated, safe downloads |
apkmody.com |
| Sbenny |
Community forum + mod library with request system |
sbenny.com |
| Androeed |
Oldest (since 2012), massive library, Russian-language |
androeed.ru |
Never download mod APKs from random Google results. Fake mod sites are how people get malware. Stick to the sites above.
🧰 Level Up — The Full Modding Toolkit
If you want to go beyond running scripts and actually learn how game modding works:
| Tool |
What It Does |
Link |
| Lucky Patcher |
Remove ads, bypass in-app purchases, patch permissions |
luckypatchers.com |
| Il2CppDumper |
Reverse-engineers Unity games — extracts all class names, methods, and memory offsets |
GitHub |
| frida-il2cpp-bridge |
Hook into any Unity game at runtime, change how functions work (not just values) |
GitHub |
| Ghidra |
NSA’s free tool for decompiling native code — the same tool security researchers use |
ghidra-sre.org |
| MasterHacker |
All-in-one GG tool: find offsets, edit methods, generate scripts automatically |
GG Tools |
| Il2CppGG |
Work with Unity’s IL2CPP directly through GG (v22–v31 support) |
GitHub |
| GGIl2cpp |
Another IL2CPP helper with VS Code plugin |
GitHub |
| PM Injector |
Platinmods’ app that patches games at runtime using original Play Store APK |
Platinmods Thread |
Learn the full pipeline:
đź’° What You Can Actually Do With All This
Unlimited everything in offline games — coins, gems, lives, stamina, unlocked characters. GG works perfectly on any game that doesn’t phone home to a server. Zero risk.
Skip paywalls — freemium games that lock content behind purchases can be bypassed with Lucky Patcher (offline) or modded APKs from Platinmods (online-capable).
Learn a real skill — game modding teaches memory manipulation, binary analysis, Lua scripting, and reverse engineering. The Il2CppDumper + Ghidra pipeline is the same toolchain used in professional mobile security auditing. People get hired for this.
Build and sell scripts — the GG community has an active economy. Top script creators run Telegram channels with thousands of followers and monetize through password-locked premium scripts and commissions. The APEX script pack covers 255+ games for free, but many niche scripters earn from individual game scripts.
Start a modding service — if you can reliably mod popular games, there’s a market for it. Platinmods’ approved modders handle thousands of mod requests. The Sbenny forum has a game mod request system where users vote on which games to mod next.
Short answer if you’re skimming:
- Get Game Guardian + X8 Sandbox (no root needed)
- For MLBB scripts → GG Forum Mobile Legends
- For 255+ games in one script → search “APEX” on GG Forum
- For pre-modded APKs (no GG needed) → Platinmods
- PUBG needs a bypass script first → GG PUBG Section
- Map hack + drone view = safest MLBB hacks. Damage/speed hacks = ban magnet.