Search the Community
Showing results for tags 'tools'.
-
View File Game Guardian Anti-Spy Game Guardian Anti-Spy Wrapper for gg.searchNumber() Protect your script from unwanted inspection and suspicious UI triggers using this lightweight security layer! What It Does: This script wraps the gg.searchNumber() function and monitors whether the Game Guardian UI was forcefully opened or manipulated during the search process. If any abnormal behavior is detected (e.g., user opens GG UI during script execution), the script will: Display a warning message Wait for 1 second Force-close the process using gg.processKill() How It Works: Saves the original gg.searchNumber function Creates a custom wrapper that runs the original function silently Monitors if gg.isVisible() becomes true during execution (which it shouldnโt) Triggers a kill switch if unauthorized access is detected Use Case: This is useful for script makers who want to: Prevent users from spying on memory values while a search is happening Avoid modification, leak attempts, or reverse engineering Add a simple layer of protection to important value searches Code Behavior Recap: Normal use: Search happens invisibly and continues smoothly Abnormal: If the user opens the GG UI manually โ Script detects โ Alerts โ Kills the app Example Output: [] System Detects Abnormality! โ then auto exits the app Integration Tip: Place this wrapper early in your script, before any search functions. It will automatically protect every gg.searchNumber() call after itโs applied. Need it extended to protect other GG functions like gg.getResults() or gg.editAll()? I can help build a full wrapper set Happy scripting, stay safe! Submitter VELLIXAO Submitted 06/04/2025 Category Templates
-
376 downloads
Anti-Tamper Protection Script for Game Guardian Worried about someone modifying or cracking your script? This Lua script offers basic anti-tampering protection using an MD5 hash check to detect changes to your script file. What It Does: Reads the current script content Calculates an MD5 hash (with a fallback method if crypto is unavailable) Compares it to a saved hash to check for modifications If the script has been changed โ blocks access and bans the user If itโs the first time running โ saves the original hash Checks for a ban flag before running Displays success message if script is safe to run Why Use This? Protect your Game Guardian script from: Script crackers Spying or unauthorized modification Re-uploaders who edit your work Even if someone tries to decode or re-save the script, this system can detect it. Files Used: /sdcard/Android/.gg.txt: stores original script hash /sdcard/Android/.device.txt: used to flag banned users Result: If untouched: Protection successful. Script executed. If modified or spied: Script has been modified or spied on. Access blocked. If banned: You have been banned for trying to crack the script. You can also modify this system to use SHA-1 or remote verification for more advanced protection. Let me know if you need the full script or help customizing it! -
-
View File Script : Among Us Hi Everyone, Enjoy The Script ! All descriptions of its features are in the script Feature : - No clip - Giant Size - Vision Hack Support ON/OFF : Yes *Sorry typo at my nick name lol haha Submitter argarrize Submitted 09/12/2020 Category LUA scripts
-
View File Tools DumpCS Tools Dump Script Gamegudian By name Class, Fields or address in memory Watch my video to see how to use it Submitter LTC Submitted 10/04/2023 Category Tools
-
Version 1.0.0
234 downloads
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. -
Version 0.1.3
587 downloads
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!)- 1 review
-
2
-
- Tools script
- tools
-
(and 1 more)
Tagged with:
-
View File 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!) Submitter SCHERR Submitted 05/30/2023 Category Tools
-
- Tools script
- tools
-
(and 1 more)
Tagged with:
-
View File Anti-Tamper Protection Script for Game Guardian Anti-Tamper Protection Script for Game Guardian Worried about someone modifying or cracking your script? This Lua script offers basic anti-tampering protection using an MD5 hash check to detect changes to your script file. What It Does: Reads the current script content Calculates an MD5 hash (with a fallback method if crypto is unavailable) Compares it to a saved hash to check for modifications If the script has been changed โ blocks access and bans the user If itโs the first time running โ saves the original hash Checks for a ban flag before running Displays success message if script is safe to run Why Use This? Protect your Game Guardian script from: Script crackers Spying or unauthorized modification Re-uploaders who edit your work Even if someone tries to decode or re-save the script, this system can detect it. Files Used: /sdcard/Android/.gg.txt: stores original script hash /sdcard/Android/.device.txt: used to flag banned users Result: If untouched: Protection successful. Script executed. If modified or spied: Script has been modified or spied on. Access blocked. If banned: You have been banned for trying to crack the script. You can also modify this system to use SHA-1 or remote verification for more advanced protection. Let me know if you need the full script or help customizing it! Submitter VELLIXAO Submitted 06/04/2025 Category Templates
-
-
-
Version 1.0.0
745 downloads
Hi guys its crystal mods! Tired of rewriting code especially offset code multiple times? well this script can only do it multiple times in ONE FUNCTION! Warning: the long function Runtime() must be declared above all of your functions so you can access it when u need it How to use it: 1.Paste the offset code function above all your hack functions 2. when you want to use it simply call the function then enter the following information example use: Runtime(32,100,gg.TYPE_DWORD,0x91,gg.TYPE_FLOAT,0.01) {search 100 in A also DWORD, sleeps 10 seconds for a value change then prompts to enter the new value, refines the value then starts adding the offset you entered, selects the flags you would like to edit it into then edit it!} this will search your value in whatever range, and data type, then it will give you 10 seconds to change the value, you do so then it will get one results after refining your input. it will do the offset method as normal until you get your desired want Next features: Check if lib file is present Add Down offset + faster execution Self Encode v1.0 (to prevent modifcation) (if you want unwanted calls simply rename the function) Please use credits if ever reposting after modifying ^^ please comment your thoughts on this script thanks -
View File Run CPP Run CPP in LUA MemorySearch("0.99000000954", gg.TYPE_FLOAT) MemoryOffset("0.57735025883", -0x4, gg.TYPE_FLOAT) MemoryOffset("0.00999999978-7", -0x8, gg.TYPE_FLOAT) MemoryWrite("-1", -0x8, gg.TYPE_FLOAT) MemoryClear() Telegram Submitter Saan_Modz Submitted 01/21/2023 Category Tools
-
View File [1.0] Crystal Exec Runtime.lua Hi guys its crystal mods! Tired of rewriting code especially offset code multiple times? well this script can only do it multiple times in ONE FUNCTION! Warning: the long function Runtime() must be declared above all of your functions so you can access it when u need it How to use it: 1.Paste the offset code function above all your hack functions 2. when you want to use it simply call the function then enter the following information example use: Runtime(32,100,gg.TYPE_DWORD,0x91,gg.TYPE_FLOAT,0.01) {search 100 in A also DWORD, sleeps 10 seconds for a value change then prompts to enter the new value, refines the value then starts adding the offset you entered, selects the flags you would like to edit it into then edit it!} this will search your value in whatever range, and data type, then it will give you 10 seconds to change the value, you do so then it will get one results after refining your input. it will do the offset method as normal until you get your desired want Next features: Check if lib file is present Add Down offset + faster execution Self Encode v1.0 (to prevent modifcation) (if you want unwanted calls simply rename the function) Please use credits if ever reposting after modifying ^^ please comment your thoughts on this script thanks Submitter Crystal_Mods100x Submitted 06/08/2021 Category Templates
-
- 2 comments
- 1 review
-
1
-
- Lib offsets
- class name
-
(and 7 more)
Tagged with:
-
View File 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. Submitter Kalantar Submitted 07/11/2024 Category Tools
-
637 downloads
Game Guardian Device Lock & Ban Protection โ Offline System Protect your GG script from being shared or misused! This Lua snippet implements a device lock system with a 3-attempt ban mechanism โ all running 100% offline. Once locked, only the original device can use the script with the correct ID. Features: Auto-generates a unique 16-character Device ID First-time users get their Device ID copied to clipboard Users must enter the correct ID to run the script 3 wrong attempts = automatic ban Banned users are blocked from using the script permanently All done using local storage, no internet required Files Created: /sdcard/.gg_device_lock.txt โ Stores the unique Device ID /sdcard/.gg_device_banned.txt โ Marks banned devices Example Workflow: 1. First Run: โ Script generates a Device ID โ Copies it to clipboard โ Informs user to save the ID 2. Next Runs: โ Prompts for Device ID โ 3 chances to get it right โ Fail 3 times = banned forever 3. Success: โ Script continues running normally Example Messages: โScript successfully locked to this device. Your ID: [ ABCDEFGHIJKLMN ]โ โWrong ID! Attempt 2 of 3.โ โYou have been banned from this script.โ Use Case: Perfect for script developers who want to: Prevent leakers from spreading your scripts Limit use to trusted users only Protect private projects from being reused or edited Want it improved with remote validation, encrypted IDs, or SHA protection? Just ask! Happy scripting -
View File Builder Script Game Guardian This is a simple script to create a script for game guardian based on what you input into it. Submitter VELLIXAO Submitted 06/04/2025 Category Tools
-
View File elapsed-birthday-time-calculator ----- [[ DESCRIPTION ]] EVERYONE HAVE A BIRTHDAY RIGHT ?, BUT DO YOU KNOW HOW MUCH TIME ELAPSED SINCE YOU WHERE BORN ? NOT REALLY YES ?, THIS TOOLS CAN TELL YOU THAT. Submitter MAARS Submitted 06/20/2021 Category Tools
-
-
View File Class.lua Class.lua I modified RxHacker job Original Script Field Offset Finder Use Script Tool or Dump.cs 32 Bit Use Region ANONYMOUS only How To Use https://youtu.be/6kCjoMslAgo Submitter SaanModz Submitted 06/12/2022 Category Tools
- 2 replies
-
- Lib offsets
- class name
-
(and 7 more)
Tagged with: