Jump to content
  • GameGuardian APK 101.1

       192,210,261  
    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

164 files

  1. [Tool] GGLUA Hooker

    Simplest GGLUA Hooker
    original By Only
    Translated by Sam
    Free to use
    Remember to Keep those message when
    editing script

    3,054 downloads

       (1 review)

    8 comments

    Updated

  2. Unity Script Templates by BadCase

    These are a few templates to allow you to easily create scripts for Unity based games.
    Fields.Class.Name.Offset.Template.by.BadCase
    Add edits to the "fieldEdits" table in the following format
        [1] = {
            editName = "Free Clothes",
            emoji = "👖",
            edits = {
                {
                    className = "ClothesOriData",
                    armEdits = {0X18, 0X28},
                    editTo = 0,
                    editType = gg.TYPE_DWORD,
                    editIfEqual = nil
                }, {
                    className = "ClothesOriData",
                    armEdits = {0X1C, 0X28},
                    editTo = 0,
                    editType = gg.TYPE_DWORD,
                    editIfEqual = nil
                }}
        },
    className: is the name of the Class the Field belongs to
    armEdits: is a table in this format {arm7_field_offset,arm8_field_offset}
    editTo: is the value to edit the Field instances to
    editType: is the type of value to edit the Field instance as
    editIfEqual: use if you only want to edit fields of a certain value and or get user input for this value can bet set to
    nil: if editing all Field instance
    integer: for editing all Field instances of a single value
    integer range: in this format 0~100 for editing all Field instance with a value in that range
    text: for providing instructions to the user in a prompt asking them to specify the value to be edited
    Methods.Class.Method.Name.Template.by.BadCase
    Add edits to the "methodEdits" table in the following format
        [1] = {
            editName = "Unlimited Ammo",
            emoji = "♾️",
            edits = {
                {
                    className = "Player",
                    methodName = "HasBulletsClip",
                    armEdits = {{"~A MOV R0, #1", "~A BX LR"}, {"~A8 MOV W0, #1", "~A8 RET"}}
                }}
        },
        
    className: is the name of the Class the Method belongs to
    methodName: is the name of the Method to edit
    armEdits: is a table in this format {(arm7_lib_edits},{arm8_lib_edits}} edits can be GG assembler opcodes (~A BX LR), hex (00000000h) or reverse hex (00000000r)
    Combined.Field.Method.Template.by.BadCase
    This is the above 2 templates combined, make sure you have the same items in both the "methodEdits" and "fieldEdits"
    If a function only has one type of edits for example "fieldEdits" and no "methodEdits" then the "methodEdits" edit table for that function should be an empty table {}
    Check the last function in the script for an example.

     

    1,217 downloads

       (2 reviews)

    1 comment

    Submitted

  3. ElfInfo | Get Elf Info Using GG

    Get information about loaded library inside memory.
    * Pros
    - Parsed ELF Structure, Program Header, Dynamic Segment, Symbol
    * Cons
    - Section Header are not parsed, because it not loaded into memory.
    - Only 32-Bit Elf Supported.
    * Thanks to: 
    - @Enyby
    * Use cases:
    - PinOut Hax
    - Injection

    References: 
    [1] https://en.wikipedia.org/wiki/Executable_and_Linkable_Format
    [2] http://phrack.org/issues/59/8.html (I need to create elf parser before getting through. xD)
     

    2,198 downloads

       (1 review)

    1 comment

    Updated

  4. Class.lua

    Class.lua
    I modified RxHacker job
    Original Script
    Field Offset Finder
    Use Script Tool or Dump.cs
    32 Bit
    Use Region ANONYMOUS only
    How To Use
    https://youtu.be/6kCjoMslAgo

    1,709 downloads

       (1 review)

    2 comments

    Updated

  5. Dissasembler memory

    -------------------------------------------
     Dissasembler memory
    Author: saiaapiz
    -- (Only 32-bit supported.)

    -- edited by Batman Games 
    Credits (saiaapiz)
     
     
     
     
     
     
    Link my Channel Telegram: https://t.me/BatmanGamesChannel

    ---------------------------------------------

    509 downloads

       (1 review)

    0 comments

    Submitted

  6. Tools For Hacks

    It's been a long time since I had been active on the forum. The main reason being that I don't get time for game hacking. So I decided to share my tools which I used back in the days for making things easy for me and also this will be like a summary post for beginners.
    The first file name FindHaxSever I made was just a beginning for finding new values in the game , then I took it up  a knotch and added group value making also for it. Big thanks to @Enyby for his help in the where I was making the mistake in converting Decimal to Hex. Fixing which I was able to complete the group value thing. Just an example video for it's use I had shared on yt  , and sorry for the opening slide...
     
    The video above just shows the function of finding values and making group values automatically. Also you will find a menu option called "Crash Support" , crashes happen mostly because of larger number of values edited at once. So if I know my value I can make group value easily by reducing the number of edited values. If you are a beginner and don't understand how to use values , group values in script and also have no idea how to make scripts. You can learn from the following link :- 
    All in one Script for menu templates. (#6zf6rwms) Next option in the script if for finding offsets of you hack value. Offsets in them are very confusing for many people , so if you want to learn you can follow this link:- 
    Templates for Using Offsets (#68um1uri)  
    Then next up in the list is EditHax, which is not a big thing. It's just a script for finding different possible edits for a given hack value.
     
    And lastly there is the MultipleSavedEdit file. This file is for making scripts with hacks which have various edits possible for only 1 hack value. Like for value 1 edit to 999 gives 1 hack and editing same 1 to 0 makes another hack. So if we go conventionally , we will need to first make the group using 999 and then revert the 999 back to 1 then again search the group and edit to 0. Saying is easy  but if u put it in script , the whole ballgame changes...
    When we make Script we make menu and function for every menu.
    For only one hack value we need 1 menu and 1 function.
    ~~~~~~~~~~ For 1 hack value we need 2 Menus and 2 Functions , one for hack and one for revert , this can also be made using ON-OFF MENU, then we only need 1 menu and 2 functions.
    ~~~~~~~~~~ For 2 hacks value we need 3 ON-OFF menus and 6 functions in the script to be able to use both hack values and revert also.
    ~~~~~~~~~~ For 3 hack values we need need 12 ON-OFF menus and 12 functions.
    ~~~~~~~ For 4 hacks values we will need 20 menus and Functions like this.
     
    So the work increases a lot . This thing i reduced to only 2 functions no matter how many times the user wants to edit , if he knows the edit value , he just need to input it. The input can be anything like prompt or seek bar or choice.
     
     
    If you find any difficulties understanding any of them , you can read the video description also . And yes the first video doesn't have full description for all the options, because all the videos are more than an year old from the time I made the scripts and I didn't had the time to make video for all the features now.
    Also just for beginners I attached the links to respective posts so things become easy for them to understand.
    Many will criticize and say these are useless , well maybe for you but not for others. In fast few days I have been getting a lot of Dms on my telegram for these scripts , people keep coming to me asking for them even though the videos have become like more than an year old now. So this is likely my last and final post on the forum , hopefully people find this post useful.
     
    And in the end I would like to thank @Enyby  ,d2dyno and Aqua and all the related team members for such an amazing app.
    Special thanks to @Enyby for maintaining such an amazing community , I definitely learnt a lot in past years.
    And also my friend @ItsSC for providing guidance time to time.

    6,708 downloads

       (1 review)

    0 comments

    Submitted

  7. Caesar Cipher (Encode / Decode Converter)

    Hello Guys , It Is Caesar Cipher .
    it is open source ..
    if you will use for ur stuffs , dont forget to leave credits .
    Video Review :
     
     

    1,789 downloads

       (1 review)

    0 comments

    Updated

  8. Auto Hack Finder (for any game/Values only)

    this is a simply script were I putted values that will do a common change in to the game, when a value does something, just interrupt the script and copy the value or take a screenshot and search it.


    the values are existends

    0.001~0.1

    0.1~9.9

    0.00001~0.001

    ofcourse not all values are I it, I tried ceeping it basic. 

    I know this may look useless but it aint useless if you know a bit how to use.

    7,992 downloads

       (2 reviews)

    17 comments

    Updated

  9. Scanner memory (detect change of values ​​in memory)

    --open game to run this script
    --script created by Batman Games
    --support to detect change of 1 value
    --detect change of float values
    -- this script is beta
    --support for libil2cpp, libunity.
     
    --look up values in libraries first. to later have access to changes in values.

    1,126 downloads

       (1 review)

    2 comments

    Submitted

  10. GGIl2cpp

    This script is only needed to make it easier to work with Il2cpp. More information can be found in the github repository.
    You can also report script errors either by writing to me in private messages or by creating an issue on github. You can also suggest an idea for the development of the module by sending it to me in private messages.

    7,766 downloads

       (3 reviews)

    7 comments

    Updated

  11. Script compiler

    Binary scripts compiled on one version of GameGuardian may not work on a different version. Or in future versions.

    There is no support for binary scripts and will never be. You do everything at your own peril and risk.

    24,711 downloads

       (14 reviews)

    58 comments

    Updated

  12. 【❗】SSTool Crash Script

    Today i have published out a new script for game guardian that will protect your script from UnLuaC by SSTool it's simple tool maybe it's can be ignored
    📌 Simple Crash SSTool
    #Used Libraries
    ▪Nil
    ▪Variable
    ▪Function
    ▪While
    ▪Do
    ▪end
    ▪()

    4,678 downloads

       (2 reviews)

    0 comments

    Updated

  13. Script Manager

    Script Manager v1.0
     
    Features as of now:
    1.) Encrypt Script
    2.) Decrypt Script
     
    Way More Will Be Added Over Time
    If You Know Any Useful Lua Code So That I Can Add Message Me ?
    Please Comment Any Bugs ?
     

    5,371 downloads

       (2 reviews)

    8 comments

    Updated

  14. BadCase's Il2Cpp Fields

    This script allows users to edit field offset values in instances of Il2Cpp classes by entering a class name, this means no offsets are needed. As long as class and field names are not changed in the game the edits will continue working even after a game updates.
    ➕ Create Edit (Enter Class Name)
    Here you will enter a known class name to search for instances and create an edit. Edits you create for a game are added to the main menu above this menu item.
    ➕ Create Edit (Search Il2CppDumper Dump)
    Here you can load a Il2CppDumper dump.cs and search for keywords to find class names, search for instances and create an edit. Edits you create for a game are added to the main menu above this menu item.
    ⤴️ Import Edits
    Here you can import edits created and exported by other users of this script.
     
    ⤵️ Export Edits
    Here you can export edits you have created to share them with other users of the script.
    🗑️ Delete Edit
    Here you can delete edits for a game and remove them from the main menu.

    3,008 downloads

       (1 review)

    2 comments

    Updated

  15. Version replacer

    A simple script for replacing the GG version for the script.
    Some scripts require certain versions of GG to run. Using this script, you can set the necessary GG version for the script.
    Example usage:
    Version replacer - GameGuardian (#3ffax3vo)  

    3,466 downloads

       (1 review)

    13 comments

    Updated

  16. Obfuscater lua GG

    Obfuscater lua GG opend source
    Hide all string & value

    1,478 downloads

       (1 review)

    0 comments

    Submitted

  17. Script Hide The Function

    Video: 
    Video for v3.0: 
    -----------------------------------------------------------------------------
     
    password : 5253
     

    4,378 downloads

       (2 reviews)

    2 comments

    Updated

  18. Tools DumpCS

    Tools Dump Script Gamegudian
    By name Class, Fields or address in memory
    Watch my video to see how to use it
     
     
     

    807 downloads

       (1 review)

    1 comment

    Submitted

  19. Simple Encryption LuaR by 🛡️AS DROIDS™🛡️

    Encrypt gamegurdian script by ASDROIDS
     
     
    This is a simple encryption made by me
    it can block decrypt
    block sstool
    block unluac.jar
    block decompiler
    block load
    block log
     
    Noobs cant decrypt it but pros like TopGEO , Tis Nquyen and etc can dec it
    try it and please let me know if you have any suggestions
     
    Thanks to Sgt Script [ My brother for HELPING ME ]
    Thanks to TopGEO for the idea
    Thanks to Tis Nquyen for Help codes
     
     
    If its gets decrypted V2 is on the way dont worry
    Youtube
    https://www.youtube.com/channel/UCupuSSx4uHnyhx1sLp60RkA
    Telegram
    https://t.me/ASDroidsofficial

    6,224 downloads

       (2 reviews)

    3 comments

    Updated

       (2 reviews)

    3 comments

    Updated

  20. THE HOODS ENCRYPTION

    Block gg log
    Block gg load
    Block gg lasm
    Block sstools
    Block auto decrypt
    The script need access to the internet to work 
     

    VivaCut_video_1672129803208_HD.mp4

    1,373 downloads

       (1 review)

    9 comments

    Updated

  21. Add Strings Function

    What this function does is that it concenates strings from the arguments into one. This can be useful for those who struggle or find concenating strings hard. 

    623 downloads

       (1 review)

    0 comments

    Submitted

  22. Offset Hex Value Extractor

    Hey everyone,
    If you're tired of manually hexadecimal values, this Lua script is the solution you've been looking for. It features a function that automates the process of retrieving values from the libil2cpp.so library.
     
    The script defines a function that takes an offset value as an argument, calculates the memory address of the desired value, and retrieves it using the `gg.getValues()` function. The value is then formatted as a 16-digit hexadecimal string, reversed, and formatted with spaces before being returned by the function.
     
    By using this script, you can save time and effort when working with hexadecimal.
    Give it a try and let me know what you think!
     
    And if you have any questions or suggestions for improving the script, feel free to share them in the comments below. 

    874 downloads

       (1 review)

    0 comments

    Updated

  23. Hook Offset Searcher

    Script search the offsets where hacker hook, inject, jump codes. Useful for searching offsets of modded games.
    Its only available for armv7 for now. I will update script when i am ready for arm64.
     
     
     
    Special Thanks to cmp, enyby, saiaapiz

    11,731 downloads

       (1 review)

    11 comments

    Updated

  24. TU Tools Encryption

    TU Tools Features:
    - Anti Lasm (BIG)
    - Anti Load
    - Anti Log
    - Blocking Unluac
    - Blocking Auto Decrypt

    2,493 downloads

       (1 review)

    0 comments

    Updated


  • 114284 What virtual space do you use?

    1. 1. What virtual space do you use?


      • Parallel Space (best choice)
      • VirtualXposed
      • Parallel Space Lite
      • GO Multiple
      • Dr. Clone
      • Virtual Space
      • ES Parallel Accounts
      • NoxApp+
      • DualSpace
      • Octopus
      • AppBox
      • DualSpace Blue
      • DualSpace Lite
      • 2Face
      • Other virtual space
      • I have a root
      • Multiple Space
      • clonneapp
      • Parallel Accounts
      • APP Cloner
      • App Hider
      • Calculator+
      • Multi
      • App Hider Lite
      • Dual App
      • Phone (Dialer Vault)
      • Notepad
      • Parallel Space Pro
      • VMOS
      • Clone App
    2. 2. Do you use the Internet?


      • No, I don't.
      • Yes, I do.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.