Jump to content
  • GameGuardian APK 101.1

       206,500,414  
    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

185 files

  1. Builder Script Game Guardian

    This is a simple script to create a script for game guardian based on what you input into it.

    154 downloads

       (0 reviews)

    0 comments

    Submitted

  2. Converter String-Byte

    📝Simple And Fast
     

    63 downloads

       (0 reviews)

    0 comments

    Submitted

  3. King Encrypt

    Full Protect.

    2,261 downloads

       (0 reviews)

    17 comments

    Updated

  4. K- EncrYpt

    K- EncrYpt Open Source
    For Learning..
    With Simple Code..

    181 downloads

       (0 reviews)

    0 comments

    Submitted

  5. Pentagon-B

    • Anti Load.
    • Support All Kinds Of Strings.
    • Block Hook, Loadfile, Dofile and DEGG.
    • Block Auto-Decrypt tools.
    • Anti-Modification on Encrypted Files (it will not run if you modify anything in the encrypted script).
    If you face any kind of error in my encryption then please report it to me on Telegram @ARGAMING_SCRIPTS.

    2,138 downloads

       (0 reviews)

    4 comments

    Updated

  6. Super Encryption Lua GG | SELGG.lua

    Script for lua gg encryption (offline).
    ✓ Anti loader.
    ✓ All kinds of strings.
    ✓ Super Loud Decryption.
    ✓ Comment support encryption.
     
    Problem :
    Telegram
    Beta version

    47,143 downloads

       (2 reviews)

    48 comments

    Updated

  7. DEXInfoExtractor

    This script can help you extract methods and fields from the DEX file in memory.
     
    The accuracy of method types and parameters cannot be guaranteed.
     
    If the extracted size is too large, you can adjust it in the settings.

    204 downloads

       (0 reviews)

    0 comments

    Submitted

  8. Value to ARM Hex Converter

    This script can convert any value of any type to ARM Hex x32 and x64. Option to copy to clipboard. Also logs all entry into print. (the bit of process does not need to match the bit of the ARM you want converted. 
    Requires gameguardian v 101.1

    858 downloads

       (0 reviews)

    0 comments

    Updated

  9. Lib Offset Hook Editor/Tester

    You can Quickly edit lib offsets for testing hacks. Or search Public Class Field Offsets. 
    Enter lib Offset or Method Name
    Select Edit Option
    Enter Value (Int,Float,Double,Long) 
    Copy Arm Hex or "Script it"
    Perfect to quickly and easily test offsets from dump.cs
    Works on all lib types, Not Just Unity/libil2cpp
    Script is Online for easy updates.
    Open Source / Not Encrypted 

    3,183 downloads

       (2 reviews)

    0 comments

    Updated

  10. SlowAES

    slowAES
    slowAES is an open-source library written in Lua that provides encryption and decryption capabilities based on the AES (Advanced Encryption Standard) algorithm.
    Key Features
    - Supports AES key sizes:
      - 128-bit (16 bytes)
      - 192-bit (24 bytes)
      - 256-bit (32 bytes)
    - Supported encryption modes:
      - CBC (Cipher Block Chaining)
      - CFB (Cipher Feedback)
      - OFB (Output Feedback)
    - Includes padding/unpadding mechanisms to ensure data compatibility with AES requirements.
    - Operates independently without external library dependencies.
     
    Usege
     
    Import the library
    local slowAES = require("aes")
     
    Encryption
    local plaintext = { /* Data to encrypt as a byte array */ }
    local key = { /* Encryption key */ }
    local iv = { /* Initialization Vector (IV) */ }
    local mode = slowAES.modeOfOperation.CBC
     
    local ciphertext = slowAES:encrypt(plaintext, mode, key, iv)
     
    Decryption
    local decrypted = slowAES:decrypt(ciphertext, mode, key, iv)
     

    365 downloads

       (0 reviews)

    0 comments

    Submitted

  11. Actively call functions arm64

    this lua is used to actively call any non-void function of the game, which means that it can call functions of int, float, string, bool and other types. In addition to void, please use the B command to call void.
    The script finally gives an example of passing parameters and calling
    This lua is only for ARM64

    322 downloads

       (0 reviews)

    0 comments

    Submitted

  12. XOR Converter

    Encrypt / Decrypt / Get Key. 
    Encrypt: Value + Key
    Decrypt: Xor Value + Key
    Get Key: Xor Value + Value
    Copy Result to clipboard. 
    prints conversion history 

    280 downloads

       (0 reviews)

    0 comments

    Submitted

  13. API translator

    + Lua translator ui gg

    616 downloads

       (0 reviews)

    0 comments

    Updated

  14. JsonCodeDumper

    this script can help you dump all the JSON code in the game
    file will be saved in '/sdcard/Notes/'
    Telegram: https://t.me/TDL0VE
    TelegramGroup: https://t.me/TdLove_Chat_Group

    452 downloads

       (0 reviews)

    13 comments

    Updated

  15. SuperSusDumper

    this script can help you dump Super Sus.
    file will be saved in '/sdcard/Download'
    Telegram: https://t.me/TDL0VE
    TelegramGroup: https://t.me/TdLove_Chat_Group

    344 downloads

       (0 reviews)

    0 comments

    Updated

  16. Encryption base 32

    This script is-open source
     
     
    my channel telegram: https://t.me/BatmanGamesChannel

    268 downloads

       (0 reviews)

    1 comment

    Submitted

  17. BadCase's Unreal/IDA Toolbox

    You must have IDA in order to load the games .so file and get it's function list to use this script.
    Load the lib, goto the menu to search by name and press Ctrl + a, select all and then copy (WAIT for IDA to start responding again) and paste them into notepad++, save and copy the text filetoyour device.

    This script is similar to my Il2CppDumper Toolbox, here is a video of it's use.
     

    717 downloads

       (0 reviews)

    3 comments

    Updated

  18. 64-hook field

    It can only be used for ARM64 games. It is produced and open sourced by shenmi. It hooks any field in the same class through a function that will be called by the game.
    hook-field.lua

    329 downloads

       (0 reviews)

    1 comment

    Submitted

  19. Get all registers for ARM64

    gglua 64-bit register debugging tool will obtain X0 to X31, S0 to S31, D0 to D31, a total of 93 register values for our debugging, shenmi production and open source sharing
    Note: The function that needs to obtain the register needs to be placed in the save list and checked. When those registers appear in the save list, please let the game start and call this function, then the value of the register will be output in your save list.
    64-registersdebugging.lua

    157 downloads

       (0 reviews)

    0 comments

    Submitted

  20. Script download app in apkpure

    Open source
     
    https://t.me/BatmanGamesChannel

    767 downloads

       (0 reviews)

    0 comments

    Submitted

  21. Xor Key Calculator_v1.0.lua

    This Script is calculating Xor key by Inputting First Encrypted value and value you want to set. There are 3 types : For Integer, Float and Double. Script is simple to use, here is video link where you can see instructions. Happy Cheating :)) 
     

    509 downloads

       (0 reviews)

    0 comments

    Submitted

  22. Dumper fields GamevarDef Free Fire 1.100

    --open game free fire  to run this script
    --working free fire 1.100
    -- script create by Batman Games
     
    --credits Batman Games

    835 downloads

       (0 reviews)

    0 comments

    Updated

  23. FORMENU - Menus Simplified

    A simple Lua module/library/table that can be loaded into your script to assist the making of selection dialogs (menus)
    Features include: 
    - The ability to easily control the formation of your menu, as well as creating them in the first place
    - The ability to create complex flows of menus with ease, as well as linking the titles and their functions together
    - Having your menu and its flow all in one place, making your script more organised than ever
     
     MORE INFORMATION IN THE CODEBERG REPO: https://codeberg.org/Scherr/FORMENU/releases/tag/0.1.2 (Includes usage examples and showcases, check the Wiki!)

    586 downloads

       (1 review)

    0 comments

    Updated

  24. [TK]_LuaEncoder Script

    Key Benefits:
    ° Encrypt Lua scripts with ease, safeguarding your intellectual property.
    ° Customize encryption levels from 1 to 7 iterations, balancing security and performance.
    ° It Can Encode Already Encoded Binary Script Which will still Executable
    Encoding Format: Hexadecimal
    Note: Must Watch This Video Before Using It
    🔗: https://youtu.be/MiOupMsSEUQ

    636 downloads

       (0 reviews)

    1 comment

    Submitted

  25. Font Function

    Font Function Tool (Open Source)
    Using this function, you can add font to your texts.  (17 fonts are supported)
     
    Also, you can change the default font anywhere in the script (example: from choice menu).
    defaultFont = 1 You can write a text with a different font from other texts.
    -- Font 1 (defaultFont) : gg.alert(_("Hello World")) -- Font 4 : gg.alert(_("Hello World"), 4)  
    You can also add your own fonts: Number of font letters must be:
    62( UpperCase + LowerCase + Numbers)
    52(UpperCase + LowerCase)
    36(Upper/Lower Case + Numbers)
    26(Upper/Lower Case only)
    10(Numbers Only)
     
    How to use : Copy this function and paste it in your script. Set defaultFont in frist line of script.

    233 downloads

       (0 reviews)

    0 comments

    Submitted


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