Search the Community
Showing results for tags 'tool'.
-
- 1 review
-
3
-
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
-
View File Bike Racing Hack (UPDATE) This hack can give you infinite nitro in the game, you need go in the map, do one backflip, ative ha k, do a backflip, that's it, enjoy yourself. Made in brazil, in brazilian portuguese. Submitter Klenex Submitted 03/14/2019 Category LUA scripts
-
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
- 3 replies
-
1
-
- gameguardian
- lua
-
(and 3 more)
Tagged with:
-
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