Search the Community
Showing results for tags 'template'.
-
View File Game Guardian Device Lock & Ban Protection – Offline System 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 Submitter VELLIXAO Submitted 06/04/2025 Category Templates
-
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
-
673 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 -
429 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 ImGui it's just an imgui... Submitter Lidarr Submitted 02/05/2025 Category Templates
-
1
-
View File Patch or Restore with hex on lib Restore or patcher for lib Added Restore function using Patch() code you can edit offsets with hex codes For Restore Lib and offset is enough it will set the hex to original before edit Check file for usage eg Found any bug Contact me here Or in telegram Tg link :- https://t.me/DRAGON_SCRIPTER Submitter DARK_DEMON_SCRIPTER Submitted 07/06/2023 Category Templates
-
- Arm patcher
- Arm Restorer
- (and 10 more)
-
Version 1.0.0
719 downloads
Restore or patcher for lib Added Restore function using Patch() code you can edit offsets with hex codes For Restore Lib and offset is enough it will set the hex to original before edit Check file for usage eg Found any bug Contact me here Or in telegram Tg link :- https://t.me/DRAGON_SCRIPTER-
2
-
- Arm patcher
- Arm Restorer
- (and 10 more)
-
View File FreeToEditScript.lua Edit Template the script by Vloyoht Gaming YT BG about script talk to me in discord VloyohtGamingYT#7098 Submitter GlowinBadu Submitted 04/21/2023 Category Templates
-
-
View File 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 Submitter MAARS Submitted 04/15/2023 Category Templates
-
Version 1.1.0
898 downloads
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 -
View File Configuration System Configuration system I was bored, so I made this script The system works by adding the function name to the table, which is saved to a file. You can change the storage paths of configs and the file that stores all the names of configs (due to the lack of necessary functions, I had to do this). Most likely, the implementation is not the most successful, but I did not sweat much and did it in the simplest way. Submitter DemonCheats Submitted 01/08/2023 Category Tools
-
Version 1.1
1,066 downloads
Configuration system I was bored, so I made this script The system works by adding the function name to the table, which is saved to a file. You can change the storage paths of configs and the file that stores all the names of configs (due to the lack of necessary functions, I had to do this). Most likely, the implementation is not the most successful, but I did not sweat much and did it in the simplest way. -
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:
-
- 2 comments
- 1 review
-
1
-
- Lib offsets
- class name
-
(and 7 more)
Tagged with:
-
View File 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! Submitter darklinux Submitted 03/12/2022 Category Templates
-
-
View File UI Button Menu Template No Credits, Download and view the code in a Text/Code Editor Submitter YeetMeister Submitted 07/09/2021 Category Templates
-
-
View File Language My example for you is very simple and maybe not the best. Submitter -SAICOBO- Submitted 12/04/2020 Category Templates
-
- Open Source
- template
-
(and 1 more)
Tagged with:
-
-
- Open Source
- template
-
(and 1 more)
Tagged with:
-
View File Lua script compiler(open source) Features : -Add pass -Add min gg version -Add Max gg version -Add Expired Date -Add Block SStool OPEN SOURCE Submitter GTechHax Submitted 04/24/2020 Category Tools
-
View File 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 Submitter NexusLoveYT Submitted 11/18/2019 Category Templates