Search the Community
Showing results for tags 'Templates'.
-
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)
-
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
-
View File Templates for Using Offsets The Script has a few inbuilt templates for using offsets in scripts. Also , it has a few basic information for beginners. Just run the script and select your choice. Template will be copied to clipboard , paste in a new file and make required adjustments . If you get any doubt using it just watch the video. If you think something else is missing in the script then please respond here. Credits - @Enyby and Team for such an amazing app Main Menu - Main menu Template adapted from Template_v3 by @saiaapiz Submitter AKRAMRAZA Submitted 09/21/2019 Category Templates
-
Version 1.0.0
715 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)
-
- 2 comments
- 1 review
-
1
-
- Lib offsets
- class name
-
(and 7 more)
Tagged with:
-
Version 1.0.0
3,086 downloads
The Script has a few inbuilt templates for using offsets in scripts. Also , it has a few basic information for beginners. Just run the script and select your choice. Template will be copied to clipboard , paste in a new file and make required adjustments . If you get any doubt using it just watch the video. If you think something else is missing in the script then please respond here. Credits - @Enyby and Team for such an amazing app Main Menu - Main menu Template adapted from Template_v3 by @saiaapiz- 4 comments
-
4
-
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:
-
869 downloads
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!