-
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).
-
Activity
-
2
Custom numbering system
I tried every type of value available in GG. I also tested that it might be a float multiplied by 10^x, didn't work. I also thought it might count how many times the resources went over the limit and reset to zero, didn't work. I also tried the encrypted value feature but it either gave me too many results or none. -
1
White out Survival
Bro i also try everything but nothing Can some tell me -
5
Help
And there was no intention to offend or humiliate anyone. Sorry Bro. I just wanted to show that game does not crash when searching in any region. -
3
I find the string value in Lua code but I can't change it
You missed one character " gg.editAll(";987654321098",2) -
2
Custom numbering system
Did you try type Qword (8 byte)? or Word and Dword (6 byte)? -
4
Wasteland Story: Survival RPG Cola Coins
Please we need the mod -
18
Pixel Gun 3D Script Menu
I'm sorry, what does "Bypass update" does? And "Id spoofer". I will be happy if you will respond. Love your script, there's no other cheats for android pg3d. -
3
I find the string value in Lua code but I can't change it
gg.clearResults() gg.searchNumber(";192762458137",2) gg.getResults(gg.getResultsCount()) gg.editAll(";987654321098,2) -
1
how to create offset and apply create copy directly in lua script?
-- have your value in the search results x=gg.getResults(1) x[2]={} x[2].address=x[1].address+0x8 x[2].flags=x[1].flags gg.loadResults(x) -- puts in search gg.addListItems(x) -- puts in save tab -
2
Custom numbering system
I have been trying to manipulate a game's resource values and other large values but no method seemed to get me anywhere. and so I dug through the game's files, and I think that the developers made their own numbering system. the game runs in this system where you are only shown a couple of digits followed by a letter, for example 1.5A => 1500, 35.2C => 35200000, 46.17L => 46.17E+36, etc. Through digging I found these are the letters the game uses, the game engine is unity and the list is written as [public enum UnitType] normal = 0;A = 1;B = 2;C = 3;D = 4;E = 5;F = 6;G = 7;H = 8;I = 9;J = 10;K = 11;L = 12;M = 13;N = 14;O = 15;P = 16;Q = 17;R = 18;S = 19;T = 20;U = 21;V = 22;W = 23;X = 24;Y = 25;Z = 26; AA = 27;BB = 28;CC = 29;DD = 30;EE = 31;FF = 32;GG = 33;HH = 34;II = 35;JJ = 36;KK = 37;LL = 38;MM = 39;NN = 40;OO = 41;PP = 42;QQ = 43;RR = 44;SS = 45;TT = 46;UU = 47;VV = 48;WW = 49;XX = 50;YY = 51;ZZ = 52; and the class they made is called "BigNumber" "public struct BigNumber { // Fields [OdinSerialize] public SortedDictionary<UnitType, float> units; // Properties public static BigNumber Zero { get; } public static BigNumber One { get; } // lots of operational methods }" and that's it, does anyone know any method I could try? I used a lot of methods I found on the internet but none worked. I have found ways to add to these values through items in the store or free gifts, but the values in these methods are not a BigNumber, they are Dword and are limited to the integer limit, while a single upgrade in the game costs values way larger than the integer limit. relevant info: Game name: Monster Slayer idle, Developers: Fansipan Limited, Game version: 3.0.14
-
-
Topics
-
- 0 votes
- 2 answers
-
- 0 votes
- 5 answers
-
Question: I find the string value in Lua code but I can't change it
- Awaiting best answer
- 0 votes
- 3 answers
-
Question: how to create offset and apply create copy directly in lua script?
- Awaiting best answer
- 0 votes
- 1 answer
-
- 0 replies
- 65 views
-