Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 09/18/2025 in all areas

  1. Heroic level up without shards VID_20250925203244.mp4 Dino must at Level 40 = 3;10;Dino HP::17
    3 points
  2. Version 1.0.0

    150 downloads

    ❥Ruminant 999 Damage ❥Ruminant 999 Muzzle Velocity ❥Ruminant 999 Slow Motion ❥Ruminant 999 Zoom Time ❥Other Snipers Stat Editor
    3 points
  3. Version 5.1.0

    584 downloads

    SCRIPT MENU: Mode Bomb Menu • FreeWeapons • LocateC4 • FastDefuse • EnablePersistentShop • ForceMatchEnd • ForceTeamSwap • NoMoneyLoss Misc Menu • Unlock All Characters + Skins • RegenBoost • OneKillAdvance • Avatar Selector • Phantom Lock • Radar • BypassLevelRestrictions • CustomFov • FastAutoFire • NoSpread • NoRecoil • Unlimited Ammo • RewardScaler • ExplosiveSmoke • ActiveVIPBonus • Speed • HighDamage • CustomPlayerLevel • NukeGrenade • AllGunsSniperMode • NoFlashEffect Attention: ExplosiveSmoke When active, this feature turns the smoke grenade into an **invisible explosion**. The visual remains as a regular smoke for other players — but it deals **real damage**. Supports **Default**, **Global**, or **Custom Radius**, with an option to **edit the damage**. Use with caution: highly powerful and visually undetectable in-game.
    2 points
  4. Version 10.0

    705 downloads

    See Enemy In Grass (Online) Huge Grass Circle (Online) Camera Zoom (Online)
    2 points
  5. Version 2.0

    187 downloads

    TK_Tool — LuaScript_Builder Build GameGuardian Lua scripts instantly with menus, password lock, expiry date, and auto function generation. Features: Easy step-by-step script builder Password & expiry protection Menu creator (single/multi) Function modes: Manual, Patch-Offset, Search & Edit Auto-save & resume wizard Clean, ready-to-use .lua output Ideal for modders who want fast, structured, and customizable script creation. Must Watch video For How to Use
    2 points
  6. Added! Now you'll get a bucks boost at the end of each match.
    2 points
  7. Version Blah Blah

    254 downloads

    I know Not Many players will enjoy it. \n but i guess.. who ever want to play with disabled vehicles I Don't know if Collen or Hater will delete it
    2 points
  8. -- 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
    2 points
  9. Version 3.53.2-85807

    4,934 downloads

    *Only works for 64 bit devices* Script menu includes: - Coins,keys,tokens,etc. hack - Powerup hacks - Making in-app purchases free - Event hacks
    2 points
  10. @Kimastar Looks like that's just a visual change. You can't actually spend the currency.
    2 points
  11. If you edit the line 2 lines above then it adds much smaller amounts. Might be a way to go undetected. The 993 was my current money.
    2 points
  12. Version 1.5

    524 downloads

    First, enter a match to activate the script. Activate it. When the loading is complete, exit the match. From then on, the area of damage of the shots is increased. An important addition is that headshots don't work when activated. I haven't figured out why this happens yet. Adjust the area of damage directly in the file; try not to overdo it.
    2 points
  13. 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 scripts  
    2 points
  14. Version 1.0.0

    238 downloads

    Game Version: 2.19.760 SCRIPT MENU: • BattleBreaker • SoftGodMode • CritChance Boost • CritDmg Boost • AtkSpeed • FreezeEnemies • ParryBoost • OneHitStun • PhantomStrike • RangeAtk
    2 points
  15. Version v05 20251403

    19,763 downloads

    UPDATED 30 Mar 2025 ( 220 Total Games ) ** No longer able to hack/update after phone upgraded ** 1945 Air Force 3D Pool Ball ACE Fighter Agent J Aliens vs Zombies Almost A Hero Ancient Allies TD Angry Birds 2 AnimA Archero Arrow Quest Attack Hole Auto Hero Awesome Tanks Ball Blast Bang Bang Rabbit Battle Strategy TD BeatStar Beyblade Rivals Bladebound Blitz: R.o.Heroes Boom Castle Boom Stick BounceMasters Bowmasters Box Head ZMD Brawl Fighter Brick Inc Bricks Breaker GB Bullet Echo Bullet Echo India CarX Highway Catapult King Chill & Kill Clan Race Clash of Destiny Conquer the Tower Conquer the Tower 2 Crossy Road Cyber Surfer DC Heroes & Villains Dead Ahead ZW Dead Raid ZS 3D Dead Trigger Dead Trigger 2 Dead Warfare Death Invasion Surv Defenders 2 Defense Legend 5 Demon Blade Devil Eater Dice Dreams Disney Heroes BM Doomsland Dragon Ball Legends Dragon POW! Dream Defense Dust Settle Dye Hard Endless Frontier Epic Stickman Faily Brakes 2 Fight for America Final Galaxy Fire Hero 2 Forged Fantasy Frozen: Free Fall Fruit Ninja 1 Fruit Ninja 2 Galaxiga Galaxy Attack SG Galaxy Shooter AFW Gems of War Grow Castle Grunt Rush Gun War Hero Blitz Hero Factory Heroes of Mavia Heroes vs Hordes Hockey All Stars 24 Honor Bound Horizon Chase Hyper Heroes Idle Hero TD Impossible Space Imposter Battle Royale Impostor Shooter MR Infinity Ops Infinity Shooter OS Injustice Gods A.U. Into the Dead 2 Island War Jewel World Museum Jurassic Monster World King of Defense Kingdom Clash Last Hero S.A Left to Survive Legion Master Lilys Garden Lonely Survivor Loot Heroes Mad Skills MX3 Magic Rampage Magic Siege Major Gun 2 MARVEL C.o.Champions Match Hit Meow Hunter Merge Archers Mini Golf King Mini TD 2 Mob Control Modern Sky War Moto Rider BRG Mr. Autofire NecroMerger NERF Superblast NFL Rivals Ninja Turtle Legends NonStop Knight 2 Otherworld Legends Pac Man 256 Panda Pop BS Perfect Kick 2 Pocket Necromancer Pokemon Quest POOKING Billliards City Pool Stars Puzzle Brawl Quest 4 Fuel R.A.C.E. Racing Legends Raid Royal 2 TD Raid Rush Raiden Fighter Ramboat 2 Real Steel Boxing Champ Realm Defense Red Siren Rival Kingdoms Robot Warfare Rodeo Stampede Royal Match Sci-Fi TD Module Shadow Gun ESW Shadow Knights Shadow Legends S.F. Shadow of Death Shadow Slayer Shadowgun Legends Shooter.io.WS SkullGirls Sky Force Reloaded Slash and Girl Slime Castle Smash Bandits Sniper 3d Sniper Strike Sonic Boom 2 Space Shooter GA Squad Alpha Star Force Steampunk Tower Steel Rage Stick Ninja 3v3 Stick War Saga Stickman Archer Online Storm Blades Street Racing 3D Stupid Zombies 1 Subway Match Survive Squad Surivor Z Swamp Attack 2 Tacticool Tank Combat WB Tank Hero Tank Stars Tap Titans 2 Tiny Gladiators 1 Tiny Gladiators 2 Top Troops Tower and Swords Tower Conquest Tower Defense BZ Tower Gunner ZS Towerlands Toy Blast Traffic Rider Transformers Bumblebee Transmute: GB Turret Defense King Undead City ZS Undead VS Demon Under Dark Unkilled Wacky Battles War Commander R.A. War Heroes War Inc : Rise War Strategy Game Warhammer 40k Tacticus Warzone Commander Wind Wings World of Artillery World Robot Boxing World Robot Boxing 2 WWE Mayhem WWII Defence Zombeast Zombie Defense Zombie Fire 3d Zombie Hunter Zombie State Zombie Warfare TDP Zombies Boom Zombtube
    2 points
  16. Version 2.0.0

    348 downloads

    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
    2 points
  17. Two updates, it was unexpected I have updated the script, you can download it on the first page
    2 points
  18. Version 101.1

    210,542,760 downloads

    Overview: Play games your way! “GameGuardian” is a game cheat / hack / alteration tool. With it, you can modify money, HP, SP, and much more. You can enjoy the fun part of a game without suffering from its unseasonable design. Requires Android: 2.3.3+ GameGuardian Features Summary Runs on ARM, x64 and x86 devices, including x86 emulators (LDPlayer, Droid4X, MOMO, KOPlayer, Andy, Memu, Leapdroid, AMIDuOS, Windroye, RemixOS, PhoenixOS, AVD, Genymotion, Nox, BlueStacks etc.) Supports Android 2.3.3+ (Gingerbread) through Lollipop (5+), Marshmallow (6+), Nougat (7+), Oreo (8+), Pie (9+), 10+. Support work without root via different virtual spaces. Support different emulators like PPSSPP, ePSXe, GameBoy etc. Game deceleration and acceleration (speedhack) for ARM and x86 devices, including x86 emulators. Also supports both 32-bit and 64-bit applications on 64-bit devices using speedhack. Search feature: encrypted values. Search of unknown values when specifying the difference between values. Search addresses by mask. Explicit and "fuzzy" numeric searches. Text (String, Hex, AoB) search. Supports: Double, Float, Qword, Dword, XOR, Word, Byte, or Auto data-type searches. Lua scripting support. Modify all search results at once. Filtering of search results (address greater than and less than, value greater than and less than). Search in the background feature. 'The fill' feature. Time jump feature. Dump memory. Copy memory. Customizable UI. App locale for over 50 languages. And, much, much more. Notes: ** ROOT or VIRTUAL ENVIRONMENT ONLY ** This tool only works on rooted devices or in virtual environment (without root in limited mode)! GG can work in limited mode without root, through a virtual environment. For example, through Parallel Space, VirtualXposed, Parallel Space Lite, GO multiple, 2Face and many others. Read the help for more details. You can find more information about rooting your device at XDA Developers. Want to help us improve, or add a translation? Then please visit thread "If you want to add a new translation or improve an existing". If you are having issues with the app, please visit thread "Gathering information about GG errors". Want to donate and help keep the project going? That's awesome! You can donate any amount (anything helps) here: Donate Need help with how to use this application? Please visit "Video tutorials" and forum "Guides". Credit: @d2dyno - Owner, lead designer, project management. @Enyby - Lead coder, project management. @Trasd - Technical consultant, project management. @Aqua - Creator (retired).
    2 points
  19. Share a little bit Hope it useful xD Don't ask me on discord, Im too busy irl~ Peace out xD
    1 point
  20. Version 1.0.0

    301 downloads

    Script Includes: ▪︎ Speed Hack ▪︎ High Jump ▪︎ No Clip ▪︎ Low Gravity
    1 point
  21. Map hack radar desen t work
    1 point
  22. For now, you can only change the value of the suns. As for the rest, you need to either find some other values or find the value you want.
    1 point
  23. @DEi2136 Brother if game is detecting the game guardian try this method Like Share And Subscribe
    1 point
  24. 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 is
    1 point
  25. LOL...u cant spend this value?
    1 point
  26. I haven't actually played on. Thought I'd leave you to test it
    1 point
  27. 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
  28. You can change the number of completed daily and weekly tasks and get all the rewards The values are not encrypted No matter how stupid this method may seem, but... The amount of energy can be restored by changing the date on the phone The trick didn't work the second time That's all I could find
    1 point
  29. Yes but problem is in website due to automatically embedded option because some time this is not working website need to add some manual things
    1 point
  30. 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
  31. Another unexpected effect of a script, this one is very useful, because the bots have a very sticky aim and powerful weapons, with that they become useless and just dance in front of you. What was supposed to be just a simple aimbot script, has this power in the game and here it is: Script Aimbot for FPS Games (#dga772lx) Vídeo sem título ‐ Feito com o Clipchamp (3).mp4
    1 point
  32. yeah.. I can add more options.. will be a few days before I can update the script though.
    1 point
  33. Yes, of course! But if that's all you want, just copy the few lines of code. In fact, I blogged the creation of the tool and all of the code snippets I used: import itertools import binascii import keystone import capstone def remove_whitespace(s: str) -> str: return "".join(s.split()) def wraptext(s: str, size: int) -> list[str]: # Thanks to https://stackoverflow.com/questions/9475241/split-string-every-nth-character return [s[i:i + size] for i in range(0, len(s), size)] def getbytes(hexstring: str) -> list[str]: """ Splits a hex string into a list of bytes. Convenient function because it accounts for both whitespace-separated and un-separated hex strings. """ hexstring = remove_whitespace(hexstring) assert len(hexstring) % 2 == 0, "Invalid hex string (odd length)" return wraptext(hexstring, 2) def make_ks(architecture: str) -> keystone.Ks: if architecture == "32bit": return keystone.Ks(keystone.KS_ARCH_ARM, keystone.KS_MODE_ARM) elif architecture == "64bit": return keystone.Ks(keystone.KS_ARCH_ARM64, keystone.KS_MODE_LITTLE_ENDIAN) else: raise ValueError(f"Unrecognized architecture: {architecture}. Only '32bit' and '64bit' are valid strings") def make_cs(architecture: str) -> capstone.Cs: if architecture == "32bit": return capstone.Cs(capstone.CS_ARCH_ARM, capstone.CS_MODE_ARM) elif architecture == "64bit": return capstone.Cs(capstone.CS_ARCH_ARM64, capstone.CS_MODE_LITTLE_ENDIAN) else: raise ValueError(f"Unrecognized architecture: {architecture}. Only '32bit' and '64bit' are valid strings") def armtohex(instruction: str, architecture: str) -> str: ks = make_ks(architecture) convertedhexlist = [] convertedinstruction = ks.asm(instruction, as_bytes=True)[0] return binascii.hexlify(convertedinstruction).decode().upper() def hextoarm(hexinstruction: str, architecture: str) -> list[str]: cs = make_cs(architecture) return next(cs.disasm_lite(bytearray.fromhex(hexinstruction), 0x0))[2:] def generateaobfromarm(armcode: str, architecture: str) -> str: # Convert string of code to list of instructions instructions = list(itertools.chain(*[split1.split(";") for split1 in armcode.split("\n")])) unknownhex = "??" * 4 hexlist = [] for instruction in instructions: if instruction == "" or instruction.isspace(): continue if "0x" in instruction or "#" in instruction: hexlist.append(unknownhex) else: hexlist.append(armtohex(instruction, architecture)) # Hexlist is a list of 4 byte sequences, and we want our separator in between every byte, so we do this little # maneuver. aob = "".join(hexlist) # Unformatted return " ".join(getbytes(aob))
    1 point
  34. I just noticed your comment about IDA. If your use case is simply to find offsets, this tool does much more than what you're looking for. In terms of the AOB generation, all it does is dumbly check if instructions contains `0x` or `#` (which is not a foolproof system and results in false positives). IDA supports AOB searches, and surely there's better tools out there that you can use to generate AOBs. For instance, https://guidedhacking.com/threads/aob-signature-maker.8524/ seems promising. I'm not trying to discourage you from using my tool, I just want to clarify that it's nothing magical.
    1 point
  35. Word search (ctrl f) in this document to find your dino
    1 point
  36. Here is a link: https://docs.google.com/document/d/e/2PACX-1vSxZlSkjJkQ4-1Q2hwQ_Tt7F1Bfn_3C8wUKCC5VXeaQ873JSVWT8K_vh1zMoXCeKLTJDT7L0iusHTxT/pub
    1 point
  37. Version 1.0.1

    399 downloads

    Credits:Collen Luckyday999 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
    1 point
  38. Version v2.40.0

    319 downloads

    YOU’RE RICK SANCHEZ, EVERYONE’S FAVORITE UNSTABLE GENIUS. YOU’RE YELLING AT MORTY IN YOUR GARAGE WHEN A MYSTERIOUS RICK POPS OUT OF A PORTAL AND RUINS YOUR LIFE. HE TRAPS YOU IN AN UNFAMILIAR DIMENSION WHERE YOU DISCOVER THAT MORTY COLLECTING AND FIGHTING IS THE HOTTEST NEW TREND IN THE MULTIVERSE! SOME MORE STUFF HAPPENS AND LONG STORY SHORT THE COUNCIL OF RICKS TAKES YOUR PORTAL GUN. NOW YOU HAVE TO DEFEAT RICKS ACROSS THE MULTIVERSE AND COLLECT BADGES TO GET IT BACK. DM ME TO GET OPEN SOURCE VERSION. GAME LINK: APKCOMBO SCRIPT MENU: - GOD MODE (OFFLINE) - HIGH DAMAGE (OFFLINE) - HIGH DEFENSE (OFFLINE) - HIGH SPEED (OFFLINE) - INFINITE COINS (OFFLINE) - INFINITE COUPONS (OFFLINE)
    1 point
    Thanks for the update, I've been waiting for ages
    1 point
  39. Hello, Game Guardian community! I’m looking for an Asphalt 8 account where all the cars have been unlocked using a cheat table or other cheats. If anyone has such an account and is willing to share or guide me on how to achieve this, I’d really appreciate it. Please feel free to reach out or share any tips. Thanks in advance for your help!
    1 point
  40. I need help I just got the dump.cs of the csr2 and I want to try to turn off the anti-cheat of the game with liboffset using gg but I find it hard to do the task bcs I'm still new to doing this kind of things. I found some terms connected to cheats in the dump.cs but I can't figure it out if it's the anti-cheat offset. If anyone their could help me I would much appreciate it
    1 point
  41. Name : Harvest Town Playstore link : https://play.google.com/store/apps/details?id=com.harvest.android.gr Download link: https://apkpure.com/harvest-town/com.harvest.android.gr hack request: - gold - gem - stamina - health - clock freeze - Anything can be hacked
    1 point
  42. Version 1.0.0

    10,747 downloads

    Script Includes Gasoline Hack Money Hack Fly Hack Free Shop
    1 point
  43. Name of Requested File: Clash of Clan Link To Download: https://play.google.com/store/apps/details?id=com.supercell.clashofclans Comments : Please mod this game with créé shopping because the number of elixir and coins is visible .
    1 point
    Now, it is "the best". But I have one suggestion for make it the best. You may add there search values between. I mean if any value is visible like integer, but it is float in shadow. E.g. I see that I have 2 points in game. Well, I will search between Value>=2 and Value<=3. This is possible in computer (e.g. on Cheat Engine or ArtMoney). Because I am not able choose this value to filter in GameGuardian.
    1 point
  44. 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.