Leaderboard
Popular Content
Showing content with the highest reputation since 09/03/2025 in Posts
-
Heroic level up without shards VID_20250925203244.mp4 Dino must at Level 40 = 3;10;Dino HP::173 points
-
@Kimastar Looks like that's just a visual change. You can't actually spend the currency.2 points
-
2 points
-
2 points
-
2 points
-
View File Armed Heist Game Version: 3.2.10 SCRIPT MENU: • Godlike Heal • Regen Boost • High Damage • No Recoil Submitter xZeta Submitted 09/27/2025 Category LUA scripts2 points
-
Two updates, it was unexpected I have updated the script, you can download it on the first page2 points
-
2 points
-
View File Snip.io Script • Buy Blaze Free/Get Coins • No Sniper Cooldown • Speed Hack • Glow Chams Submitter luckyday-999 Submitted 10/02/2025 Category LUA scripts1 point
-
We need more information...and u won't be able to find everything you see in the game. It's possible the game has obfuscated/encrypted the values. Tons of games are now also server-sided, wich means almost all the values u see, can't be changed. s*** doesn't always work, that's just how it is1 point
-
1 point
-
1 point
-
1 point
-
Why u have to offset +4 byte if u can find this value without offset? ty so much! U were banned by doing like this?1 point
-
You need to experiment with the value to get a number smaller than mine I think it is possible, but I do not know how DonFacundo knows more than I do Maybe he'll share a secret1 point
-
My device is rooted . And I installed game guardian successfully . It's show collecting game data but when I search codes in game nothing get GG. I am sure codes are there but GG not finding.. why ??1 point
-
yeah.. I can add more options.. will be a few days before I can update the script though.1 point
-
2019906062;1145324665 rexy shards code for Jurassic Heroes Event how to change the value:1 point
-
-- 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 Youtube1 point
-
1 point
-
Word search (ctrl f) in this document to find your dino1 point
-
View File Dead Ahead: Zombie Warfare Version: 4.2.3 Combat Menu • Zero Energy Cost • Instant Spawn • Global AoE Radius • Global Shield Boost • Global Critical Boost Player Menu • HighDamage • God Mode • Mission XP Boost • Item Bonus Extreme • Ad Coin Boost Bus Menu • Bus Invincibility • Bus Damage Boost • Minigun Damage Boost • Unlock Bus Upgrade Submitter xZeta Submitted 09/18/2025 Category LUA scripts1 point
-
View File Minecraft Script ❥God Mode Script Password 999 ❥Creative Fly ❥Fast Sprint ❥Speed Hack ❥Jump Blocks ❥Item Hack ❥Water Speed ❥Fly Speed ❥Head Rotate ❥Fov Slider ❥1 Hit Ender Dragon ❥1 Hit Wither ❥1 Hit Warden ❥1 Hit Iron Golem ❥Long Hit Reach Warden/Wither Submitter luckyday-999 Submitted 09/17/2025 Category LUA scripts1 point
-
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 scripts1 point
-
Do u know how to unlock (not get) dino on market?1 point
-
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 scripts1 point
-
1 point
-
1 point
-
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 scripts1 point
-
View File Robot Crash Fight Script Includes: Currency Amount Editor , Weapon Damage Editor Submitter luckyday-999 Submitted 09/08/2025 Category LUA scripts1 point
-
search.. if gg.isVisible() then gg.setVisible(false) gg.clearResults() print("Your exit message") gg.setVisible(true) os.exit() end ... continue with script... they will see the search box still but won't see anything after that.. you can also modify gg apk to habe invisible text etc1 point
-
Yes, this thread is turning into a back-and-forth between you guys rather than a question-and-answer. @Ali7021, these forums are for asking for help for things you can't figure out and getting an answer. If you would like a greater degree of help, perhaps the "Requests" section is better suited. Otherwise, each new question would probably be better off as a new topic if it addresses something entirely different.1 point
-
1 point
-
1 point
-
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
-
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 account1 point
-
function wol() -- do not have space for this u take error -- there wrong gg.searchNumber(' 3D;11D;2145D ', gg.TYPE_DWORD,false, gg.SIGN_EQUAL, 0, -1) -- this is true gg.searchNumber('3D;11D;2145D', gg.TYPE_DWORD,false, gg.SIGN_EQUAL, 0, -1) gg.refineNumber('2145', gg. TYPE_DWORD) local start = gg.getResults(1) local target = start[1].address + 0x520 -- (0×520 this write wrong u using a " * " not right this) gg.setValues({ address = target , flags = gg.TYPE_DWORD, value = 10}) gg.toast(' MISSION HACK ') gg.clearResults() gg.alert(" Play Denomination mission in easy level with Ace deployed") home = 1 end Try it out and if you get an error I'll help you. Also specify the memory range, this way your search will be more specific and faster.1 point
-
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
-
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
-
Working on it. For compatibiliry purposes, I'm making it as a GUI rather than a CLI. It is almost done but is a lot of work. If you really want to, you can download the repository and run it yourself (see usage instructions in the Github repository) - simply instal python and run the cli.py file in termux.1 point
-
Before recording the video, I managed to find all the necessary addresses I used only one value, 20 But after the restart, some values changed to 8 and 6.00999... I do not know if there are any other reliable values1 point
-
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 scripts1 point
-
1 point
-
Pistol bullets -> If n=X then -9+(n×3) Index is -9 (0 bullets) and 1 bullet = 3 I'm not sure if the index will be the same for other items, but you can find more in the same address range Gold -> f(n)= -1527+7n Index -1527 and 1 gold = 7 Emerald -> f(n)= -1279+3n Same logic... Search only one, they're close in range1 point
-
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 VirtualXposed1 point
-
Kingdom Adventurers V2.42 Date: Aug 25th 2023 Tested on Nox Emulator using Adguard to block Ads Disclaimer: Use Cheats at your own risk, banning is likely It's raining Items Kairo Cookies, 400+ to all stats in Training and +12 for your Eggs Kingdom Adventures work in 2 ways, you need to activate an Item for it to appear in your List, from there you can change the quantity The Search Syntax is similar to Group Items except the Item Quantities are stored elsewhere. First we need to ACTIVATE the Item Search Syntax 3B9AC9FFh~C4653600h;0;0~1;0~65536;ItemCode;ItemFlag;3B9AC9FFh~C4653600h::25 3B9AC9FFh~C4653600h - Searches between -1,000,000,000 and -999,999,999, we will take a note of the Value from the Search 0 - Flag 0~1 - Flag 0 = Inactive 1 = Activated 0~65536 - Flag 0 = Inactive 65536 = Activated? ItemCode - Flag that points to the Item ItemFlag - Flag that puts items in catergories 3B9AC9FFh~C4653600h - Flag Now to put in the Kairo Cookie Values Kairo Cookies - ItemCode 171 Kairo Cookies - ItemFlag 148074 3B9AC9FFh~C4653600h;0;0~1;0~65536;171;148074;3B9AC9FFh~C4653600h::25 For my Search, the first flag is -1,812,715,520, I can use this value instead of the first 3B9AC9FFh~C4653600h for future Item Searches as long as I don't quit the game As my search is showing 0 I need to change the Activation Code to 1 and the value below it to 65536 Now it's time to change the Quantity Search Syntax ItemCode;-1;ItemCode;0~~0::13 ItemCode - Flag that points to the Item -1 - Flag ItemCode - Flag that points to the Item 0~~0 - Quantity Now to put in the Kairo Cookie Values Kairo Cookies - ItemCode 171 -1 - -1 Kairo Cookies - ItemCode 171 0 - Since we just activated the code it will be 0, you can change this to the quantity you have if the item was activated 171;-1;171;0::13 I can change the Quantity of Item, some items will reset after you quit the game, like Kairo Cookies, it's up to you whether you put in a low value then freeze it This search is pretty straight forward Activate 3B9AC9FFh~C4653600h;0;0~1;0~65536;ItemCode;ItemFlag;3B9AC9FFh~C4653600h::25 Change Quantity ItemCode;-1;ItemCode;Quantity::13 Item ItemCode;ItemFlag Accessory Sample 168;262762 Apple 110;197226 Armor Sample 166;262762 Banana 111;197226 Beef Stew 155;149226 Berry 108;197226 Bread 140;149226 Bronze 80;270954 Cabbage 103;197226 Cake 147;149226 Carrot 101;197226 Cheese 139;148202 Clam 119;197226 Copper Coin 12;96 Crab 125;197226 Creamy Soup 153;149226 Curry 159;149226 Cut of Meat 129;131690 Donut 144;149226 Egg 138;148202 Enchanted Root 87;328426 Energy Drink 94;328426 Farm Produce 71;270954 Fizzy Juice 137;149226 Flan 145;149226 Fragrant Flower 88;328426 French Toast 141;149226 Fresh Beans 98;197226 Fried Noodles 161;149226 Fried Potatoes 149;149226 Fried Rice 162;149226 Fruit Basket 117;149226 Garlic 106;197226 Gold Coin 14;96 Gold Nugget 81;270954 Grape Juice 136;149226 Grapes 114;197226 Hamburger 143;149226 Healthy Mushroom 97;197226 Hearty Soup 154;149226 Helmet Sample 167;262762 High Grade Brick 78;270954 Icecream 146;149226 Iron Ore 79;270954 Kairo Cake 148;149226 Kairo Cookie 171;148074 Large Nail 76;270954 Leaf of Life 86;328426 Mackerel 120;197226 Mage's Bottle 91;328426 Magic Bottle 90;328426 Marbled Beef 131;149226 Meat on the Bone 128;131690 Medical Herb 85;270954 Melon 115;197226 Milk 135;148202 Mixed Fruit Juice 134;149226 National Flag 73;270954 Nuts 72;270954 Octopus 127;197226 Onion 102;197226 Orange 109;197226 Paella 156;149226 Pasta 163;149226 Pear 112;197226 Pineapple 116;197226 Pizza 157;149226 Potato 99;197226 Pretty Cloth 84;270954 Radish 100;197226 Rice Omelete 160;149226 Rope 77;270954 Sage's Potion 93;328426 Sage's Tome 169;262762 Salad 107;149226 Sashimi Platter 151;149226 Scroll of Knowledge 170;262762 Sea Bream 122;197226 Sea Snail 118;197226 Sea Urchin 123;197226 Shield Sample 165;262762 Shrimp 124;197226 Silk Cloth 82;270954 Silver Coin 13;96 Sliced Bread 142;149226 Sorceror's Bottle 92;328426 Spit Roast 130;149226 Spring Water 74;328298 Squid 126;197226 Steak 158;149226 Strawberry 113;197226 Strong Cloth 83;270954 Sturdy Board 75;270954 Sushi 150;149226 Sweet Medicine 95;328426 Sweet Mushroom 96;197226 Sweetcorn 105;197226 Tomato 104;197226 Top Grade Beef 132;149226 Tuna 121;197226 Vegetable Soup 152;149226 Veggie Juice 133;149226 Vitality Bottle 89;328426 Wairo Cookie 172;148074 Weapon Sample 164;2627621 point
-
1 point
-
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
-
1 point