-
GameGuardian APK 101.1
Overview: 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
Templates
81 files
-
Simple Multi Choise Menu in "gg.choise" ( Without Codes ).
By TopGEOYT
Hello Guys.
It is Simple Multi Choise Menu .
If You Like Templastes Like This , I will Continiu Uploading This Type Files.
772 downloads
- template
- Multi choise
- (and 2 more)
0 comments
Updated
-
Error handling for GG API functions template
By CmP
Note:
This file is intended to be used by script developers.
If you don't develop scripts or don't know what it is, ignore this file.
Description:
The file consists of three functions:
- "attachHandler" function modifies a function in a way that when it returns a string, specified error handling function is called with that string as argument. It returns modified version of the function. This function should only be used on functions that return a string with error description when an error occurs. There is a list of such functions from GG API in the file.
- "defaultHandler" function is an example of error handling function.
- "testError" function (commented by default) "simulates" a function that has returned a string with error description, used for testing.
How to use:
1. Include contents of the file at the beginning of your code.
2. Optionally create custom error handling functions. Error handling function has to accept 1 argument - a string with error description.
3. Use "attachHandler" function to get modified version of the function and either redefine original function with it or store it in a new variable.
4. Repeat step 3 for all desired functions.
Examples:
-- Custom error handling function local function myHandler(errorText) gg.toast('Whoops, looks like something went wrong', true) gg.toast('Mysterious error: ' .. errorText) print('Description of the error that has occurred during script execution:\n' .. errorText) end -- Using default error handling function and redefining the original function gg.searchNumber = attachHandler(gg.searchNumber, defaultHandler) -- Using custom error handling function and storing modified function in a new variable local getResultsModified = attachHandler(gg.getResults, myHandler) -- If an error occurs, "defaultHandler" function will be called gg.searchNumber('123', gg.TYPE_DWORD) -- If an error occurs, no error handling function will be called local results1 = gg.getResults(100) -- If an error occurs, "myHandler" function will be called local results2 = getResultsModified(100)735 downloads
0 comments
Updated
-
Simple Multi menu
By Fevirre
Since most people dont know how to make scripts with multiple menus here's one I whipped up for all of you it's very simple although you will need to fix up the functions like
gg.search number and all of that stuff
The script was made in the Vietnamese Language but thank me for translating it to English
Anyways enjoy scripting!
1,328 downloads
0 comments
Submitted
-
[A New <Gui> Design]
By noblack
New Gui: gg.Alert Gui
Make Your Script be different
I made this because i think gg.choose or other can't be that beautiful,like:
when you use gg.choice too many times,you'll think that it's kinda ugly?
And this,can make your script be not simple.
You can use arrow key (< >) to control the function you want
Use ( [Select] ) Button to select function
(BTW i didn't encrypt it)
How to convert Normal Script to New Gui
(If you don't know how to use it)
(Video link)
Update Log:
V1.0:
+ Control with using (< >),( [Select] ) button
V2.0:
+ auto create a ( [■]Exit[■] ) for you ( Can enable/disable on settings)
Some Garbage code
V3.0:
+ Always Showup Word option on settings
No more Garbage Code
Explore the Script yourself
(Recommend coder to use it)
(Who on earth care is it garbage or not)
1,407 downloads
0 comments
Updated
-
Time Script
By MORTY_TOP
Time Script you can use for your own script, put in gg.toast, gg.alert, print and more.
3,565 downloads
-
Lua script Simple Hack Script by Backlift
By Backlift
This is a Simple hack script.
Purpose of this script is mostly a source code for understanding lua scripts and making scripts for other games based on it.
It's intentionally with some unnecessary commands, use this as a manual.
4,329 downloads
0 comments
Updated
-
Download Statistics