Leaderboard
Popular Content
Showing content with the highest reputation since 07/30/2025 in all areas
-
game version 1.84.10 New unreleased dinos? Name: Pierce (PierceD) ID: 571,250,531 Name: Quetzaljara (HQuetza) ID: -1,408,411,774 Name: Smoothie (Smoothi) ID: -1,985,032,250 Name: Spinosaurus Rebirth (Spinos3) ID: 870,413,223 Name: Spinotops (HSpinoD) ID: 250,860,212 - this last one will crash the game if replacing the ID with it Name: Distortus Rex (BDrexDD) ID: -3587805023 points
-
2 points
-
2 points
-
Version v05 20251403
18,207 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 Zombtube2 points -
2 points
-
1 point
-
1 point
-
1 point
-
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 video1 point
-
1 point
-
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
-
1 point
-
You can use a group search for values. Data type = DWORD 1,086,324,736 <-- Max skill cooldown 1,011,111,111~1,999,999,999 <-- Current skill cooldown 0 0 0 1 0 You can use the FLOAT data type The group of values will look different, but more understandable 6.0 <-- Max skill cooldown 1.0~99.0 <-- Current skill cooldown 0.0 0.0 0.0 1.40129846e-45 0.01 point
-
1 point
-
l didnt get it? kinda l think ill try a ways and told you about guys1 point
-
1 point
-
It's always disappointing when it doesn't work but also very exciting when you find a method and change it and it does work.1 point
-
In the dump is there a method similar to "get_gold" or "get_crystal"?1 point
-
[ Introduction ] Hi @everyone, in recent times, Android has just released version 14, which includes some SDK restrictions. The requirements are that apps should at least be under SDK version 24+, or else installation fails. Another problem is that Game Guardian hasn't been updated for years (March 22, 2021, since the last update), a total of 2 years. I understand that life can be unbothered sometimes, and I hope there's some confirmation regarding this instead of intending it as an "unforseeable future" kind of thing. I've seen a rising number of these issues on Help, General Discussion, and in other possible sections of the forum. I recommend anyone who has a newer device or just recently updated to Android 14 to follow this topic. Here, I propose several possible solutions regarding this issue: [ Main Course ] You can bypass SDK enforcement using shell commands, which you need to install Game Guardian manually through command line. You can achieve this through ADB: Android Debug Bridge or Termux: Terminal for Command Line application. This tutorial will split into 2: { ADB: Android Debug Bridge } This step doesn't require "Root" permission, but before proceeding into the main tutorial. We should prepare several things: Computer / Laptop running Windows OS A cable data Download ADB depedencies: here Android device with "USB debugging". If your device "cant be recognized" or simply not exist on "Device Manager", you need to install: Universal ADB Driver Then read: XDA: Install ADB & Enable USB Debugging. Now put this command on your command prompt / powershell / gitbash / or whatever terminal you use: # Check if our device works properly adb devices # Install Game Guardian manually through ADB adb install --bypass-low-target-sdk-block <path_to_game-guardian.apk> # If ADB is unresponsive / bugged, do: adb kill-server adb start-server { Termux: Terminal } The only requirement is you need "Root" permission, this is the most easiest way. Since you're going to Install Game Guardian, I assume you already have one (Yes, Game Guardian requires "Root" permission, duh). Download: Termux and Just go ahead execute this command: pkg update pkg upgrade pkg install tsu pkg install android-tools sudo adb install --bypass-low-target-sdk-block <path_to_game-guardian.apk> { Virtual Machine } This is suitable way for non-rooted users. Android 14 is relatively new, some of your ROM/OS might not support "Rooting" yet. Virtual Machine allows you to emulate another Android inside your Android 14 (or etc). Usually it comes with older Android version. I suggest to use Virtual Machine with Android 7 or 9 as you're not going to face any redundant issues, like Android 10-14 did. I would recommend using "VPhoneGaGa": VPhoneGaGa VMos Pro X8Sandbox F1VM { Modded APK } You can try to edit Game Guardian SDK: ("android:targetSdkVersion" to version 24+) and ("android:minSdkVersion" to 24+) on Manifest.xml using: APK Editor. You can also download already modded Game Guardian here (credit to @HEROGAMEOfficial ) : : Game Guardian : [ Aftermath ] With that, you can simply reference this topic in case there's someone that facing the same problem. I hope this topic can help you and other people. Thank you for reading.1 point
-
you made it worked once before. im sure you can make it works once again. i already made changes to @MAARS script compare the original script with the one that i made. or your old script with mine for that matter. you can start from there.1 point
-
1 point
-
GG supports x86 and x86_64 architectures since very long time ago. From the description on download page: GG's disassembler and assembler aren't required functionality, so no wonder that they are only implemented for most common use cases. Other than that, GG works just fine on x86 Android devices/emulators and nothing prevents one from doing whatever can be done on devices with ARM architecture. For example of modifying something in game code for x86 see: https://gameguardian.net/forum/topic/33131-hotelstory-not-complying/#findComment-1213541 point
-
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
-
1 point
-
1 point
-
Like how monkey-san said change the values of it to 6 after setting 48 in offset, then when it is released officially u will get its maxed version (Basically, that day it was released only for 30 minutes or so and removed, but it will mostly release in upcoming week) I did get to see it's CD and other stuff that day1 point
-
1 point
-
hmm, I can only suggest to make sure you follow the instructions at the beginning of the script. start any mission, attack at least one enemy, pause game, then start script,. once script finds offsets by auto update from methods, script will save the offsets to a file. There is a chance, script can find offsets that aren't related to the enemy if instructions aren't followed correctly. if you've done this and still have problems, let me know.1 point
-
View File BATTLE TANK SCRIPT MENU GET READY FOR THE INTENSE AND RELENTLESS ACTION OF BATTLE TANK!!!, WHERE THE BATTLE BEGINS THE MOMENT YOU START THE GAME! THERE'S NO TIME TO WAIT—JUST TANKS, EXPLOSIONS, AND PURE STRATEGY ON A CHAOTIC BATTLEFIELD. GAME LINK: APKCOMBO SCRIPT MENU: - INFINITE DASH - SPEED MULTIPLIER - EXP MULTIPLIER - HIGH DAMAGE - FREE SHOPING Submitter Collen Submitted 07/31/2025 Category LUA scripts1 point
-
1 point
-
Version v200623
2,963 downloads
PICK TWO ANIMALS AND THE GAME WILL COMBINE THEM TOGETHER USING ARTIFICIAL INTELLIGENCE! EACH ANIMAL YOU CREATE HAS ITS OWN UNIQUE ABILITIES AND POWERS! SURVIVE AND EXPLORE IN A HUGE RANDOMLY GENERATED WORLD. THERE'S LOTS TO DO: COMPLETE QUESTS, BATTLE MONSTERS, DECORATE YOUR HOUSE, OR EVEN CREATE A TOWN OF YOUR OWN! WITH THE MOST RECENT UPDATES, YOU CAN PLAY WITH YOUR FRIENDS TOO! GAME LINK: APKCOMBO SCRIPT MENU: - LEVEL EDIT - WALK SPEED - INFINITE SKILL POINT - ZOOM VIEW - INFINITE GENOME - INFINITE MANA - GOD MODE1 point -
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 scripts1 point
-
1 point
-
yup..yours are working. but i will do like this : local lang = {' English',' Español'} local selectHack = {"ONLY SELECT ONE HACK", "ELIGE SOLO UN TRUCO"} local hack = {{'Position', 'Teleport'}, {'Posición', 'Teletransportarse'}} local teleporthack = {{'Map 1', 'Map 2'}, {'Mapa 1', 'Mapa 2'}} local toast = {{'Position Hack chosen!', 'Teleport Hack chosen!'},{'¡Posición elegida!', '¡Teletransportado!'}} function SelectLanguage() local menu = gg.choice(lang, nil,'CHOOSE LANGUAGE / ELIGE EL IDIOMA') if menu == nil then os.exit() else langC = menu Main() end end function Main() local menu = gg.choice(hack[langC], nil, selectHack[langC]) if menu == nil then return end gg.toast(toast[langC][menu]) if menu == 1 then -- Position Hack elseif menu == 2 then TeleportHack() end end function TeleportHack() local hackName = hack[langC][2] local menuTitle = hackName.." - "..selectHack[langC] local menu = gg.choice(teleporthack[langC], nil, menuTitle) if menu == nil then return end if menu == 1 then -- Map 1 elseif menu == 2 then -- Map 2 end end gg.setVisible(false) SelectLanguage() while true do if gg.isVisible() then gg.setVisible(false) Main() end gg.sleep(100) end1 point
-
I just wanted to point out that it looks like this script will call SelectLanguage() whenever gameguardian is clicked. That works, but it doesn't make sense to select the language more than once. It is much more logical to select the language once, then directly call Main() after that: gg.setVisible(false) SelectLanguage() while true do if gg.isVisible() then gg.setVisible(false) Main() end gg.sleep(100) end1 point
-
local lang = {' English',' Español'} local selectHack = {"ONLY SELECT ONE HACK", "ELIGE SOLO UN TRUCO"} local hack = {{'Position', 'Teleport'}, {'Posición', 'Teletransportarse'}} local toast = {{'Position Hack chosen!', 'Teleport Hack chosen!'},{'¡Posición elegida!', '¡Teletransportado!'}} function SelectLanguage() local menu = gg.choice(lang, nil,'CHOOSE LANGUAGE / ELIGE EL IDIOMA') if menu == nil then os.exit() else langC = menu Main() end end function Main() local menu = gg.choice(hack[langC], nil, selectHack[langC]) if menu == nil then return end gg.toast(toast[langC][menu]) if menu == 1 then -- Position Hack elseif menu == 2 then -- Teleport Hack end end while true do if gg.isVisible() then gg.setVisible(false) SelectLanguage() end gg.sleep(100) end1 point
-
1 point
-
for i = 1, #phaseValues do SET_POSITION(phaseValues[i][1], phaseValues[i][2], phaseValues[i][3]) displayPhase() end1 point
-
try this for i = 1, #phaseValues do SET_BUFF(phaseValues[i]) displayPhase() end1 point
-
1 point
-
You need to find two addresses. The first value may differ from the second. But sometimes they can be the same. I recommend using a range value search. For example, you have 1,500 diamonds. Finding the value: 1400~16001 point
-
Hello i need some help with this game I have tried to do the group search and added the other section of memory and when i change the result i get no change Game link https://play.google.com/store/apps/details?id=com.run.tower.defense1 point
-
can you make script for coromon^^1 point
-
1 point
-
1 point
-
Version 1.2.0 GG
5,343,119 downloads
Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Video: No root via Virtual Space - GameGuardian (#1pmmphuv) Before installing the optimized version, uninstall the version from Google Play. Differences of the optimized version: no error 105.1 point -
1 point
-
Binary scripts with corrupted or invalid headers interfere with application development. For this reason: Starting with GG 87.0, a variety of warnings and notifications are displayed ("Invalid binary script header"). In future versions of GG, such scripts will not be executed. Uploading such files to the forum is blocked. All scripts that allow you to create binary scripts with damaged headers will be deleted. You can use a script that replaces the header: Lua header fixer (#8vs58ae4) If this does not help, write to the author of the script. To users of scripts: write to script authors so that they do not spoil the headers. To script writers: Don't mess with the headers. If you want to indicate authorship, there are messages, toasts, and other ways. The file header is not a means of self-expression. If your encryptor / compiler has been deleted, you can remove the creation of corrupted headers from it and upload it as a new file.1 point
-
I remap pointers or can change the purchase type from inapp to currency. Pointers I remap are changing the item(s) that you buy with gold/gems.1 point
-
The reverse is also true. Purchases within applications are not things that can be done through a memory editor. There a request is sent to the market, in one part of the code, and the other part of the code receives the response from the market. These are not things that can be easily changed through the memory editor. In any case, if we are talking about a fake request, and not its modification.1 point