Jump to content
  • GameGuardian APK 101.1

       192,122,022  
    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

72 files

  1. Basic Format

    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

    596 downloads

       (0 reviews)

    0 comments

    Submitted

  2. 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,646 downloads

       (0 reviews)

    0 comments

    Updated

  3. Rename Blocker For all script .

    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,380 downloads

       (0 reviews)

    0 comments

    Updated

  4. Templates for Using Offsets

    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
     

    2,908 downloads

       (0 reviews)

    4 comments

    Submitted

  5. Language

    My example for you is very simple and maybe not the best.
     

    678 downloads

       (0 reviews)

    0 comments

    Updated

  6. Simple Menubase

    Simple Menubase for Beginners
    Are you tired of getting crashs ??
    Use this simple menubase and don't get crashes 🙂
    I'm here for save your time

    1,214 downloads

       (0 reviews)

    0 comments

    Submitted

  7. Search editing tutorial

    Basic tutorial

    1,918 downloads

       (0 reviews)

    1 comment

    Submitted

  8. Simple Multi menu

    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,075 downloads

       (0 reviews)

    0 comments

    Submitted

  9. UI Button Menu Template

    No Credits, Download and view the code in a Text/Code Editor

    939 downloads

       (0 reviews)

    0 comments

    Submitted

  10. 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!
     

    304 downloads

       (0 reviews)

    2 comments

    Submitted

  11. simple script loadlist example

    loadlist example

    338 downloads

       (0 reviews)

    0 comments

    Submitted

  12. 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

    633 downloads

       (0 reviews)

    0 comments

    Updated

  13. FreeToEditScript.lua

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

    372 downloads

       (0 reviews)

    0 comments

    Submitted

  14. Making Scripts with custom encrypted Strings

    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,024 downloads

       (0 reviews)

    11 comments

    Submitted

  15. FOLDER SCRIPT TEMPLATE.lua

    HI USER ,
    THIS IS THE FOLDER SCRIPT TEMPLATE FOR THOSE WHO DON'T KNOW HOW TO MAKE A SCRIPT.

    2,504 downloads

       (0 reviews)

    0 comments

    Updated

  16. Examples (open source)

    So i amde rhis for beginners so they can learn how to use commands

    1,205 downloads

       (0 reviews)

    0 comments

    Submitted

  17. On Off Multi Toggle Menu Base Template

    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,608 downloads

       (0 reviews)

    0 comments

    Updated

  18. 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


     



    722 downloads

       (0 reviews)

    14 comments

    Updated

  19. Lua script template v0.0.0: Patching memory addresses in the libil2cpp library | by Phantom Combat Venue | example game :: Sniper Warrior: PvP Sniper v0.0.3 build 19 Last updated on Aug 29, 2023

    Phantom Combat Venue Lua Script Template v0.0.0 - No Recoil Camera Hack and Utility Functions
    Introduction:
    Hello, GameGuardian community! Today, I'm excited to share the Phantom Combat Venue Lua Script Template v0.0.0, an open-source script under the MIT license.
    This template serves as a foundation for patching memory addresses in the libil2cpp library for any game. I used "Sniper Warrior: PvP Sniper" as an example.
    In this post, we'll focus on the No Recoil Camera Hack as an example, and we'll also explore some utility functions and other Lua code provided in the template.
    License:
    This script is open-source under the MIT license, giving you the freedom to modify and adapt it for your needs.
    Global Variables:
    - `__ON` and `__OFF`: Emoji indicators for ON and OFF states.
    - `VISIBILITY_FLAG`: A flag to manage script visibility.
    Utility Functions:
    1. libBase(lib, offsets, vals, type):
       - Purpose: Finds and modifies memory addresses in the specified library.
       - Parameters:
          - `lib`: Library name.
          - `offsets`: List of offsets.
          - `vals`: List of values.
          - `type`: Data type.
       - Functionality: Iterates through memory ranges, identifies the library, and modifies addresses.
    function libBase(lib, offsets, vals, type) local rangeList = gg.getRangesList(lib) local addresses = {} for i, v in ipairs(rangeList) do if v.state == "Xa" then for j, offset in ipairs(offsets) do table.insert(addresses, { address = v.start + offset, flags = type, value = vals[j] .. "h" }) end break end end if #addresses == 0 then print("Not found lib") else gg.setValues(addresses) end end  
    2. convertToHexString(number, digits):
       - Purpose: Converts a number to a hexadecimal string with a specified number of digits.
       - Parameters:
          - `number`: Number to convert.
          - `digits`: Number of hexadecimal digits.
       - Functionality: Applies a bitmask and formats the number as a hexadecimal string.
    function convertToHexString(number, digits) local mask = (1 << (digits * 4)) - 1 return string.format("%X", number & mask) end  
    3. getHexValueByOffset(offset):
       - Purpose: Retrieves the hexadecimal value at a specific offset in libil2cpp.
       - Parameters:
          - `offset`: Offset to read.
       - Functionality: Uses `gg.getValues` to obtain the hexadecimal value at the specified offset.
    function getHexValueByOffset(offset) local responseVal = gg.getValues({{ address = gg.getRangesList("libil2cpp.so")[1].start + offset, flags = gg.TYPE_DWORD }}) return convertToHexString(responseVal[1].value, 8) end  
    Main Function:
    - Main():
       - Purpose: Entry point for script execution.
       - Functionality: Displays a menu with options, including the No Recoil Camera, and handles user input.
    function Main() VISIBILITY_FLAG = -1 gg.setVisible(false) menu = gg.choice({ no_recoil_camera_state .. "No Recoil Camera.", "❌ EXIT ❌" }, nil, "Sniper Warrior v 0.0.3 b19 - MOD") if menu == nil then gg.toast(" ⚠️ MINIMIZED ⚠️") gg.setVisible(false) elseif menu == 1 then no_recoil_camera_fn() else os.exit() end end  
    No Recoil Camera:
    1. Initialization:
       - `no_recoil_camera_offset`: Offset for the No Recoil Camera hack.
       - `no_recoil_camera_active_hack_hex_code`: Hex code for the active state.
    no_recoil_camera_offset = 0x115DA58 no_recoil_camera_active_hack_hex_code = "D65F03C0" -- "~A8 RET"  
    2. State Check:
       - Checks the current state of the No Recoil Camera and sets the corresponding state indicator (`__ON` or `__OFF`).
    if getHexValueByOffset(no_recoil_camera_offset) == no_recoil_camera_active_hack_hex_code then no_recoil_camera_state = __ON else no_recoil_camera_state = __OFF end  
    3. Function: no_recoil_camera_fn():
       - Purpose: Activates or deactivates the No Recoil Camera.
       - Functionality: Utilizes `libBase` to modify the necessary memory addresses based on the current state.
    function no_recoil_camera_fn() local offsets = {0x115DA58, 0x115DA5C, 0x115DA60, 0x115DA64, 0x115DA68, 0x115DA6C, 0x115DA70} local values_on = {no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code, no_recoil_camera_active_hack_hex_code} local values_off = {"6DBD23E9", "F9000BF3", "A9027BFD", "910083FD", "4EA01C08", "AA0003F3", "9400000E"} if no_recoil_camera_state == __OFF then libBase("libil2cpp.so", offsets, values_on, gg.TYPE_DWORD) gg.toast("No Recoil Camera activated") no_recoil_camera_state = __ON elseif no_recoil_camera_state == __ON then libBase("libil2cpp.so", offsets, values_off, gg.TYPE_DWORD) gg.toast("No Recoil Camera deactivated") no_recoil_camera_state = __OFF end end  
    Entrypoint:
    - While Loop:
       - Purpose: Keeps the script running in the background.
       - Functionality: Checks for script visibility and calls the `Main()` function accordingly.
    while true do if gg.isVisible(true) then VISIBILITY_FLAG = 1 gg.setVisible(false) end if VISIBILITY_FLAG == 1 then Main() end end  
    Happy scripting! ❤️😁 Your friend, Phantom Combat Venue.

    165 downloads

       (0 reviews)

    0 comments

    Submitted

  20. How To Make Script (TUTORIAL SCRIPT)

    Im Show yours how to make GameGuardian lua script 😊

    4,032 downloads

       (0 reviews)

    0 comments

    Updated

  21. 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.

    646 downloads

       (0 reviews)

    0 comments

    Submitted

  22. Time Script

    Time Script you can use for your own script, put in gg.toast, gg.alert, print and more.

    3,451 downloads

       (0 reviews)

    1 comment

    Submitted

  23. Simple patch offset

    Patch offset with value

    1,020 downloads

       (0 reviews)

    0 comments

    Submitted

  24. Simple but beautiful loading screen

    Simple but beautiful loading screen for your scripts, because my eyes are burning when I see a loadong on thousands lines of code.
    I hope you like it 🙂

    1,231 downloads

       (0 reviews)

    0 comments

    Updated

  25. LoadSite for scripts

    im sleepy
     
    This file make for script detect to not internet 😄
     
    follow me.

    784 downloads

       (0 reviews)

    3 comments

    Updated


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