
VELLIXAO
-
Posts
8 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Files posted by VELLIXAO
-
π‘οΈ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! π§β¨
428 downloads
0 comments
Submitted
-
template π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 π₯
419 downloads
0 comments
Submitted
-
π 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! π₯
203 downloads
0 comments
Submitted
-
Builder Script Game Guardian
This is a simple script to create a script for game guardian based on what you input into it.
151 downloads
0 comments
Submitted