Jump to content
  • GameGuardian APK 101.1

       206,521,548  
    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.

    159 downloads

       (0 reviews)

    0 comments

    Submitted

  2. Converter String-Byte

    📝Simple And Fast
     

    65 downloads

       (0 reviews)

    0 comments

    Submitted

  3. K- EncrYpt

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

    182 downloads

       (0 reviews)

    0 comments

    Submitted

  4. King Encrypt

    Full Protect.

    2,263 downloads

       (0 reviews)

    17 comments

    Updated

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

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

  7. Encryption base 32

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

    268 downloads

       (0 reviews)

    1 comment

    Submitted

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

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

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

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

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

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

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

  15. 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,146 downloads

       (2 reviews)

    48 comments

    Updated

  16. Script download app in apkpure

    Open source
     
    https://t.me/BatmanGamesChannel

    769 downloads

       (0 reviews)

    0 comments

    Submitted

  17. API translator

    + Lua translator ui gg

    616 downloads

       (0 reviews)

    0 comments

    Updated

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

  19. [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

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

  21. Tagged pointers helper

    This script addresses GG not supporting tagged pointers natively by providing two features (going to pointer and searching pointers) that work for both regular and tagged pointers. Additionally, pointer search supports searching pointers for multiple targets at once.
    Script is used by selecting item(s) for desired operation in any of GG interface tabs and pressing "Sx" button to invoke script menu and choose the operation.
    Credits:
      - @BadCase - for method of searching for tagged pointers to multiple targets at once.

    259 downloads

       (0 reviews)

    0 comments

    Submitted

  22. Advanced Pointer Scan Tool (Wembbu Script remake)

    I'm still learning things so don't take it personally if it doesn't work. It's a simple, improved pointer lookup system with architecture detection and a feature that allows you to look for the pointer from any address stored in the Gameguardian list. It also shows what address the pointer came from and how far the offset is
     
    The script is not a copy, it was changed 90% from Wembbu's script. If there is any suspicion that I copied it, I can gladly provide the decrypted version.
     
    The script needs 5/10 seconds to load because it has a triple encryption 😁 

    570 downloads

       (0 reviews)

    1 comment

    Updated

  23. Mini dump libunity 32 bit fps/tps games

    Mini dump libunity 32 bit (this script is beta)
    mini dump values libunity for games fps and tps
     
    offset dumped save in: /storage/emulated/0/dumped_libunity.txt
     
    my telegram Channel: https://t.me/BatmanGamesChannel

    407 downloads

       (0 reviews)

    0 comments

    Updated

  24. Text Encoder

    Wanna send Private message to Public Group?, Use this tools for your privacy! 
    A useful tools for sending your secret message, can send any type of message/text/Game Value.
     
    README
    Username: User
    Password: Text Encoder 1.3
     
    Note: A higher version may be different so make sure you have the same version if you wanna decrypt your secret message.
    The encoded message is NOT executable!
     
     

    355 downloads

       (0 reviews)

    0 comments

    Updated

  25. Get Registration Offsets (Code+Metadata)

    Simple script will get the registration offsets for code and metadata. Allows you to copy offsets to your clipboard 

    780 downloads

       (0 reviews)

    13 comments

    Submitted


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