- 
GameGuardian APK 101.1210,864,189Overview: 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
79 files
- 
(0 reviews)0 comments Updated 
- 
Completed TemplateBy skys So this is completed u just need to fill these
 gg.alert('')
 gg.setRanges(gg.REGION_)
 gg.searchNumber('',gg.TYPE_)
 gg.getResults('')
 gg.editAll('',gg.TYPE_)
 In the lua file thats all
 If u want too remove the gg.alert
 1,387 downloads (0 reviews)0 comments Submitted 
- 
Menu for gg lua scriptBy SHELL_SCRIPT HOME = 1
 function HOME()
 menu = gg.choice({
 "MENU 2",
 },nil,'=============\nMENU 1 MAIN\n=============')
 if menu == 1 then MENU2() end
 HOMEDM = -1
 end
 function MENU2()
 menu2 = gg.choice({
 "BACK",
 
 },nil,'========\nMENU 2\n========')
 if menu2 == 1 then HOME() end
 end
 while true do
 if gg.isVisible(false) then
 HOMEDM = 1
 gg.setVisible(false)
 end
 if HOMEDM == 1 then HOME() end
 end
 
 1,620 downloads (0 reviews)0 comments Submitted 
- 
Multi Choice in lua scriptBy SHELL_SCRIPT --MULTI CHOICE BY SHELL_SCRIPT
 HOME = 1
 function HOME()
 multi = gg.multiChoice({
 "CHOICE 1",
 "CHOICE 2",
 "CHOICE 3",
 "CHOICE 4",
 },nil,'MULTI CHOICE BY SHELL_SCRIPT')
 if multi == nil then else
 if multi[1] == true then ch1() end
 if multi[2] == true then ch2() end
 if multi[3] == true then ch3() end
 if multi[4] == true then ch4()
 end
 end
 HOMEDM = -1
 end
 function ch1()
 gg.alert('CHOICE 1')
 end
 function ch2()
 gg.alert('CHOICE 2')
 end
 function ch3()
 gg.alert('CHOICE 3')
 end
 function ch4()
 gg.alert('CHOICE 4')
 end
 
 while true do
 if gg.isVisible(false) then
 HOMEDM = 1
 gg.setVisible(false)
 end
 if HOMEDM == 1 then HOME() end
 end
 929 downloads (0 reviews)0 comments Updated 
- 
Button Categorize templateBy ItsSC This template is created for those who want to rearrange their buttons accordingly to "Active" and "Inactive" states.
 You can use it for more other features. This version does not contain sorting algorithm, so the table will not in order of alphabetical.
 396 downloads (0 reviews)0 comments Submitted 
- 
HOW TO MAKE A LUA SCRIPT FOR ANY GAMEBy RONO_PLAYS More scripts from the creator
 This is a template that will help you create a script menu for any game
 Download the apps used in this video:
 lua editor
 GG tester
 
 WATCH THESE VIDEOS TO KNOW HOW TO MAKE A LUA SCRIPT FOR ANY GAME
 PART 1
 WATCH THIS VIDEO TO KNOW HOW TO MAKE A LUA SCRIPT FOR ANY GAME
 
 PART 2:
 
 
 PART 3
 
 18,481 downloads - how to make a script
- how to make a gameguardian script
- (and 20 more)
 
- 
how to write script with main menu multiple choicesexample script for multiple choices menu
 --------
 watch this video to know how to write it
 subscribe to my channel for more tutorials and scripts , also funny videos with hack
 https://www.youtube.com/channel/UC-QwQJi2235Qg8jCN2DGN3w
 1,971 downloads (0 reviews)0 comments Submitted 
- 
Double-Click UIBy saiaapiz Toggle your cheats, function, var just by Double-Clicking GG Icon !
 3,254 downloads (0 reviews)0 comments Submitted 
- 
lua scripts On Off Multi Toggle Menu Base TemplateBy NexusLoveYT I don't really talk much in forums but noticed that some ppl where still having trouble with toggle buttons and auto hide menus so i made this simple menu base template that has multi toggles.
 Im in no way shape or form the best. Nor is this method the most efficient. But it is easy to understand.. i hope XD...
 
 Anyway hope someone can learn from this and create something amazing one day
 1,813 downloads (0 reviews)0 comments Updated 
- 
Making Scripts with custom encrypted StringsBy AKRAMRAZA This is not script encryption tool.I have tried to share a method for making Scripts more secure by writing it with encrypted strings.
 The files that I have shared here are just a basic example to show how it is applies.
 StringsCompiler.lua is used to encrypt/convert your original script codes to other encrypted codes and then it is put in main script.
 So by this way it acts as a secondary protection for your main Script , even if the first protection.i.e., it's encryption is cracked.Still it becomes useless to the decrypter because the original codes are already encrypted.
 Ofcourse , I have shared the files for only single strings/alphabets. But I did it for the purpose of sharing the idea and also , to make it easily understandable for everyone.Watch the full video and notice the last script that I showed, I made it completely by using this idea.
 You can use the idea to make your own custom Strings Compiler and your main script according to your needs.
 There is always a room of improving everything .
 If you get any doubt with the files or can't understand the video , you can ask here.
 
 
 
 Credits - @ItsSC for Guidance.
 
 
 
 
 
 3,208 downloads - Scripting
- lua scripts
- (and 1 more)
 
- 
TemplateBy saiaapiz Tired of copy pasting your menu code over and over ?,
 Wanna ready to use menu ?,
 Need switch support and easy menu ?
 Here,
 Firstly, you need a most basic lua knowledge such array to use this template.
 I already put example into script, so enjoy !
 I hope this will help most user struggling with thousand spam of line contain the same thing.
 Don't forget to press ❤ button below !
 
 Formatting / Usage:
 ... MyMenu = { -- { Menu Title: String, Menu Type: Boolean }, {"Template v3 - saiaapiz", true}, { -- { Button Name: String, Button Content: table or function } "Destroy Earth !", function() gg.alert("We still need earth, aborting ..") end, -- {"Button Name / Submenu Name", Table: Menu Structure } "What console did you like ?", { -- Submenu, please look at example how to utilize it. } ... -- Don't forget to include initMenu function code into your project.
 Example of usage:
 Templates for Using Offsets (#68um1uri) by @AKRAMRAZA
 
 3,786 downloads 
- 
Templates for Using OffsetsBy AKRAMRAZA The Script has a few inbuilt templates for using offsets in scripts. Also , it has a few basic information for beginners. Just run the script and select your choice. Template will be copied to clipboard , paste in a new file and make required adjustments . If you get any doubt using it just watch the video.
 If you think something else is missing in the script then please respond here.
 
 Credits - @Enyby and Team for such an amazing app
 Main Menu - Main menu Template adapted from Template_v3 by @saiaapiz
 
 3,109 downloads 
- 
gg.choice menu which shows which hack was used last timeBy AKRAMRAZA Simple gg.choice menu which shows what hack was used time.
 3,230 downloads (1 review)0 comments Updated 
- 
Templates For Using Prompt Inputs in ScriptsBy AKRAMRAZA This script is for beginners who don't know or get confused regarding how to use prompt inputs.It contains templates for getting input from user and then using it in the script. Also , these are a few possible ways , I tired to cover all possible basic aspects , you can be innovative and create much more scripts by using these basic ideas. Just run the script and select your choice , template will be copied , paste in a new document file , to see it and use it in any script.
 
 1,525 downloads (0 reviews)0 comments Updated 
- 
All in one Script for menu templates.By AKRAMRAZA This is for beginners.All type of script menus at one place.Script has inbuilt all types of basic menu templates.Just run the script and select your choice , the template will be copied to your clipboard , just paste in new file and make your changes.It makes writing scripts very easy , just small changes and your script is ready.
 
 3,964 downloads - Lua scripting
- template
- (and 1 more)
 (1 review)0 comments Updated 
- 
Template Multichoice Menu Inside Multichoice MenuBy AKRAMRAZA It is a template for a menu which multichoice sub menus inside multichoice sub menus inside multichoice sub menus. It can be extended as many sub menus you want.
 1,716 downloads (0 reviews)0 comments Submitted 
- 
Set Mutli Password For ScriptBy TopGEOYT Hello Guys , Today
 I Will Show You ,
 How To Set Multipe
 Passwords For Your
 GG LUA Script .
 Its Easy , Follow My
 Simple Codes .
 
 5,175 downloads (1 review)0 comments Updated 
- 
Function Template Prompt, +9 more look at tagsBy Guest SB2P NEW !! :
 1 I've added a function or what ever you call it that's detect if the user got No Results ( Used For searches and prompt search)
 2 i added multiple prompt search
 --------------------------------------------------------------------
 Hi The Script Has
 checkbox
 Multi choise
 prompt
 alert with options
 text copier
 group search with different Types
 search and edit
 multi prompt
 if the user got no results (prompt search)
 if the user got no results (normal search)
 1,516 downloads - Prompt
- Multi choise
- (and 9 more)
 
- 
Rename Blocker For all script .By TopGEOYT Hello Guys .
 Today i will show you simple file rename blocker for GG Lua Script .
 It is by me ( no coyright ) .
 If you have any questions ask me in comments .
 Also Guys here is small variant of this script :
 if gg.getFile():match('[^/]+$') == 'Block Rename.lua' then else print('⚠ File Rename Is Detected ⚠') return end
 3,534 downloads (0 reviews)0 comments Updated 
- 
Tutorial script Basic FormatBy Darktrix Most basic script for those who don't know how to write scripts for Game Guardian.
 Spaces left out for editing - Just edit in what you want.
 If you want the Buttons to do something you can learn here --> https://gameguardian.net/help/
 No need to credit for the script - Don't flat out steal it though, such as saying you made it (file).
 Ex:
 ::Button::
 gg.searchNumber ('360', gg.TYPE_FLOAT)
 goto Menu
 615 downloads (0 reviews)0 comments Submitted 
- 
template code-templateBy AniHack This is my own template, code creation assistant, also in this template everything is beautifully Sorted! Download)
 1,902 downloads 
- 
Simple Check Box Menu In "gg.prompt" ( without codes ).By TopGEOYT Hello Guys.
 It is Simple Check Box Menu .
 If You Like Templastes Like This , I will Continiu Uploading This Type Files.
 1,820 downloads 
- 
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.
 776 downloads - template
- Multi choise
- (and 2 more)
 (0 reviews)0 comments Updated 
- 
Error handling for GG API functions templateBy 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)743 downloads (1 review)0 comments Updated 
- 
Download Statistics2,682
 Files7,405
 Comments1,558
 Reviews

 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	