Jump to content
  • GameGuardian APK 101.1

       207,200,387  
    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

186 files

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

    234 downloads

       (0 reviews)

    0 comments

    Submitted

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

  3. 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 😁 

    574 downloads

       (0 reviews)

    1 comment

    Updated

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

    411 downloads

       (0 reviews)

    0 comments

    Updated

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

    362 downloads

       (0 reviews)

    0 comments

    Updated

  6. Get Registration Offsets (Code+Metadata)

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

    788 downloads

       (0 reviews)

    13 comments

    Submitted

  7. Number Guess

    A simple number guessing game. The player must guess the number that the game has randomly selected. The game has 4 difficulty levels: Easy, Medium, Hard, and Insanity. The player has a limited number of attempts to guess the number. The game will tell the player if the number is higher or lower than the guess.

    335 downloads

       (0 reviews)

    0 comments

    Submitted

  8. Field Offset Finder

    This is a free + open source Field offset finder script. You will need the dump of game for it to work. From the dump.cs file get variables with basic data types like int, float, bool. Then download and run field offset finder script. Input the class name and offset. And then you will get field values of all instances of that class. You can download the latest version of Field Offset Finder from here. After finding the value you have two choices for making script. First one is to use search code generator which gives you an code that you can paste in your script and it will find the value. The second option is to use the value from class function that comes with field offset finder. An example of usage of value from class is this : 
    valueFromClass( "PlayerController", "0x148", false, false, gg.TYPE_DWORD) gg.getResults(9999) gg.editAll(99999, gg.TYPE_DWORD) You can see the documentation of value from class function here. This feature will also be added to Method Patching Library in the future with the ability to find struct and their field too. If you don't know what method patching library is then it is a collection of prebuild functions that allows you to patch methods instead of fields. You can check documentation in you are interested.
     

    9,895 downloads

       (1 review)

    3 comments

    Updated

  9. library lua exports global symbols

    Support: 32 bit
    Preferred: libanogs
    Watch my video to see how to use it
     
     

    424 downloads

       (0 reviews)

    0 comments

    Submitted

  10. Encrypt lua

    Encrypt lua 

    1,360 downloads

       (0 reviews)

    0 comments

    Submitted

  11. Allocate Memory Script (Write)

    To put the writing in the script. 

    703 downloads

       (0 reviews)

    3 comments

    Submitted

  12. Create your script lua

    Script to generate your script

    1,008 downloads

       (0 reviews)

    0 comments

    Submitted

  13. Lua Obfuscator

    Watch my video to see how to use it
     
     

    710 downloads

       (0 reviews)

    1 comment

    Submitted

  14. Pointer search script (Enyby script remake)

    Uhh I was uhh uhhhh bored so I decided to try to find a way to pointer search tagged pointers because it was d*** inefficient in default GG but the best I could find was Enyby's early idea of pointer search as a script which I decided to "modify" to work with tagged pointers & 64 bit systems

    772 downloads

       (0 reviews)

    2 comments

    Submitted

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

       (1 review)

    9 comments

    Updated

  16. Tools DumpCS

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

    1,676 downloads

       (1 review)

    1 comment

    Submitted

  17. Call methods

    Support for 32&64bit
    Watch the video to know how to use it
     
     
    Join my telegram group if you can't download the script here
    https://t.me/LETHICHINGG
     
     

    5,143 downloads

       (0 reviews)

    0 comments

    Updated

  18. poniter Tools

    This script helps you find poniter very quickly in less than 1s 
    Watch my video for how to use
     
     
    If you can't download it here, you can go to my telegram group to download it
    https://t.me/LETHICHINGG
     
     

    838 downloads

       (0 reviews)

    0 comments

    Updated

  19. 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,584 downloads

       (1 review)

    2 comments

    Submitted

  20. Dissasembler memory

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

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

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

    636 downloads

       (1 review)

    0 comments

    Submitted

  21. MENU BUILDER SCRIPT

    WHATS NEW IN V3?
     
    ✔️ADDED MULTICHOICE
     
    ✔️ADDED
    CHECKBOX TO TURN OFF SCRIPT VISBLE AND CLICK GG ICON TO CONTINUE
     
    ✔️ADDED
    A FEATURE WRITE TO FILE
     
    FROM NOW U NO NEED TO C/P JUST SELECT THE FILE WHERE IT SHOULD BE STORED AT STARTING
     
     
    PLS CONTANCT ME IF U FOUND ANY BUGS
     
    SCROLL DOWN FOR V3 VIDEO TUTORIAL 
    menu builder v3.lua
    Project_06-28_Full HD 1080p_MEDIUM_FR30.mp4

    1,027 downloads

       (0 reviews)

    1 comment

    Updated

  22. LIB COLLECTOR

    BY USING THIS TOOL YOU CAN GET ALL LIBS PRESENT INSIDE THE GAME AND LOAD IF YOU CLICK ITS BUTTON GAME 
     
    Watch the video to use the script
    Project_06-23_Full HD 1080p_MEDIUM_FR30.mp4

    1,188 downloads

       (0 reviews)

    0 comments

    Submitted

  23. ARM CHECKER

    THIS TOOL WAS CREATED TO CHECK WHICH ARMEABI/ARM IS PRESENT INSIDE TARGET GAME 
    IF YOU FOUND ANY ERRORS OR BUGS WITH THIS TOOL THEN REPORT IT TO ME HERE OR IN 
    TELEGRAM (TG) :-  https://t.me/DRAGON_SCRIPTER
     
    arm checker.lua

    19,394 downloads

       (0 reviews)

    3 comments

    Updated

  24. Search offset mod menu

    Watch the video to know how to use it
    https://youtube.com/watch?v=8-FrAYbWd2Q&feature=share8
    Go to my telegram group if you can't download the script here
    https://t.me/LETHICHINGG
     

    4,338 downloads

       (0 reviews)

    0 comments

    Updated

  25. Hook Fields

    I edited the milk from the script of saiaapiz
    32 bit only
    Using
    https://youtube.com/watch?v=shvAPGmtlZs&feature=share8
    Go to my telegram group if you can't download the script here
    https://t.me/LETHICHINGG

    1,142 downloads

       (0 reviews)

    0 comments

    Updated


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