-
GameGuardian APK 101.1
211,182,982Overview: Play games your way!
“GameGuardian” is a game cheat / hack / alteration tool. With it, you can modify money, HP, SP, and much more. You can enjoy the fun part of a game without suffering from its unseasonable design.
Requires Android: 2.3.3+
GameGuardian Features Summary
Runs on ARM, x64 and x86 devices, including x86 emulators (LDPlayer, Droid4X, MOMO, KOPlayer, Andy, Memu, Leapdroid, AMIDuOS, Windroye, RemixOS, PhoenixOS, AVD, Genymotion, Nox, BlueStacks etc.) Supports Android 2.3.3+ (Gingerbread) through Lollipop (5+), Marshmallow (6+), Nougat (7+), Oreo (8+), Pie (9+), 10+. Support work without root via different virtual spaces. Support different emulators like PPSSPP, ePSXe, GameBoy etc. Game deceleration and acceleration (speedhack) for ARM and x86 devices, including x86 emulators. Also supports both 32-bit and 64-bit applications on 64-bit devices using speedhack. Search feature: encrypted values. Search of unknown values when specifying the difference between values. Search addresses by mask. Explicit and "fuzzy" numeric searches. Text (String, Hex, AoB) search. Supports: Double, Float, Qword, Dword, XOR, Word, Byte, or Auto data-type searches. Lua scripting support. Modify all search results at once. Filtering of search results (address greater than and less than, value greater than and less than). Search in the background feature. 'The fill' feature. Time jump feature. Dump memory. Copy memory. Customizable UI. App locale for over 50 languages. And, much, much more. Notes:
** ROOT or VIRTUAL ENVIRONMENT ONLY **
This tool only works on rooted devices or in virtual environment (without root in limited mode)!
GG can work in limited mode without root, through a virtual environment. For example, through Parallel Space, VirtualXposed, Parallel Space Lite, GO multiple, 2Face and many others.
Read the help for more details. You can find more information about rooting your device at XDA Developers. Want to help us improve, or add a translation? Then please visit thread "If you want to add a new translation or improve an existing". If you are having issues with the app, please visit thread "Gathering information about GG errors". Want to donate and help keep the project going? That's awesome! You can donate any amount (anything helps) here: Donate Need help with how to use this application? Please visit "Video tutorials" and forum "Guides". Credit:
@d2dyno - Owner, lead designer, project management. @Enyby - Lead coder, project management. @Trasd - Technical consultant, project management. @Aqua - Creator (retired).
-
Recently updated
1,924 files
-
Real Racing 3 (v10.4.x) Autocompleter Hack
REAL RACING 3 - AUTOCOMPLETER HACK
Working RR3: 10.4.x
Current version: 10.4.3.2.6
Description:
Use this script to autocomplete (almost) all regular races in Real Racing 3.
Instructions:
Choose the series to complete and wait for the script to do its job. After the script ran, restart the game to avoid lost of game progresses.
Some series are very long to complete (eg exclusive), so I recommend selecting one choice at time. The script is still a little bit unripe so I think that in the future there will be the possibility of adding the non-special events of the first 4 stages. Reports on the functioning of the script are welcome.
Known Issues
Not working for special evens nor stages.
Video:
https://youtu.be/wtu_yq6JJAM
4,338 downloads
-
Shadow Fight 3 (1.28.2)
By jska
Script for Shadow Fight 3
Working version : v1.28.2
Features :
Fast Search Auto Win (removed since v1.26.0) Shadow Energy 1 Hit Kill Frozen Enemy
Video:
22,653 downloads
-
PG3D Trap Value Remover
By HorridModz
Fear trap values no more! Edit anything without ban or crash!
Contact me:
User123456789#6424 on discord
What are trap values?
One of the many ways the developers protect their game from gameguardian hacks is having the game automatically generate 'trap values'. Trap values are values that mimic real values that store game data, but actually instantly ban you when you edit them.
This script removes trap values, so you can edit things safely.
What does the script do, and how does it work?
This script has two features: Useless value removal and trap value removal.
To remove useless values, it removes every dword value that is not in the range of encrypted values. This feature may not always be 100% accurate, but it should work most of the time.
To remove trap values, it uses very simple logic which relies on bad game design (which is why almost all pg3d scripts exist xD). I found out through testing that trap values are placed multiple times in memory. However, real values should only appear once, or rarely a couple times. The script simply searches each values and removes any value that a bunch of results come up for. There may be exceptions, so this method isn't 100% accurate.
How to use the script:
Just run the script when you have values in your search results, and the script will put all of the values that are not trap values or useless values into the saved list. You can then use "selected as search result" to put the results back in.
Practical uses of the script:
-Finding weapon ids for pixel gun 3d weapon unlocker without getting banned by trap values
-Using fuzzy search to find encrypted values, then using the script to remove useless and trap values
-Using a value encryption disabler or value decryptor hack (if you have one) and only editing real values
Credits:
The script is coded and the method is invented 100% by me
The UI is heavily inspired by DarkOctet#5778
Q&A/Troubleshooting
Q: What is a trap value? A: See the 'what are trap values' tab in the script. Q: Why are the time left and percent processed counters so inaccurate? A: The script uses multiple optimizations to run faster. It has to do more work on some values than others. The script may progressively get faster, get stuck for a long time on some areas, or go really fast on some areas because of this. The time left counter expects all values to need to be tested, but sometimes the script already knows a value is not a trap value. The 'Remove Useless Values' option will make the script run so much faster that it may halve the time left counter each second, in some cases!
Q: Why does the script say it is processing less results than I originally had? A: When you have the 'Remove Useless Values' option enabled, the script automatically removes values that it knows aren't trap values or useful values before it checks each one by one. For some values, the script does not know until it checks one by one.
Q: Why does the script take so long? A: The script has many optimizations to speed it up, and a progress monitor to try to make it easier to sit through. Still, though, it may take a while - because it has to do tests on each value, one by one. The script is designed for you only having at most a few thousand values. Q: Is this script 100% safe? A: No. The script uses all the methods I know of to remove trap values, but that doesn't mean there won't be mistakes. I don't know how effective this script is for removing trap values, but I know it works.to some degree. If you have under 100 results after running the script, it should be safe to edit, but I can't guarantee it. Q: How does this script work? A: See the 'How Script Works' section in the script. Q: What is considered a useless value? A: Any value that is not in the range of encrypted values is a useless value, because generally all useful values are encrypted. If a value isn't encrypted, don't use this script! Q: How long did this script take? A: A week, about 12 hours of combined work, and 3 very late nights. I put in a lot of effort to make these free script, thanks for asking!
Still have questions, comments, or concerns? Contact User123456789#6424 on discord!
1,514 downloads
-
Subway surf
Subway surf
Version 2.34.0
Only work 32bit game subway surf
Apk 32 bit version 2.3.4.0 : https://www.mediafire.com/file/evjjhv75sy184qd/Subway+Surfers_v2.34.0_apkpure.com.apk/file
Video :
3,699 downloads
(0 reviews)0 comments
Updated
-
PG3D Armor Unlocker
By HorridModz
Finally! After months of promising to upload it, I finally am!
With PG3D Armor Unlocker, unlock your dream armors in seconds!
Features:
-Compatible with all game versions
-Supported on all devices, regardless of android version or arm.
-Comes with 5 mythical armors
-Has a custom unlock feature where you can unlock your own, just by the name!
-Has an unlock all option
-Easy to use
Tips and tricks:
-As of 22.4.0, you sadly cannot buy armor that is unlocked by parts
-Armor price varies by level. If an armor is too expensive, try using a lower level account.
-Having armor such as dev armor at a low level or with a recent id can be bannable in rare cases, if someone reports you
-This script goes hand-in-hand with PG3D Weapon Unlocker!
4,780 downloads
-
Pixel Gun 3D Ammo Hack 22.4.0
By HorridModz
Youtube video is out!
Pixel Gun 3D Ammo Hack!
Just run the script and your ammo will NEVER run out!
This script does not visually effect ammo. It just makes it so shooting does not use ammo.
Notes:
Only compatible with 64-bit (armv8) devices.
Only works on game version 22.4.0.
Abusing this script may be bannable if you are reported! To prevent bans, use high capacity weapons so people cannot tell you are hacking! If you are spam firing a gun with a low capacity, such as debts collector, solar flare, or signal pistol, people will easily know you are hacking.
1,083 downloads
(0 reviews)0 comments
Submitted
-
Zombie Zombie War
By TekMonts
Zombie War v139
*Only supported ARM64
GooglePlay: https://play.google.com/store/apps/details?id=com.zombie.war.idle.defense
Functions:
* Active Premium Membership???
* Get minor damage and boss rage
* Unlocked all Turret, Hero, and Outfit
* Unlimited Gold, Diamond, and Item
Credit: TekMonts
The script was created by BadCase Toolbox free
907 downloads
-
Angry Birds GO!
By KPLFIELDRAM
This will change amount of gems and coins
Primarily works on version 1.4.3
1,882 downloads
(0 reviews)0 comments
Updated
-
Kingdom aventurers
Only work for 64bit apk
Version 2.3.0
Yt : https://youtu.be/NZY0imJdUDI
902 downloads
-
Subway Surfers Script (2.33.2-2.34.0)
By ExtremeBoy
NEW SUBWAY SURFERS SCRIPT 2022
SIMPLE SCRIPT FOR SUBWAY SURFERS
THIS SCRIPT ONLY FOR 2.33.2 AND 2.34.0
Any Help?
WhatsApp Group
MENU :
1. COINS HACK
2. KEYS HACK
3. FLY HACK
4. ROOF PLAY
5. SCORE HACK
FOR INFINITY JUMP YOU CAN WATCH THIS VIDEO
17,004 downloads
- Subway Surfers
- Subway Surf
- (and 1 more)
(0 reviews)0 comments
Updated
-
Boxing Star (One Hit Kill/Freeze Enemy/Mega Punch)
By jska
Script for Boxing Star
Working version : 3.6.1
Features :
One Hit Kill (1 HP) (main menu) Freeze Enemy (main menu) Mega Punch (main menu) Tested on rooted phone, may not work on emulator and virtual space
if you get "hack detected" message, try to run script at the starting screen of the game.
Video :
3,688 downloads
-
Script CATS: Crash Arena Turbo Stars Script Hile
By Proejder
Telegram İletişim : https://t.me/simseksimsek01
script belongs to the old version... I left it in case you want to see the codes.
password : Sktir
6,293 downloads
-
Geometry Dash Fly daemon for Geometry Dash
By Cat1tom
How to use
Without pause the game, execute this script and press fly daemon start/stop button. Wait 30 seconds and press and hold screen. If gameguardian started correctly, your cube will be fly!
Inspired by FrdComing script "GEOMETRYDASH1.LUA"
Password:3110
754 downloads
(0 reviews)0 comments
Updated
-
BATTLEGROUND'S SURVIVOR SCRIPT MENU
By Collen
BATTLEGROUND'S SURVIVOR: BATTLE ROYALE IS AN ACTION GAME WHERE YOU HAVE TO FIGHT AGAINST OTHER SURVIVORS TO STAY ALIVE AND SURVIVE! WHEN THE GAME STARTS, YOU WILL JUMP FROM A PLANE AND YOU WILL LAND IN THE BATTLEGROUND, YOU MUST LOOK FOR SOME GUNS AND GEAR TO BE THE LONE SURVIVOR.
⚫ GAME LINK: CLICK ME
⚪ LUA OPEN SOURCE: REMOVED!
⚫ HOW TO DOWNLOAD: CLICK ME
⚪ THE SCRIPT WORKS BETTER IN ARMv7 OR ROOTED DEVICES!
2,652 downloads
(0 reviews)0 comments
Updated
-
GRANNY'S House Hack GG script V12 [Updated]
By Frank_Hackz
***New hack feature***
(*LOBBY[No CoolDown ALL Great Escape]
Credits:- Avatars XR
1,467 downloads
-
TWO GUYS & ZOMBIES 2 SCRIPT MENU
By Collen
TWO GUYS & ZOMBIES 2 CONTINUATION OF THE GAME ZOMBIE SHOOTER FOR TWO PLAYERS. PLAY WITH YOUR FRIEND, BROTHER OR SISTER. THE GAME ALLOWS TWO PLAYERS TO PLAY ON THE SAME PHONE OR TABLET, AND THANKS TO CONVENIENT CONTROLS, PLAYERS WILL NOT FEEL DISCOMFORT.
⚫ LUA OPEN SOURCE: CLICK ME
⚪ GAME LINK: CLICK ME
⚫ IF YOU TEST THE SCRIPT, PLEASE COME BACK HERE AND LEAVE A COMMENT OR LIKE IT!
790 downloads
(0 reviews)0 comments
Updated
-
Idle Ninja Online
Idle Ninja only
Only 32bit game apk
Version : 1.381
Gameplay : https://youtu.be/oyO-7pVpSig
371 downloads
-
DEAD IN THE BOX SCRIPT MENU
By Collen
THE WAR AGAINST ZOMBIES HAS BEGUN. DEAD IN THE BOX IS A CRUCIAL MILITARY OPERATION TO KEEP A ZOMBIE-INFESTED CITY SAFE. YOU ARE A MEMBER OF AN ELITE MILITARY TEAM THAT WILL WIPE OUT THE DEAD UNTIL THE ZOMBIES ARE ANNIHILATED AND THE CITY IS SAFE. YOU WILL CARRY OUT MISSIONS TO DEFEND PROPERTIES, GATHER SUPPLIES, PROVIDE SNIPER SUPPORT, AND ABOVE ALL, HUNT DOWN AND ANNIHILATE ZOMBIES.
⚫ LUA OPEN SOURCE: CLICK ME
⚪ GAME LINK: CLICK ME
⚫ IF YOU TEST THE SCRIPT, PLEASE COME BACK HERE AND LEAVE A COMMENT OR LIKE IT!
488 downloads
(0 reviews)0 comments
Updated
-
AFK Dungeon Idle Action RPG
Only work for game
AFK Dungeon Idle Action RPG
32 bit only
version : 1.1.42
Gameplay : https://youtu.be/ZdxWINxZSM8
369 downloads
(1 review)0 comments
Submitted
-
SCP: Site-19 Script
By ZedFace
Cheat for game "SCP: Site-19"
Functions:
Godmode
Unlimited ammo (I don't know if it works)
No recoil
Speed hack
No ad
6,691 downloads
-
(0 reviews)
0 comments
Updated
-
Dragon knights idle
Video :
my device
Poco X3 pro 8/256
MIUI 13
Work only game dragon knights idle 32 bit
Version : 1.2.1
106 downloads
(0 reviews)0 comments
Submitted
-
Dungeon vs gunner
Only work on dungeon vs gunner 32 bit
Version app : 2241734
NOTE:
IF NOT WORK FOR YOU TELL ME
Gameplay cheats https://youtu.be/a72NCvMdEN0
339 downloads
(0 reviews)0 comments
Updated
-
SPECIMEN ZERO SCRIPT MENU
By Collen
YOU WAKE UP IN AN UNFAMILIAR PLACE, YOU'RE SCARED AND THE LAST THING YOU REMEMBER IS BEING KIDNAPPED. BUT SOMETHING HAPPENED IN THAT STRANGE PLACE, SOMETHING OUT OF THE ORDINARY... SOMETHING DANGEROUS. YOU MUST FIND THE WAY TO ESCAPE FROM THESE FACILITIES, THERE YOU WILL ONLY FIND DEATH.
⚫ LUA OPEN SOURCE: CLICK ME
⚪ GAME LINK: CLICK ME
⚫ IF YOU TEST THE SCRIPT, PLEASE COME BACK HERE AND LEAVE A COMMENT OR LIKE IT!
2,318 downloads
(0 reviews)0 comments
Updated
-
Download Statistics
