Jump to content

VELLIXAO

Members
  • Posts

    8
  • Joined

  • Last visited

Files posted by VELLIXAO

  1. πŸ›‘οΈ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 reviews)

    0 comments

    Submitted

  2. πŸ”’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 reviews)

    0 comments

    Submitted

  3. πŸ“Œ 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 reviews)

    0 comments

    Submitted

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

    0 comments

    Submitted

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