Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 08/19/2025 in Posts

  1. -- Il2CppGG by LeThi9GG require("Il2CppGG") -- Usage Instructions: -- This script demonstrates the core functionalities of Il2CppGG, a Lua-based toolkit for inspecting and manipulating Il2Cpp structures in GameGuardian. -- It covers image retrieval, class searching, method and field access, value modification, class dumping, and memory hooking. -- Prerequisites: Ensure GameGuardian is running and the target application uses Il2Cpp. Load this script in GameGuardian for execution. -- Note: Addresses and values are examples; adapt them to your specific game or application. -- For detailed API documentation, refer to the project's README.md or wiki. -- Example: Retrieve Image by Name -- Description: Fetches an Il2Cpp image (assembly) by its name. Use Il2Cpp.Image() without arguments to get all images. local Assembly = Il2Cpp.Image("Assembly-CSharp") -- Retrieves the "Assembly-CSharp" assembly. -- Example: Find Class within an Image -- Description: Searches for a class in the specified image using namespace and class name. Namespace can be nil for root-level classes. local PlayerScript = Assembly:Class(nil, "PlayerScript") -- Parameters: (namespace, classname) -- Alternative: Find Class by Name, Address, or Index -- Description: Directly searches for a class by name (recommended to use GetIndex() for performance optimization). --local PlayerScript = Il2Cpp.Class("PlayerScript") --print(PlayerScript:GetIndex()) -- Outputs the class index for faster future access. -- Example: Find Methods in a Class -- Description: Retrieves a specific method by name or lists all methods with GetMethods(). local LateUpdate = PlayerScript:GetMethod("LateUpdate") -- Finds the "LateUpdate" method. local addPoints = PlayerScript:GetMethod("addPoints") -- Finds the "addPoints" method. -- Example: Find Fields in a Class -- Description: Retrieves a specific field by name or lists all fields with GetFields(). local points = PlayerScript:GetField("points") -- Finds the "points" field. -- Alternative: Find Field by Name or Address -- Description: Global search for a field by name or direct address. --local points = Il2Cpp.Field("points") -- Searches globally by name. -- Alternative: Find Method by Name or Address -- Description: Global search for a method by name or direct address. --local AddPoints = Il2Cpp.Method("AddPoints") -- Searches globally by name. -- Example: Modify a Field Value -- Description: Locates an instance of the class and sets a new value for the field. local obj = PlayerScript:GetInstance() -- Retrieves instances of the class. points:SetValue(obj, 1000) -- Sets the "points" field to 1000 in the instance. -- Example: Dump Class to C# Format -- Description: Outputs the class structure in C# syntax for reverse engineering purposes. --print(PlayerScript:Dump()) -- Dumps the class definition, including fields, methods, and offsets. -- Hooking Examples -- Description: Demonstrates memory hooking for real-time modifications using the Hook module. -- Hooks allow intercepting and altering method calls, parameters, and fields. -- Hook a Field via a Method (e.g., hook "points" field using "LateUpdate" method) -- Description: Modifies the field value every time the method is called. local _LateUpdate = LateUpdate:field() -- Initializes hook on the method for field modification. _LateUpdate:setValues({{offset = points.offset, flags = "int", value = 9999}}) -- Sets the field to 9999. gg.sleep(10000) -- Pauses for 10 seconds to observe the effect. _LateUpdate:off() -- Disables the hook and restores original behavior. -- Hook Parameters of a Method (e.g., hook parameters of "addPoints") -- Description: Alters the parameter values passed to the method. local _addPoints = addPoints:method() -- Initializes hook on the method for parameter modification. _addPoints:param({{param = 1, flags = "int", value = 999999}}) -- Sets the first parameter to 999999. gg.sleep(10000) -- Pauses for 10 seconds. _addPoints:off() -- Disables the hook. -- Hook a Method Call (e.g., call "addPoints" from "LateUpdate") -- Description: Injects a call to another method with custom parameters during execution. local _addPoints = LateUpdate:call()(addPoints) -- Initializes hook to call "addPoints" from "LateUpdate". _addPoints:setValues({{param = 1, flags = "int", value = 999}}) -- Sets the parameter for the called method. gg.sleep(10000) -- Pauses for 10 seconds. _addPoints:off() -- Disables the hook. Il2CppGG Telegram Youtube
    3 points
  2. Enter the skill level of the hero that is used in battle
    2 points
  3. View File Westland Survival Mega Script This is a completely free script. The script will update automatically. It has more than 30+ functions. Join my group to hack other survival games: https://t.me/+HuACKfph5_gyYTdl Submitter Mr_quoan Submitted 08/06/2025 Category LUA scripts  
    2 points
  4. Script version: 2.3.710 Tiles_Survive.lua
    1 point
  5. View File Minecraft Survival Script ❥God Mode ❥Creative Fly ❥Fast Sprint ❥Jump Blocks ❥Item Hack ❥Water Speed On/Off ❥1 Hit Ender Dragon ❥1 Hit Wither ❥1 Hit Warden Submitter luckyday-999 Submitted 09/17/2025 Category LUA scripts  
    1 point
  6. View File Power Zone Script ❥Epic Chest Free/99999999 Coins ❥Epic & Legendary Skins Free ❥Legendary Emotes/Candy Hammer Free ❥Jump Height Slider ❥Low Gravity ❥Crouch Speed Slider ❥Viper/Reaper High Damage no weapon switching ❥Pulse Constant High Damage ❥Nova Constant High Damage Submitter luckyday-999 Submitted 09/16/2025 Category LUA scripts  
    1 point
  7. View File Snake Battle Script Includes: Free Skins , Change Snake Default Length/Kill Score Submitter luckyday-999 Submitted 09/15/2025 Category LUA scripts  
    1 point
  8. https://docs.google.com/document/d/e/2PACX-1vSxZlSkjJkQ4-1Q2hwQ_Tt7F1Bfn_3C8wUKCC5VXeaQ873JSVWT8K_vh1zMoXCeKLTJDT7L0iusHTxT/pub
    1 point
  9. View File Bad 2 Bad: Apocalypse Game: Bad 2 Bad: Apocalypse Version: 3.4.0 Main Menu Weapons Menu • HighDamage (Wilder) • HighDamage (Furry) • HighDamage (Human) • HighDamage (Titan) • Fast Fire Rate • BulletStorm • NoRecoil • FastReload • InfiniteAmmo Enemies Menu • Fast Enemy Mobility • Freeze • Big Monsters Camera Menu • HighCamera • StableView Combat Menu • HighDamage (Player + NPCs) Player Menu • CombatPoint • DisableDurabilityLoss • EnemyLootBonus • FastMobility • SetMaxLevel Shops Menu • Free All Items (Support Supply Shop) • NoLimit • FreeTrade • EndlessItems Submitter xZeta Submitted 09/13/2025 Category LUA scripts  
    1 point
  10. View File Prison Escape Script Includes: God Mode/Stat Editor , Gun Price Editor , Fly Hack On/Off , Speed Hack On/Off Game Link - https://apkcombo.com/prison-escape/com.wordmobile.prisonstorm/ note:fly hack is a bit buggy will fix in the next script update also enable the stats Hack in game after looking at the stats Submitter luckyday-999 Submitted 09/12/2025 Category LUA scripts  
    1 point
  11. GameLink :- ClickHere Features NoDamage UnlimitedAmmo NoReload + Many More Mod :- ClickHere Discord :- ClickHere
    1 point
  12. What are the new dino-ids from new update? I found these 2... Dreadactylus = -2,087,041,282 Major = 2,030,971,959
    1 point
  13. View File Wild Hunter & Hunting Safari Script Includes: Gun Price Editor , Weapon Damage Editor | Currency Editor , Weapon Damage Editor , Corona GreyWolf Shotgun Costs 1 Submitter luckyday-999 Submitted 09/08/2025 Category LUA scripts  
    1 point
  14. View File ALTO ADVENTURE SCRIPT MENU Credits:Collen Luckyday999 Password:999 Game Link - https://apkcombo.com/alto-s-adventure/com.noodlecake.altosadventure/ SCRIPT MENU: - UNLOCK SKIN - REMOVE ADS - DOUBLE COIN - HIGH JUMP - SPEED HACK - LOW GRAVITY - AUTO COLLECT 4 LAMAS - COOL CHAMS - BUY WING SUIT GET $$$ - INFINITE COIN Submitter luckyday-999 Submitted 09/07/2025 Category LUA scripts  
    1 point
  15. I'm looking for ways to shorten the search
    1 point
  16. Hey APEXggV2the script works fine but with zombie head all hack work but the currency it wouldn't work by the way i am using bluestack and thanks for the script
    1 point
  17. I have a script for this game , enemy no attack, damage, energy, currency.. https://gameguardian.net/forum/files/file/4052-online-mega-script-v04-100-free-not-encrypted-new-scripts-added-dailyweekly-apexggv2/
    1 point
  18. Okay, I'll check your script
    1 point
  19. This method is suitable for completing challenges and the story in the game Perhaps this will work in other events of the game
    1 point
  20. New Script Published .. V:1.1 good Work -- Added Behamot Bird And Fix Other Bugs. script İ tested in VMOS Virtual Rooted Android v7.1 x64bit Script Video (!) TilesSurviveEng1.1.lua
    1 point
  21. Here is a screenshot of what happens when you choose any option
    1 point
  22. 1 point
  23. My brother, this script applies the value you give and freezes it and stays like that until you cancel it, it does not change. Even you do not know what you want to do. What will we do with limited information?
    1 point
  24. Just wait until next season is over. The packs are gone after it. Had the same problem. You can't play the gane until season is over, but you don't need to make a new account
    1 point
  25. Double Number Merging - Apps on Google Play This is the game its using UNITY. Any help in hacking / changing the exp or level would be appreciated. Thanks
    1 point
  26. REGULAR BOSS STATUES -1479839203 (Omega 09) 169078216 (Juggernaut 32) 1213838668 (Kraken 18) 1511097404 (Colossus 04) 253703920 (Valkyrie 77) -1809034836 (Phoenix 44) -660039944 (Salamander 16) -1402139955 (Maelstrom 08) 57795765 (Ouroboros 66) 686633828 (Death dodo) -153991617 (Alpha 06) -331935970 (Akupara 81) 379729028 (Vulcan 19) -397666220 (Behemoth 93) -2128948937 (Imperatosuchus 53) GOLD BOSS STATUES -1238538682 (Gold Kraken 18) 1700107005 (Gold Omega 09) -480609928 (Gold Ouroboros 66) -281760963 (Gold Valkyrie 77) -365400059 (Gold Juggernaut 32) -2010820612 (Gold Death Dodo) 1230544733 (Gold Maelstrom 08) -1536862410 (Gold Colossus 04) 1444559527 (Gold Alpha 06) 1897514044 (Gold Phoenix 44) 948112181 (Gold Salamander 16) -158750391 (Gold Vulcan 19) 203199187 (Gold Akupara 81) -1135756980 (Gold Behemoth 93) 1630620922 (Gold Imperatosuchus 53)
    1 point
  27. There is a bit more efficient approach for this case: since all needed information to check target values is present in results of the initial search, just adapt the check to work based on them. It can be implemented in various ways, below is one for example: gg.clearResults() gg.searchNumber("119;1;16777216::50", gg.TYPE_DWORD) local results = gg.getResults(gg.getResultsCount()) local expectedValueAddresses = {} for i, v in ipairs(results) do if v.value == 16777216 then expectedValueAddresses[v.address] = true end end gg.refineNumber("119", gg.TYPE_DWORD) local targetValues = {} for i, v in ipairs(results) do if expectedValueAddresses[v.address + 0xC] then targetValues[#targetValues + 1] = { address = v.address, flags = v.flags, value = 25, freeze = true, name = "SKILL" } end end gg.addListItems(targetValues)
    1 point
  28. @MonkeySAN @tobiashkansson @THEGOAT313 I need help from you guys on creatures changing during battle i tried many ways and i figured ou that we can only do that during battle because before batlle there is no strings for that during battle i searched for dino;level and got result but changing it didn't work so search for it's health and after finding the correct one I goto address in this image the value 87,676,104 remains same for evey dino in the battle and 102 are the actuall health value and 87 is current health value here i see all the dinos health value like this and there are also for damge values too here 88,013,820 is same for all the dinosaurs and 32 is the damage value of the dino I didn't find any dinosaur id here so I need your help
    1 point
  29. Hmm... I know one value that will lead us to all the addresses we need But I'm not sure it can be called unique This value is dynamic and may differ for some heroes I'll show you it on video
    1 point
  30. You can write code like this: function search(value) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber(value[1], gg.TYPE_FLOAT) -- Finding the value. FLOAT data type local results = gg.getResults(gg.getResultsCount()) if results == nil or #results == 0 then gg.alert("Value not found") mainMenu() return end local arrayValues = { {refine = "1,066,666,666~1,222,222,222", offset = 0x4}, -- An array of values for filtering and offsets {refine = "0", offset = 0x4}, {refine = "0", offset = 0x4}, {refine = "0", offset = 0x4}, {refine = "1", offset = 0x4}, {refine = "0", offset = 0x4}, {refine = "1~40", offset = 0x20} -- Skill Level } for i = 1, #arrayValues do for j, v in ipairs(results) do v.address = v.address + arrayValues[i].offset -- The offset value from the array v.flags = gg.TYPE_DWORD -- DWORD data type end gg.loadResults(results) gg.refineNumber(arrayValues[i].refine, gg.TYPE_DWORD) -- Filtering values results = gg.getResults(gg.getResultsCount()) -- Applying new results if results == nil or #results == 0 then gg.alert("Filtering has been stopped\nThere are no results left") mainMenu() return end end for i, v in ipairs(results) do v.address = v.address - 0x34 v.flags = gg.TYPE_FLOAT -- v.value = "0" -- v.freeze = true end gg.addListItems(results) gg.toast("Done!") end function prompt() local value = gg.prompt({"Enter the value"}, {""}, {"number"}) if value == nil or value == "" then mainMenu() return end search(value) end
    1 point
  31. I made a script to speed things up here, but I don't know the values of all the heroes. We can speed up this process by searching for the known values together and adding an on/off button without having to type them over and over again after each match. This script enabled the hero in the video you gave to hit the skill repeatedly, and it was successful. If you can write the other values, I can get this done faster. TilesSurviveV1.1.lua
    1 point
  32. If the number of chests is server sided, their contents likely are too. As I said before, you can try pausing the game + editing the value between when you find out your reward and when you claim it. Another approach is to search the reward after claiming it and edit + freeze it in the hopes that it will show up next time; again there is no guarantee that this will work. Chests may be a dead end for you.
    1 point
  33. l didnt get it? kinda l think ill try a ways and told you about guys
    1 point
  34. View File BLOONS ADVENTURE TIME TD SCRIPT MENU THE BLOONS HAVE INVADED THE LAND OF OOO AND IT’S UP TO FINN, JAKE AND THE MONKEYS TO STOP THEM! BLOONS ADVENTURE TIME TD IS AN AWESOME CROSSOVER BETWEEN THE AWARD-WINNING ANIMATED SERIES ADVENTURE TIME AND THE #1 TOWER DEFENSE GAME, BLOONS TD! DM ME TO GET OPEN SOURCE VERSION. GAME LINK: APKCOMBO SCRIPT MENU: - NO TOWER COST - MAX TOWER LEVEL - UNLOCK ALL TOWER - HITKILL - CASH MULTIPLIER Submitter Collen Submitted 08/19/2025 Category LUA scripts  
    1 point
  35. 1 point
  36. @MonkeySANCan you help me to find a way to swap opponent dinosaurs
    1 point
  37. See something familiar in this image? something like 15D;1,769,100,302D;1,634,887,011D;125D::29 1,769,100,302D;1,634,887,011D is Triceratops string name shown in the image. search that group search then goto address. replace that 2 values with this Blue string name = 1,970,029,070;1,145,324,645 ------------------------------- also use in Blue's Foresight, you can search the shards = 15;1,970,029,070;1,145,324,645;shards amount::29
    1 point
  38. Good for you. to everyone else, you dont need shards to max out to 6 stars for Heroic dino. and you can have more than one Heroic of the same dino. just look up for my video.
    1 point
  39. View File First Team Manager 2026 I haven't added currencies because you can hack those with a simple Dword search, refine & edit. Lucky Patcher also works on this game if you want free iap's. This script will work on 64bit Android devices. Will not work on emulators. (1) Budget Boost - this will increase the amount you receive when you use the budget boost button on the budgets screen. Do not let your Total Annual Budget go over 2,000,000,000 otherwise it will turn to a negative figure. (2) Player available to buy - This will make players on the transfers screen that are marked "Not for sale" available to buy. It will not make players that aren't interested in joining your club suddenly interested. (3) Free facility upgrade - Makes the cost zero to upgrade. Not that necessary if you hack your currencies but it's there if you want it. (4) Won't go to auction - When buying a player there won't be other clubs bidding for the player (5) Remove Injury - Will make a player not injured but you'll have to build up fitness again (6) Remove Suspension - Makes player available for selection if they have been suspended Submitter sammax71 Submitted 07/20/2025 Category LUA scripts  
    1 point
  40. Is there a way to unlock dinos from market? If yes... How? Thank you
    1 point
  41. Just adding what I want to change and help appreciated Thanks
    1 point
  42. This is my completed IDs for dinos, buildings, MODs etc. The IDs included unreleased dinos: Becklespinax/Blondie Leucistic Baryonyx Draco Lux Megalocevia Dracorex Gen 2 JWTG_ID.txt
    1 point
  43. Playstore: https://play.google.com/store/apps/details?id=com.artifexmundi.balefire&hl=en This will need a new account. Basically, when you finally have a slight freedom around about finishing stage 3, you can click grace quest and find values there. You will see 1000 gold, 10 diamonds, and 50 exp. Set your Game Guardian memory range to anonymous and search for the value of gold which is 1000. You will see a few values, now click edit, more, and set the increment to 1. Find the gold value that changed (You will have to exit and reenter the quest menu) Now that you found the actual value, set it to as high as you want your gold to be. For the Diamond and EXP, save the gold value, and click the value, click "go to" and scroll up. There you will find D word (blue numbers) values for 10 and 50, those are the Diamonds and EXP respectively. Edit them to as high as you want. Freeze the gold value and finish the quest that would give you those as the rewards, which is reaching level 6 and stage 5.
    1 point
  44. Hello. Today i heard about Game Guardian and decided to try it. I installed VirtualXposed to use it since my phone cannot be rooted at the moment but I noticed an issue. Everytime i start up GameGuardian I get an error that says "Daemon is not running. This function is not available if daemon is not running. Wait until daemon starts up. (Did you forget to grant root access? Or is root not installed?)." Like I said before, I'm using VirtualXposed
    1 point
  45. Then don't touch the points, just ignore them...then no issues with negative. Let me know if this works for you: MENACING: -472273170 specialDefense: -1001418754 defense: -1263051503 attack: 1591370207 hp: 5734 specialAttack: 1224542453 sp: 5741 speed: 280450252 stringformatting.lua You can also just use the attack value. Then when fighting a pokemon you get more XP resulting in max leveling your pokemon.
    1 point
×
×
  • 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.