Jump to content

Templates

72 files

  1. Bypass sstool (mini)

    Sstool died

    2,115 downloads

       (0 reviews)

    0 comments

    Updated

  2. how to write script with main menu multiple choices

    example script for multiple choices menu 
    --------
    watch this video to know how to write it
    subscribe to my channel for more tutorials and scripts , also funny videos with hack 
    https://www.youtube.com/channel/UC-QwQJi2235Qg8jCN2DGN3w

    1,785 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Double-Click UI

    Toggle your cheats, function, var just by Double-Clicking GG Icon !

    2,985 downloads

       (0 reviews)

    0 comments

    Submitted

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

    1,611 downloads

       (0 reviews)

    0 comments

    Updated

  5. Making Scripts with custom encrypted Strings

    This is not script encryption tool.I have tried to share a method for making Scripts more secure by writing it with encrypted strings.
    The files that I have shared here are just a basic example to show how it is applies.
    StringsCompiler.lua is used to encrypt/convert your original script codes to other encrypted codes and then it is put in main script.
    So by this way it acts as a secondary protection for your main Script , even if the first protection.i.e., it's encryption is cracked.Still it becomes useless to the decrypter because the original codes are already encrypted.
    Ofcourse , I have shared the files for only single strings/alphabets. But I did it for the purpose of sharing the idea and also , to make it easily understandable for everyone.Watch the full video and notice the last script that I showed, I made it completely by using this idea.
    You can use the idea to make your own custom Strings Compiler and your main script according to your needs.
    There is always a room of improving everything .
    If you get any doubt with the files or can't understand the video , you can ask here.
     
     
     
    Credits - @ItsSC for Guidance.
     
     
     
     
     

    3,034 downloads

       (0 reviews)

    11 comments

    Submitted

  6. Template

    Tired of copy pasting your menu code over and over ?,
    Wanna ready to use menu ?,
    Need switch support and easy menu ?
    Here,
    Firstly, you need a most basic lua knowledge such array to use this template.
    I already put example into script, so enjoy !
    I hope this will help most user struggling with thousand spam of line contain the same thing.
    Don't forget to press ❤ button below !
     
    Formatting / Usage:
    ... MyMenu = { -- { Menu Title: String, Menu Type: Boolean }, {"Template v3 - saiaapiz", true}, { -- { Button Name: String, Button Content: table or function } "Destroy Earth !", function() gg.alert("We still need earth, aborting ..") end, -- {"Button Name / Submenu Name", Table: Menu Structure } "What console did you like ?", { -- Submenu, please look at example how to utilize it. } ... -- Don't forget to include initMenu function code into your project.
    Example of usage: 
    Templates for Using Offsets (#68um1uri) by @AKRAMRAZA
     

    3,726 downloads

       (3 reviews)

    3 comments

    Updated

  7. gg.choice menu which shows which hack was used last time

    Simple gg.choice menu which shows what hack was used time. 

    2,842 downloads

       (1 review)

    0 comments

    Updated

  8. Templates For Using Prompt Inputs in Scripts

    This script is for beginners who don't know or get confused regarding how to use prompt inputs.It contains templates for getting input from user and then using it in the script. Also , these are a few possible ways , I tired to cover all possible basic aspects , you can be innovative and create much more scripts by using these basic ideas. Just run the script and select your choice , template will be copied , paste in a new document file , to see it and use it in any script.
     

    1,428 downloads

       (0 reviews)

    0 comments

    Updated

  9. All in one Script for menu templates.

    This is for beginners.All type of script menus at one place.Script has inbuilt all types of basic menu templates.Just run the script and select your choice , the template will be copied to your clipboard , just paste in new file and make your changes.It makes writing scripts very easy , just small changes and your script is ready. 
     

    3,453 downloads

       (1 review)

    0 comments

    Updated

  10. Template Multichoice Menu Inside Multichoice Menu

    It is a template for a menu which multichoice sub menus inside multichoice sub menus inside multichoice sub menus. It can be extended as many sub menus you want.

    1,630 downloads

       (0 reviews)

    0 comments

    Submitted

  11. Template Prompt, +9 more look at tags

    NEW !! :
    1 I've added a function or what ever you call it that's detect if the user got No Results ( Used For searches and prompt search)
    2 i added multiple prompt search
    --------------------------------------------------------------------
    Hi The Script Has 
    checkbox
    Multi choise
    prompt
    alert with options
    text copier
    group search with different Types
    search and edit 
    multi prompt
    if the user got no results (prompt search)
    if the user got no results (normal search) 

    1,464 downloads

       (0 reviews)

    3 comments

    Updated

  12. Set Mutli Password For Script

    Hello Guys , Today
    I Will Show You ,
    How To Set Multipe
    Passwords For Your
    GG LUA Script .
    Its Easy , Follow My
    Simple Codes .
     

    4,852 downloads

       (1 review)

    0 comments

    Updated

  13. Rename Blocker For all script .

    Hello Guys .
    Today i will show you simple file rename blocker for GG Lua Script .
    It is by me ( no coyright ) .
    If you have any questions ask me in comments .
    Also Guys here is small variant of this script :
    if gg.getFile():match('[^/]+$') == 'Block Rename.lua' then else print('⚠ File Rename Is Detected ⚠') return end 

    3,387 downloads

       (0 reviews)

    0 comments

    Updated

  14. Basic Format

    Most basic script for those who don't know how to write scripts for Game Guardian.
    Spaces left out for editing - Just edit in what you want.
    If you want the Buttons to do something you can learn here --> https://gameguardian.net/help/
    No need to credit for the script - Don't flat out steal it though, such as saying you made it (file).
    Ex:
    ::Button::
    gg.searchNumber ('360', gg.TYPE_FLOAT)
    goto Menu

    597 downloads

       (0 reviews)

    0 comments

    Submitted

  15. Simple Check Box Menu In "gg.prompt" ( without codes ).

    Hello Guys. 
    It is Simple Check Box Menu . 
    If You Like Templastes Like This , I will Continiu Uploading This Type Files. 

    1,676 downloads

       (1 review)

    2 comments

    Updated

  16. code-template

    This is my own template, code creation assistant, also in this template everything is beautifully Sorted! Download)

    1,835 downloads

       (0 reviews)

    4 comments

    Updated

  17. Simple Multi Choise Menu in "gg.choise" ( Without Codes ).

    Hello Guys. 
    It is Simple Multi Choise Menu . 
    If You Like Templastes Like This , I will Continiu Uploading This Type Files. 

    749 downloads

       (0 reviews)

    0 comments

    Updated

  18. Simple Multi menu

    Since most people dont know how to make scripts with multiple menus here's one I whipped up for all of you it's very simple although you will need to fix up the functions like
    gg.search number and all of that stuff
     
    The script was made in the Vietnamese Language but thank me for translating it to English 
     
    Anyways enjoy scripting!
     

    1,076 downloads

       (0 reviews)

    0 comments

    Submitted

  19. Error handling for GG API functions template

    Note:
      This file is intended to be used by script developers.
      If you don't develop scripts or don't know what it is, ignore this file.
    Description:
      The file consists of three functions:
        - "attachHandler" function modifies a function in a way that when it returns a string, specified error handling function is called with that string as argument. It returns modified version of the function. This function should only be used on functions that return a string with error description when an error occurs. There is a list of such functions from GG API in the file.
        - "defaultHandler" function is an example of error handling function.
        - "testError" function (commented by default) "simulates" a function that has returned a string with error description, used for testing.
    How to use:
      1. Include contents of the file at the beginning of your code.
      2. Optionally create custom error handling functions. Error handling function has to accept 1 argument - a string with error description.
      3. Use "attachHandler" function to get modified version of the function and either redefine original function with it or store it in a new variable.
      4. Repeat step 3 for all desired functions.
    Examples: 
    -- Custom error handling function local function myHandler(errorText) gg.toast('Whoops, looks like something went wrong', true) gg.toast('Mysterious error: ' .. errorText) print('Description of the error that has occurred during script execution:\n' .. errorText) end -- Using default error handling function and redefining the original function gg.searchNumber = attachHandler(gg.searchNumber, defaultHandler) -- Using custom error handling function and storing modified function in a new variable local getResultsModified = attachHandler(gg.getResults, myHandler) -- If an error occurs, "defaultHandler" function will be called gg.searchNumber('123', gg.TYPE_DWORD) -- If an error occurs, no error handling function will be called local results1 = gg.getResults(100) -- If an error occurs, "myHandler" function will be called local results2 = getResultsModified(100)

    700 downloads

       (1 review)

    0 comments

    Updated

  20. [A New <Gui> Design]

    New Gui: gg.Alert Gui
    Make Your Script be different
    I made this because i think gg.choose or other can't be that beautiful,like:
    when you use gg.choice too many times,you'll think that it's kinda ugly?
    And this,can make your script be not simple.
    You can use arrow key (< >) to control the function you want
    Use ( [Select] ) Button to select function
    (BTW i didn't encrypt it)
     
    How to convert Normal Script to New Gui
    (If you don't know how to use it)
    (Video link)
     
     
    Update Log:
    V1.0:
    +  Control with using (< >),( [Select] ) button
     
    V2.0:
    + auto create a ( [■]Exit[■] ) for you ( Can enable/disable on settings)
     Some Garbage  code
     
    V3.0:
    + Always Showup Word option on settings
    No more Garbage Code
     
    Explore the Script yourself
    (Recommend coder to use it)
    (Who on earth care is it garbage or not)

    1,333 downloads

       (0 reviews)

    0 comments

    Updated

  21. Time Script

    Time Script you can use for your own script, put in gg.toast, gg.alert, print and more.

    3,454 downloads

       (0 reviews)

    1 comment

    Submitted

  22. Simple Hack Script by Backlift

    This is a Simple hack script.
    Purpose of this script is mostly a source code for understanding lua scripts and making scripts for other games based on it.
    It's intentionally with some unnecessary commands, use this as a manual.
     
     

    4,272 downloads

       (0 reviews)

    0 comments

    Updated

  • Download Statistics

    2,457
    Files
    7,021
    Comments
    1,480
    Reviews
    Latest File
    By HACK_DUL

    17    0


  • 114366 What virtual space do you use?

    1. 1. What virtual space do you use?


      • Parallel Space (best choice)
      • VirtualXposed
      • Parallel Space Lite
      • GO Multiple
      • Dr. Clone
      • Virtual Space
      • ES Parallel Accounts
      • NoxApp+
      • DualSpace
      • Octopus
      • AppBox
      • DualSpace Blue
      • DualSpace Lite
      • 2Face
      • Other virtual space
      • I have a root
      • Multiple Space
      • clonneapp
      • Parallel Accounts
      • APP Cloner
      • App Hider
      • Calculator+
      • Multi
      • App Hider Lite
      • Dual App
      • Phone (Dialer Vault)
      • Notepad
      • Parallel Space Pro
      • VMOS
      • Clone App
    2. 2. Do you use the Internet?


      • No, I don't.
      • Yes, I do.

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