Jump to content

Search the Community

Showing results for tags 'tool'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

  1. View File Tool ENCRYPT ( ENCRYPT TOOL CHING CHONG V7 ) -> Simple Lasm obfuscate -> Fake upval -> Hide Blocker -> Hide string -> Block loadfile / dofile / load -> Antilog / anti bypass log -> Spam function / garbage ( ! ) If you choose to enable the lasm Obfuscate function, you need to be patient because it will slow down the execution of encryption. However, in return, the security level will be increased ( - ) tool made by Yuh skonh ( @Huy_Modz ) ( - ) All function/code make by Yuh skonh ( @Huy_Modz ) JOIN MY GROUP LUA : https://t.me/Channel_Huymodz Submitter binh121007 Submitted 02/03/2025 Category Tools  
  2. Version 7.1

    240 downloads

    ( ENCRYPT TOOL CHING CHONG V7 ) -> Simple Lasm obfuscate -> Fake upval -> Hide Blocker -> Hide string -> Block loadfile / dofile / load -> Antilog / anti bypass log -> Spam function / garbage ( ! ) If you choose to enable the lasm Obfuscate function, you need to be patient because it will slow down the execution of encryption. However, in return, the security level will be increased ( - ) tool made by Yuh skonh ( @Huy_Modz ) ( - ) All function/code make by Yuh skonh ( @Huy_Modz ) JOIN MY GROUP LUA : https://t.me/Channel_Huymodz
  3. View File Tool Dragon City editted 2022 (open source) Empty. written in 2022 Submitter NguyenDucAn Submitted 06/07/2024 Category LUA scripts  
  4. MAARS

    Patcher

    View File Patcher Patcher Patcher is a game guardian library for patching memory address, it provides a simple interface and handle on/off state of patching. Installation Download the latest version of patcher from here and add it to your project. You can also load the latest version of Patcher from the cdn using the following code. local _, Patcher = pcall(load(gg.makeRequest("https://pastebin.com/raw/wz1sfmWF").content)) Usage Make sure to place the Patcher.lua file in the same directory as your script. local Patcher = require("Patcher") local il2cpp = Patcher.getBaseAddr("libil2cpp.so") local libunity = Patcher.getBaseAddr("libunity.so") local p = Patcher.new({ title = "Custom Title", }) p:add({ name = "Damage Multiplier", address = il2cpp + 0x18643A8, patch = "01 04 A0 E3 1E FF 2F E1r", }) p:add({ name = "HP Multiplier", address = libunity + 0x1864F88, patch = "01 04 A0 E3 1E FF 2F E1r" }) p:run() For more information about how to use the library, please check the repo Submitter MAARS Submitted 02/18/2023 Category Tools  
  5. MAARS

    Patcher

    Version 2.4.1

    754 downloads

    Patcher Patcher is a game guardian library for patching memory address, it provides a simple interface and handle on/off state of patching. Installation Download the latest version of patcher from here and add it to your project. You can also load the latest version of Patcher from the cdn using the following code. local _, Patcher = pcall(load(gg.makeRequest("https://pastebin.com/raw/wz1sfmWF").content)) Usage Make sure to place the Patcher.lua file in the same directory as your script. local Patcher = require("Patcher") local il2cpp = Patcher.getBaseAddr("libil2cpp.so") local libunity = Patcher.getBaseAddr("libunity.so") local p = Patcher.new({ title = "Custom Title", }) p:add({ name = "Damage Multiplier", address = il2cpp + 0x18643A8, patch = "01 04 A0 E3 1E FF 2F E1r", }) p:add({ name = "HP Multiplier", address = libunity + 0x1864F88, patch = "01 04 A0 E3 1E FF 2F E1r" }) p:run() For more information about how to use the library, please check the repo
  6. View File API For GG Api Tool For Gameguardian How to use: local apiTool = gg.makeRequest("https://raw.githubusercontent.com/AngellessS/Advance-Force/main/API/api.lua").content if apiTool == nil then gg.alert("Connection failed.") os.exit() end pcall(load(apiTool)) or io.open("/storage/emulated/0/api.lua","w"):wrire(gg.makeRequest("https://raw.githubusercontent.com/AngellessS/Advance-Force/main/API/api.lua").connect) apiTool = require("/storage/emulated/0/api.lua") Features: -string.split(string, separation) -> table -gg.newFolder(directory) -> nil -gg.replaceFile(old file dir, new file dir) -> nil -gg.checkPath(dir) -> bool -math.binToDec(string binary) -> number -math.decToBin(number) -> string -math.decToHex(number) -> string -math.hexToDec(string hex) -> number -math.decToFloat(number) -> float number -math.hexToFloat(string hex) -> float number -math.floatToDec(float number) -> number -math.floatToHex(float number) -> string -adf. isRoot() -> bool -adf. readLine(file dir) -> table -adf. memorySearch(Value, Type) -> nil -adf. memoryOffser(Value, Offset, Type) -> nil -adf.memoryClear() -> nil -adf. memoryWrite(Value, Offset, Type) -> nil info() -> table Submitter DemonCheats Submitted 01/28/2023 Category Tools  
  7. Version 1.0.0

    993 downloads

    Api Tool For Gameguardian How to use: local apiTool = gg.makeRequest("https://raw.githubusercontent.com/AngellessS/Advance-Force/main/API/api.lua").content if apiTool == nil then gg.alert("Connection failed.") os.exit() end pcall(load(apiTool)) or io.open("/storage/emulated/0/api.lua","w"):wrire(gg.makeRequest("https://raw.githubusercontent.com/AngellessS/Advance-Force/main/API/api.lua").connect) apiTool = require("/storage/emulated/0/api.lua") Features: -string.split(string, separation) -> table -gg.newFolder(directory) -> nil -gg.replaceFile(old file dir, new file dir) -> nil -gg.checkPath(dir) -> bool -math.binToDec(string binary) -> number -math.decToBin(number) -> string -math.decToHex(number) -> string -math.hexToDec(string hex) -> number -math.decToFloat(number) -> float number -math.hexToFloat(string hex) -> float number -math.floatToDec(float number) -> number -math.floatToHex(float number) -> string -adf. isRoot() -> bool -adf. readLines(file dir) -> table -adf. memorySearch(Value, Type) -> nil -adf. memoryOffser(Value, Offset, Type) -> nil -adf.memoryClear() -> nil -adf. memoryWrite(Value, Offset, Type) -> nil -info() -> table
  8. View File Run CPP Run CPP in LUA MemorySearch("0.99000000954", gg.TYPE_FLOAT) MemoryOffset("0.57735025883", -0x4, gg.TYPE_FLOAT) MemoryOffset("0.00999999978-7", -0x8, gg.TYPE_FLOAT) MemoryWrite("-1", -0x8, gg.TYPE_FLOAT) MemoryClear() Telegram Submitter Saan_Modz Submitted 01/21/2023 Category Tools  
  9. Saan_Modz

    Run CPP

    Version 1.0.0

    462 downloads

    Run CPP in LUA MemorySearch("0.99000000954", gg.TYPE_FLOAT) MemoryOffset("0.57735025883", -0x4, gg.TYPE_FLOAT) MemoryOffset("0.00999999978-7", -0x8, gg.TYPE_FLOAT) MemoryWrite("-1", -0x8, gg.TYPE_FLOAT) MemoryClear() Telegram
  10. View File Var Converter This script converts var to offset with the receipt of lib, hex, rhex. Save path: /storage/emulated/0/Offsets.lua Initially, the converter was not designed for publication, so if there are any errors: Telegram: @theayonil Submitter DemonCheats Submitted 01/08/2023 Category Tools  
  11. Version 1.1

    1,636 downloads

    This script converts var to offset with the receipt of lib, hex, rhex. Save path: /storage/emulated/0/Offsets.lua Initially, the converter was not designed for publication, so if there are any errors: Telegram: @theayonil
  12. View File hex converter Convert : hexadecimal <==> decimal Submitter MAARS Submitted 08/07/2021 Category Tools  
  13. MAARS

    hex converter

    Version 1.0.0

    1,031 downloads

    Convert : hexadecimal <==> decimal
  14. View File Script Loader Load all your useful script at one place Submitter MAARS Submitted 07/22/2021 Category Tools  
  15. MAARS

    GG Helper

    View File GG Helper Game Guardian Offline Documentation help for scripter Submitter MAARS Submitted 07/22/2021 Category Tools  
  16. MAARS

    Script Loader

    Version 1.0.0

    1,297 downloads

    Load all your useful script at one place
  17. MAARS

    GG Helper

    Version 1.0.0

    720 downloads

    Game Guardian Offline Documentation help for scripter
  18. View File STAR TOOL Script with compiled tools Some at the moment: > Value search (float) > Repeater (text) > Memory (Check) > Strings (Manual) > Simple generator (Script) Translator for 3 languages, English, Spanish and Portuguese (depending on the language of the game guardian) -- The online part has been temporarily disabled -- Examples: Search Exact: Submitter StarButterfly Submitted 03/25/2021 Category Tools  
  19. Version 1.1

    1,717 downloads

    Script with compiled tools Some at the moment: > Value search (float) > Repeater (text) > Memory (Check) > Strings (Manual) > Simple generator (Script) Translator for 3 languages, English, Spanish and Portuguese (depending on the language of the game guardian) -- The online part has been temporarily disabled -- Examples: Search Exact:
  20. View File Game Value Change Game Value Changer or GVC is a GameGuardian Script(Lua) that has the ability to change any game value which is the coins, diamonds, etc. The script is very easy and simple to understand. Submitter GameDeception Submitted 11/14/2020 Category Tools  
  21. Version 1.0

    4,635 downloads

    Game Value Changer or GVC is a GameGuardian Script(Lua) that has the ability to change any game value which is the coins, diamonds, etc. The script is very easy and simple to understand.
  22. View File SCRIPT : Pool Billiards Pro *New Hello everyone, I am bringing you the latest script from the Pool Billiard Pro game with even more powerful features important (READ) ! For the "Online" option it means only to work on online mode! , Offline mode is the same as online, it works in Offline mode is the same as online, it only works in offline mode. But not for the feature in main menu, it works in all modes! An explanation of its features - Magnet Hole This makes it easier for your ball to enter the hole - Bug Wall Your ball can pop out of the table - Boost Cue +50 (Online Mode) Adds power to the stick by 50 - Long line (Online Mode) Make the lines on the stick long - Unlock All Level Cue (Online Mode) This allows you to buy sticks even if you haven't reached the level yet - Arcade 100 Combo (Offline Mode) Makes you always do 100 combos - High Cue Left Change your left Cue to 999 Important Again! (READ) The script in the main menu must be activated in the lobby or before playing Online mode must also be activated before playing For offline mode it must be activated while playing, read the tutorial in the script! Submitter argarrize Submitted 08/21/2020 Category LUA scripts  
  23. 3,336 downloads

    Hello everyone, I am bringing you the latest script from the Pool Billiard Pro game with even more powerful features important (READ) ! For the "Online" option it means only to work on online mode! , Offline mode is the same as online, it works in Offline mode is the same as online, it only works in offline mode. But not for the feature in main menu, it works in all modes! An explanation of its features - Magnet Hole This makes it easier for your ball to enter the hole - Bug Wall Your ball can pop out of the table - Boost Cue +50 (Online Mode) Adds power to the stick by 50 - Long line (Online Mode) Make the lines on the stick long - Unlock All Level Cue (Online Mode) This allows you to buy sticks even if you haven't reached the level yet - Arcade 100 Combo (Offline Mode) Makes you always do 100 combos - High Cue Left Change your left Cue to 999 Important Again! (READ) The script in the main menu must be activated in the lobby or before playing Online mode must also be activated before playing For offline mode it must be activated while playing, read the tutorial in the script!
  24. View File Simple Script Creator (open source) How to use: Copy and paste into a new folder. Info: Shorten time. Submitter StarButterfly Submitted 05/04/2020 Category Tools  
×
×
  • 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.