Search the Community
Showing results for 'script minimize icon'.
-
Just freeze your game while your doing the search. The script does stuff that you could do by your self. Maybe check this video to better understand what the script does (because i can't install or use GG for a while already) https://emalm.com/?v=LBaYI The video explains the steps i want you to do. You can skip the video to 07:00.
-
I didn't understand you right away. I can find and change the values with this script. When moving between locations, the values are reset and need to be found again, during this time I can be killed). That's why I wanted to automate the process so as not to lose precious seconds. Field_Offset_Finder_V4.lua
-
All the values I found were in the anonymous area. Yes, I tried, the result is the same. The whole search takes 1-2 seconds, it seems the script does not search anything at all.
-
Did you try running your old script and enabling all memory ranges?
-
The result is the same. The script is executed, no errors, no values found.
-
Did you enable the correct memory ranges when performing pointer search ? Enable all of them and run the script. See if it works? If it works, add the memory ranges in your script.
-
Hi. I already know how to do this, but there was a problem with one game. With Feild offset finder everything is found and easily changed, but the script does not find anything. Class: ActorCameraController. Fields: public struct ActorCameraController.State Outside; // 0x60. function metaDataOffsets(). I tried to write the field name in different ways, nothing helps. Maybe there is a way to search without the field name? function metaDataOffsets() startAddressDat = 0 endAddressDat = 0 local rangesDat = gg.getRangesList("global-metadata.dat") for i, v in ipairs(rangesDat) do if v.state == "O" then startAddressDat = v.start endAddressDat = rangesDat[i]["end"] break end end end metaDataOffsets() function stringNames() Class_ActorCameraController = "h004163746f7243616d657261436f6e74726f6c6c657200" end stringNames() function searchString(className) gg.clearResults() gg.searchNumber(className, gg.TYPE_BYTE, nil, nil, startAddressDat, endAddressDat) gg.searchPointer(0) local a = gg.getResults(5) for i, v in ipairs(a) do v.address = v.address - classOffset end gg.loadResults(a) end function isProcess64Bit() local regions = gg.getRangesList() local lastAddress = regions[#regions]["end"] return (lastAddress >> 32) ~= 0 end function validISA() instructionSetArchitecture = 0 if isProcess64Bit() == true then instructionSetArchitecture = 64 else instructionSetArchitecture = 32 end return instructionSetArchitecture end validISA() function instructionsOffset() if instructionSetArchitecture == 32 then hexConvert = 0xFFFFFFFF dataType = 4 classOffset = 0x8 else dataType = 32 classOffset = 0x10 end end instructionsOffset() function offset_actorCameraController() if instructionSetArchitecture == 32 then else offset_Outside = 0x60 end end offset_actorCameraController() function ActorCameraController() gg.clearResults() searchString(Class_ActorCameraController) gg.searchPointer(0) local instances_ActorCameraController = gg.getResults(gg.getResultsCount()) gg.clearResults() local ActorCameraController_Outside = {} for i, v in ipairs(instances_ActorCameraController) do ActorCameraController_Outside[i] = {address = v.address + offset_Outside, flags = gg.TYPE_FLOAT} end gg.loadResults(ActorCameraController_Outside) end
-
i know what is wrong now i tried using it on emulator which this script doesnt support
-
View File GG hack script (Works for all games) Instructions are given in the script! It works for any offline games and for some online games if you follow the instructions properly! It's the Simplest and lightweight to use!! Works for PUBG, LITE, FF, MAX, COD and so on. Check out my website if you are a science and Olympiad enthusiast: https://taieftech.github.io/taiefkhan Game Guardian Multi-Hack Script - INSTRUCTIONS** **Features:** - **Value Modifier** (AUTO search) - **Speed Hack** ** HOW TO USE** 1. **Requirements:** - Rooted Android or Virtual Space (e.g., VMOS, F1 VM). - Game Guardian (GG) installed. - Target game running in background. 2. **Setup:** - Open GG, select the target game process. - Load this script via GG’s Lua editor. 3. **Options Explained:** - ** VALUE MODIFIER** - Enter the original value (e.g., current gold/health). - Enter the new value (e.g., 999999). - Choose " YES" to freeze (prevent value from changing). - ** SPEED HACK** - Enter multiplier (e.g., `2.0` for 2x speed, `0.5` for slow motion). 4. **Troubleshooting:** - **No results found?** - Try exact values or refine searches manually in GG. - **Game crashes?** - Disable "Freeze" or reduce the number of modified values. - **Speed hack not working?** - Some games block speed modifications. Try different values. # ** WARNINGS** - **Online Games:** Using hacks may get you banned! - **Overwriting Values:** Incorrect values can crash the game. Backup saves if possible. Submitter GREEN-TAMG Submitted 07/13/2025 Category Tools
-
ANYBODY KNOW HOW TO GET UNLIMITED COINS OR DIAMONDS OR IF THERE IS ANY SCRIPT FOR HEAD BALL 2 . MODS DONT WORK EVEN THEY ARE UPDATED
-
Version 1.94.2
704 downloads
Instructions are given in the script! It works for any offline games and for some online games if you follow the instructions properly! It's the Simplest and lightweight to use!! Works for PUBG, LITE, FF, MAX, COD and so on. Check out my website if you are a science and Olympiad enthusiast: https://taieftech.github.io/taiefkhan Game Guardian Multi-Hack Script - INSTRUCTIONS** **Features:** - **Value Modifier** (AUTO search) - **Speed Hack** ** HOW TO USE** 1. **Requirements:** - Rooted Android or Virtual Space (e.g., VMOS, F1 VM). - Game Guardian (GG) installed. - Target game running in background. 2. **Setup:** - Open GG, select the target game process. - Load this script via GG’s Lua editor. 3. **Options Explained:** - ** VALUE MODIFIER** - Enter the original value (e.g., current gold/health). - Enter the new value (e.g., 999999). - Choose " YES" to freeze (prevent value from changing). - ** SPEED HACK** - Enter multiplier (e.g., `2.0` for 2x speed, `0.5` for slow motion). 4. **Troubleshooting:** - **No results found?** - Try exact values or refine searches manually in GG. - **Game crashes?** - Disable "Freeze" or reduce the number of modified values. - **Speed hack not working?** - Some games block speed modifications. Try different values. # ** WARNINGS** - **Online Games:** Using hacks may get you banned! - **Overwriting Values:** Incorrect values can crash the game. Backup saves if possible. -
What version do you have? Latest I have is 2.9.9 which I've posted a script for.
-
can someone tell me which offset i need to change pls i tried to change them with libil2cpp dumper but it didint work or uptade script if someone can
-
Hello, If anybody has a game guardian script for the game "Modern warplanes" Then please give me the file. I need a script for infinite flares, infinite ammo, god mode, yk.. the basic stuffs. If anybody has something like that please send it to me, and here's a message to the one (if I get sent a file) I really appreciate you man.
-
-
Jurassic World: The Game how to get a locked dinosaur?
BigSmartAsian replied to greenhairbeard's topic in Requests
Dunno what you mean, but if you meant speedhack then just long press the game guardian icon while you play. (left arrow for slow down and right for speed up) -
View File Invincible Guardian the Globe Hack Free for All http://t.me/Rune_Essence Make sure play smart ! Submitter urmbf Submitted 07/10/2025 Category LUA scripts
-
- 5 comments
-
- Simcity
- simcity buildit
- (and 4 more)
-
Jurassic World: The Game how to get a locked dinosaur?
Deedat replied to greenhairbeard's topic in Requests
bruh whats the point of having these? when you buy the land ones it will be in the asset repository and u cant place them. Also when you tap on there icon your game crashes with Aquatic/Cenozoics you get the dinos but when you reset the game they will disappear and also tapping the icons will crash your game. Death DoDo -369,086,997 Behemoth 93 -1,780,705,807 Imperatosuchus 53 93,499,547 Kraken 18 -571,632,332 Colossus 04 1,464,691,822 Maelstrom 08 517,337,621 Mortem rex 1,595,631,772 Akupara 81 -735,781,951 Phoenix 44 949,031,941 Ouroboros 66 -956,413,745 Alpha 06 -137,486,411 Vulcan 19 522,063,944 -
-
Hello i tried the script and im a using that like a week your script absolutely fire but do you gonna add new functions like others (fast shoot, wallshoot, instant kill, unlock all skins etc.) ? Because apexv2 is not able to update the script so theres a good functions and also when im a in hell mode my hp goes low its because the mode can we do something for that?
-
GachaTicket = 101 IslandTicket = 600 IslandManualTicket = 601 FishCreateTicket = 801 Your information helps speed up the search. Planning to create a script that lists all the ids in the game
-
View File One hit kill .. Octopath Traveler: Champions of the Continent This is a script for one hit kill. This is a very simple script. This script is Beta I will add other features as soon as possible. Like unlimited BP. Sp and health. How to use: Run the script when you meet an enemy. Use AOE attack.. because this is a free script so you have to run the script every time you meet an enemy Submitter Gobplayer Submitted 07/03/2025 Category LUA scripts
-
Version 1.0.0
221 downloads
This is a script for one hit kill. This is a very simple script. This script is Beta I will add other features as soon as possible. Like unlimited BP. Sp and health. How to use: Run the script when you meet an enemy. Use AOE attack.. because this is a free script so you have to run the script every time you meet an enemy