Jump to content
  • GameGuardian APK 101.1

       185,541,468  
    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

71 files

  1. Verification

    A simple verification for your script

    160 downloads

       (0 reviews)

    0 comments

    Submitted

  2. Script Template

    This sample makes working with il2cpp a lot easier, I have included examples in the script you can check out.

    277 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Patch or Restore with hex on lib

    Restore or patcher for lib
     
    Added Restore function 
    using Patch() code you can edit offsets with hex codes
    For Restore 
    Lib and offset is enough it will set the hex to original before edit
     
    Check file for usage eg
     
     
    Found any bug
    Contact me here
    Or in telegram
    Tg link :- https://t.me/DRAGON_SCRIPTER

    269 downloads

       (0 reviews)

    0 comments

    Submitted

  4. Unskippable Alert Dialog

    A Simple alert function that can't be skipped by the user. It will only close when the time is up.

    164 downloads

       (0 reviews)

    0 comments

    Submitted

  5. Target Abi Checker

    The simplest and the fastest way to check the target ABI

    53 downloads

       (0 reviews)

    0 comments

    Submitted

  6. A Template Using Class Name And Method Name To Find New Offset in libil2cpp.so After The Game Update

    This Script Is Made With GGIL2CPP Made by @Kruvcraft. It A Simple Script Find New Offset After The Game Update By Using Class Name And Method Name. And The Game I Using For Example Is War Commander Rogue Assault. To Use It You Just Need To Enter The Class Name And Method Name. This Is The First Script I Make Hope it Help. 
    W.C Rogue Assault Auto Update Offset.lua

    490 downloads

       (0 reviews)

    0 comments

    Updated

  7. MENU ON/OFF TEMPLATE

    This script is designed to create a feature menu with toggleable options for memory editing in GameGuardian. It allows users to turn on and off different features by modifying memory values. The script defines functions for each feature to turn them on and off and organizes them into three groups. The script also defines a function to toggle the state of a given feature in the menu, which checks whether the feature is currently turned on or off and calls the appropriate on or off function accordingly. The state of each feature is stored in a boolean array, and the script displays a feature menu that allows users to toggle the state of each feature. The script also includes a main menu function that allows users to either display the feature menu or exit the script.

    418 downloads

       (0 reviews)

    0 comments

    Submitted

  8. FreeToEditScript.lua

    Edit Template the script by Vloyoht Gaming YT BG about script talk to me in discord VloyohtGamingYT#7098

    257 downloads

       (0 reviews)

    0 comments

    Submitted

  9. Advanced lib patcher

    Advanced lib patcher template (ALP)
    This is a template for advanced lib patcher. This template allow you to patch libs with a lot of features.
    It is intended to make updating offsets more easier. And also use the same script for multiple abi ( armeabi-v7a, arm64-v8a ) at the same time.
    Support
    Telegram

    486 downloads

       (0 reviews)

    0 comments

    Updated

  10. ARM PATCH

    Arm patch
     
     

    864 downloads

       (0 reviews)

    0 comments

    Updated

  11. Simple multiple online password with using php

    I had nothing to do again, so this was born.
    The use is quite simple, there is an example of use in the file and the php code itself (because you can only upload lua files).

    230 downloads

       (0 reviews)

    0 comments

    Updated

  12. metadata_fields_modifier

    Template for automatic finding of the values to modify from the class strings and fields offsets
    This gameguardian script to help automatize fields modifications, from the info you have found into the global-metadata file.

    have been tested only in this configuration:
    - original phone android 11, no-root
    - virtualxposed + gameguardian

    Now it help me as a base when I try a new game
    -> only need to indicate the classes and fields names I want to look for
    Notes:
    - to use it you need to edit the script and adapt it for your specific game -> it is a template
    - must know what is global-metadata file + a bit of lua script language (not too much)
    - it is searching the fields into the anonymous A region (often in my android phone fields values are there)
    - if the game upgrade, possible that classes names and fields offsets are modified so you must upgrade your script too
     
    How to use and modify the template
     1. open the global-metada file [see below to know how to get it], and find the classes and fields you are interested in -> it is the hard stuff

    in this example are selected two fields I want to alterate the values:
    - classname is LockDrillerMinigameParameters
    - field SafeAngle, that is a float, with offset 0x40
    - field ShakeModifierIncreasingRate, a float too, offset 0x44
     
    2. edit the metadata_fields_modifier script (on the phone I use Acode), but to be faster can be done on the PC (open with notepad and copy-paste the data directly from global-metadata)
    from line 55 in the script, modify the classes_and_fields to fit your data, the example gives:

    (before it was line 20 but now line 55)
    local classes_and_fields = {
      LockDrillerMinigameParameters=
      {fields={
        {'SafeAngle' , gg.TYPE_FLOAT, 0x40 , 32},
        {'ShakeModifier' , gg.TYPE_FLOAT , 0x44 , 0.001}
      }},
    }

    for each field you have:
    {'field name', data type, offset, eventual replaced value}
    data type possibilities, according what global-metadata indicates
      -- gg.TYPE_FLOAT for float
      -- gg.TYPE_BYTE for bool
      -- gg.TYPE_DWORD for int

    Note:
    -> "replaced value" is optional, can put only {'SafeAngle',gg.TYPE_FLOAT,0x40}
       a) indeed at the beginning you do not know what field is impacting the game, so with this script you can put many classes (ex: 10) and all the int/float fields that seems interesting (ex: 5 for each classes)
       b) then running the script in the game, it will find and load each field in gameguardian without modification
       c) next you can try to modify the value of each of these fields to look for the best to use, and what values to put
       d) edit the script again and this time you can specify the "replaced value" at the end like in my example {'SafeAngle',gg.TYPE_FLOAT,0x40 , 0x32}
     
    3. open the game + run the metadata_fields_modifier script in the game
    -> it will ask you what class to search for
    Then if successful, the results class and fields data, will be loaded in the gameguardian interface (save tab) so you can check what has be done and modified

     
    => Hope this script will help you make some great modifications on the games you like.
     
    Extra info about getting global-metadata
    - I use the great libil2cpp.so and metadata.dat dumping script (LibDumper by @Lover1500) -> get both needed files (script can be found on this site)
    https://gameguardian.net/forum/files/file/2740-libil2cppso-and-metadatadat-dumping-script/?tab=comments#comment-9358
    - then I use "il2cppdumper gui" on my phone (dont remember where I found the app apk) to convert both files -> finally got the global-metdata file (named dump.cs)
    - seeing it is a very big file not easily readable on the phone -> I send it to the PC to search for some interesting classes to alterate


     



    589 downloads

       (0 reviews)

    14 comments

    Updated

  13. GameGuardian a master script (For learn)

    For help, you can join my discord server

    922 downloads

       (0 reviews)

    1 comment

    Updated

  14. Language Select V1

    Language select easy to edit.
     
    You can add more languages 
     
    -- contact --
    Telegram : https://t.me/learn_lua
    Facebook : Avartar Icecream
    Youtube : https://www.youtube.com/learnlua

    447 downloads

       (0 reviews)

    0 comments

    Updated

  15. Script (Timer) os.clock to Add in your Script


    Script  (Timer) os.clock to Add in your Script

    356 downloads

       (0 reviews)

    0 comments

    Submitted

  16. Script os.date to Add in your Script

    📆🕛⏳
    Script Date and Time to Add in your Script
    📆🕛⏳

    499 downloads

       (0 reviews)

    0 comments

    Submitted

  17. Make you Own lua Script

    Make ur own script 
    Only add the hack name and value
    Any game u need to hack
    5 hacks only can be added
    With ur name
    And ur hacks
    Enjoy

    959 downloads

       (0 reviews)

    0 comments

    Submitted

  18. Easy script to edit and make your own lua!

    - - - - - follow instructions with these lines - - - - - - - 
     
     
    Script by jason funny gamer! 

    975 downloads

       (0 reviews)

    0 comments

    Updated

  19. Make your own lua script

    ---Read instructions lines 
    And input your txt and hacks! 
    Enjoy! 

    384 downloads

       (0 reviews)

    0 comments

    Submitted

  20. USER & PASSWORD / Expire CODE BY PRO XD

    EN 🇺🇸  
    ABOUT THIS FILE 
    1- ADD EXPIRE DATE Script 🙂
    2- ADD USER & NAME TO YOUR SCRIPT :-)
    .....
    AR عربي 🇦🇪
    عن هذا ملف
    1 - اضافة تاريخ وقت انتهاء سكربت
    2 - اضافة اسم مستخدم و كلمة مرور لي اضافته إلى سكربت خاص بك
    ......
    FILE BY PRO XD
    YT : XD محترف

    752 downloads

       (0 reviews)

    0 comments

    Submitted

  21. Simple patch offset

    Patch offset with value

    899 downloads

       (0 reviews)

    0 comments

    Submitted

  22. Jad3d : Framework

    Jad3d is a basic mod framework. 
    Features
    Menus Buttons Toasts Functions Menu transitions Attach/Read/Write Multi language support Feedback is appreciated. Many changes to come!
     

    258 downloads

       (0 reviews)

    2 comments

    Submitted

  23. GameGuardian Script Tutorial (Detailed)

    Hello Everyone! You can make your own Script file with simple methods! Files in Description. You can watch video tutorials!
    Tutorial Videos here!

    1,470 downloads

       (0 reviews)

    0 comments

    Updated

       (0 reviews)

    0 comments

    Submitted

  24. How To Make Script (TUTORIAL SCRIPT)

    Im Show yours how to make GameGuardian lua script 😊

    3,628 downloads

       (0 reviews)

    0 comments

    Updated


  • 109314 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.