Leaderboard
Popular Content
Showing content with the highest reputation since 10/17/2024 in all areas
-
5 points
-
Version 10.04.24
3,417 downloads
OVER 150+ Games/Scripts New Scripts Added Daily / Weekly 100% Created by APEX[GG]v2 UPDATED 11 Nov 2024 ( 150 Total Games ) 1945 Air Force ACE Fighter Agent J Almost A Hero Angry Birds 2 AnimA Archero Auto Hero Ball Blast Bang Bang Rabbit Battle Strategy TD Beyblade Rivals Bladebound Boom Castle BounceMasters Bowmasters Brawl Fighter Brick Inc Bricks Breaker GB Bullet Echo Bullet Echo India Clan Race Conquer the Tower Conquer the Tower 2 Crossy Road DC Heroes & Villains Dead Trigger Dead Trigger 2 Dead Warfare Death Invasion Surv Defenders 2 Disney Heroes BM Demon Blade Doomsland Dragon Ball Legends Dragon POW! Dream Defense Dust Settle Endless Frontier Fight for America Fire Hero 2 Forged Fantasy Frozen: Free Fall Fruit Ninja 2 Galaxiga Grow Castle Grunt Rush Gun War 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 Injustice Gods A.U. Into the Dead 2 Island War Jurassic Monster World Kingdom Clash Last Hero S.A Left to Survive Legion Master Lilys Garden Lonely Survivor Mad Skills MX3 Magic Rampage Magic Siege Major Gun 2 MARVEL C.o.Champions Match Hit Meow Hunter Merge Archers Mini Golf King Mob Control Moto Rider BRG Mr. Autofire NFL Rivals Ninja Turtle Legends NonStop Knight 2 Otherworld Legends Pac Man 256 Pokemon Quest Pool Stars R.A.C.E. Raid Rush Ramboat 2 Real Steel Boxing Champ Red Siren Rival Kingdoms Robot Warfare Rodeo Stampede Royal Match Shadow Gun ESW Shadow Knights Shadow Legends S.F. Shadow of Death Shadow Slayer Shadowgun Legends Shooter.io.WS SkullGirls Slash and Girl Slime Castle Smash Bandits Snake io Sniper 3d Sniper Strike Sonic Boom 2 Space Shooter GA Steampunk Tower Steel Rage Stick War Saga Stickman Archer Online Storm Blades Street Racing 3D Stupid Zombies 1 Subway Match Tacticool Tank Combat WB Tank Hero Tank Stars Tiny Gladiators Top Troops Tower Conquest Towerlands Traffic Rider Transformers E.W. Transmute: GB Undead City ZS Undead VS Demon Unkilled Wacky Battles War Commander R.A. War Heroes War Inc : Rise Warhammer 40k Tacticus Warzone Commander World of Artillery WWE Mayhem WWII Defence Zombeast Zombie Defense Zombie Fire 3d Zombie Hunter Zombie State Zombie Warfare TDP Zombtube3 points -
Version 1.0.8
998 downloads
Day R Survival Script Just made it and wanted to share since other scripts that i found, while good and all, is a bit outdated and has massive CPU Usage while on idle. Tested on x64 LDPlayer & Android Device. Not sure if it will work for everyone, but it works fine for me on those 2. So far, everything is safe to use for me on online profile. NB: There may be bugs, haven't tested all the features extensively. Features Overworld Unlimited Overweight Limit No Overweight Penalty No Item Decay Radiation Immunity Max Search Bonus Max Search Speed Always 100% Light Fast Travel Battle Infinite AP Regen Infinite Max AP No Pets Limit No Weapon Limit Character No Max HP Limit No Max Food Limit No Max Water Limit No Max Energy Limit Infinite Buff Duration Note: Buff duration applies when buff is refreshed/replaced, duration extension is not permanent, so if you re-open the game, you'll need to reapply the feature. Camp - [Use Before Opening Camp In Game] Instant Realtime Crafting Instant In-Game Time Crafting Instant Safe Cracking Currency Set Minimum Received Currency Item Spawner Make Any Items (Except Currency & Quest Category)3 points -
The unique program with an excellent set of features. Distinctive features: support x86 and x64 devices and emulators (BlueStacks, Droid4X, Genymotion etc.); support Android 5+ and 6+; deceleration / acceleration speed games (ARM devices only); direct and fuzzy search; multiple fuzzy search for equality; search encrypted XOR values; search for fractional values; modify all the values found at once; show search progress; advanced filtering of search results; search value not only for equality but also in terms of more / less. Unique features GameGuardian Availability Search for encrypted values. Group Search supports all data types, including float and xor. Search in the application code. Changing the application code. Support of "data type" xor, are often used to protect the values of the changes in the games. Displays an unlimited number of search results, the main thing that you have enough memory. Filtering the search results according to various criteria. Autofill on values change. The ability to enter data in hexadecimal. The rollback feature values change if you do not need. Extended freeze values. Advanced application settings system. Viewing the game screen, without closing the program interface. The input history. Unique in-memory data storage system that allows you to store data in memory and avoid crashes the program when available memory runs out. Speedhack runs on x86 devices. Speedhack runs on android 7. speedhack Function: time jump, which allows you to go forward in time, to the exact distance. Unique speedhack configuration allows fine-tune the desired intercept timers in the game without touching unnecessary. The unique masking system unable to detect the fact of installing and running the program for the protection systems of most games. Extremely high stability. Active support. Constant updating. Localization into many languages. Special tricks against some common protective systems.3 points
-
[ 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.2 points
-
Sometimes answers "chat GPT" - resemble delirium of a drug addict. For example: gg.searchNumber(";192762458137", gg.TYPE_UNICODE)2 points
-
This is good, i used this to install if i just edit the materials quantity, and not do anything else, will EHT still be able to track the changes/ban me?2 points
-
2 points
-
im no expert in scripting but for a simple ON-OFF script, this is how i came up with : local gg = gg r = {"[ON]","[OFF]"} SW = r[2] function main() local menu = gg.choice({ "\nFireRate Hack"..SW, "\nEXIT"}, nil, "ON OFF Menu") if menu == nil then return elseif menu == 1 then hack1() elseif menu == 2 then os.exit() end end function hack1() if SW == r[2] then -- codes here -- gg.alert("FireRate Hack Enable") SW = r[1] else -- codes here -- gg.alert("FireRate Hack Disable") SW = r[2] end end while true do if gg.isVisible() then gg.setVisible(false) main() end end2 points
-
You understand correctly, to find something and exchange it for something. But you can find a number that is only for display on the screen. Number you need may be in another place and encrypted. In online games - even more options.2 points
-
2 points
-
How to set Game Guardian with Apktool M for Android 14 Compatibility This guide will walk you through editing SDK target of Game Guardian (GG) using Apktool M to ensure compatibility with newer Android versions "Android 14" Hey Darklord aka OREW here again --------------------------------------- 1. Download Required Tools: Game Guardian (GG) Apktool M --- 2. Decompile the Game Guardian APK: Open Apktool M. Locate the GG APK file. Select the GG APK, then click "Decompile" and wait until the process completes. --- 3. Edit the apktool.json File: Open the decompiled GG folder. Locate and open the apktool.json file. Find lines 29 and 30: "minSdkVersion": "10", "targetSdkVersion": "22" Change both versions to: "minSdkVersion": "24", "targetSdkVersion": "24" Example of apktool.json After Editing: { "apkFileName": "GameGuardian.101.1_src.apk", "PackageInfo": { "forcedPackageId": "127", "renameManifestPackage": null }, "doNotCompress": [ "resources.arsc", "png", "res/raw/ydwsh" ], "compressionType": false, "sparseResources": true, "version": "2.4.0-241015", "sharedLibrary": false, "VersionInfo": { "versionName": "101.1", "versionCode": "16142" }, "UsesFramework": { "ids": [1], "tag": null }, "unknownFiles": {}, "apkFilePath": "/storage/emulated/0/Download/GameGuardian.101.1.apk", "compactEntries": false, "isFrameworkApk": false, "sdkInfo": { "minSdkVersion": "24", "targetSdkVersion": "24" } } Save and exit the file. --- 4. Recompile the Modified APK: In Apktool M, click the "Compile" button at the top of the folder structure. Check the box for "Use aapt" and press OK. Wait for the process to finish. --- 5. Install the Recompiled APK: After recompilation, press the "Install" button. When prompted, grant root access through Magisk Manager or KernelSU Manager (as applicable). Open GG, select the default configuration, and enable the "Install from unknown sources" permission if required. --- 6. Handle Installation Issues: If GG doesn't install directly after the package name randomizer process, follow these steps: Exit and navigate to: Android > data > com.catch_.me_.if_.you_.can_ (GG data folder) > cache > tmpe.apk This tmpe.apk file is the new GG package. In Apktool M, open it and select "Quick Edit." Set the Main SDK and Target SDK versions to 24. Press "Save", install the new package, and you're done! --- Enjoy using Game Guardian on your device! ^_^2 points
-
Version v1.09
160 downloads
GET READY FOR INTENSE 3D TANK BATTLES IN SUPER TANK HERO. EXPERIENCE ONE OF THE TOP OFFLINE TANK WARFARE GAMES, WHERE PRECISION AND STRATEGY ARE KEY. AIM CAREFULLY, FIND THE PERFECT SHOT, AND DOMINATE ENEMY WAR MACHINES WITH YOUR UNSTOPPABLE IRON FORCE. BUT BEWARE, QUICK REFLEXES ARE ESSENTIAL! MISS YOUR CHANCE, AND IT COULD BE GAME OVER! GAME LINK: APKCOMBO SCRIPT MENU: - SKILL MENU BULLET MULTIPLIER ROCKET MULTIPLIER INSTANT MINEBOT ALWAYS CRITICAL INFINITY INVINCIBILITY - FREE SHOPING2 points -
Version v2.1.1
744 downloads
GUN STRIKE IS A 3D SHOOTING GAME.THE GAME HAS A HOT AND REALISTIC BATTLE SCENES, SMOOTH OPERATION, RICH WEAPON SYSTEM, THE INTELLIGENT ENEMIES REGULATION SYSTEM, AND THE PLAYERS CAN UPGRADE THE PROPERTY OF THE SYSTEM. WE WILL LET YOU PUT IT DOWN, WAITING FOR WHAT ?TRY THE MOBILE VERSION OF GUN & STRIKE 3D! GAME LINK: APKCOMBO SCRIPT MENU: - GOD MODE - SPEED HACK - MAX ACCURACY - HITKILL - INFINITY AMMO - FREE SHOPING - RAIN BULLET2 points -
Season pass hack by @NoFear is still working. just increase group size to 4509 edit as usual Armv8 only UTF-8 search for new season points = :SSPDecor13EgyptPoints.amount using HEX search = h 1C 00 00 00 53 53 50 44 65 63 6F 72 31 33 45 67 79 70 74 50 6F 69 6E 74 73 2E 61 6D 6F 75 6E 742 points
-
2 points
-
i would like to encrypt following file.I have get error after encryption with many tool. please help me HeroMode Wave Value.lua1 point
-
1 point
-
New season points. UTF-8 search = :SSPPet14OwlPoints.amount Dword group search = 24D;1,347,441,491D;875,656,293D;1,349,285,711D;1,953,393,007D;1,835,085,427D;1,953,396,079D::25 HEX search = h 00 53 53 50 50 65 74 31 34 4F 77 6C 50 6F 69 6E 74 73 2E 61 6D 6F 75 6E 74 00 - Season pass unlock by @NoFear still working - Armv8 only1 point
-
Will be honest. You can't really defend from that, maybe make it harder for someone to find it using pointers and fake searches...etc. All type of redundant stuff to waste someone his time. Accept that when you make script and use GG function and offset calculations or anything that's in the script people can get it.1 point
-
Version v0.3
167 downloads
DOGAN SIMULATOR 2 IS A FIRST-CLASS GAME THAT OFFERS THE MOST REALISTIC CAR SIMULATION EXPERIENCE! THIS EXCITING CAR SIMULATION IS FULL OF UNIQUE GAME MODES AND AMAZING GRAPHICS. THE PERFECT GAME FOR BEGINNERS AND CAR ENTHUSIASTS ALIKE. GAME LINK: APKCOMBO SCRIPT MENU: - INFINITE CASH1 point -
Version v4.16.0
812 downloads
SNAKE LITE IS AN AWESOME ARCADE WORM GAME. DIFFERENT FROM OTHER SLITHER&SNAKE GAMES, NOT ONLY CAN YOU COLLECT YUMMIES AND DIFFERENT POWERUPS IN THE ARENA, BUT YOU CAN ALSO COMPETE WITH OTHER PLAYERS TO SEE WHO IS THE LONGEST SNAKE! WORMS .IO IS A CLASSIC FUN AND DYNAMIC ACTION PVP HUNGRY SNAKE GAME - RELAX, THE RULES ARE SIMPLE. CONTROLLING YOUR WORMS TO EAT MORE DELICIOUS FOOD BECOMES LONGER, WIN THE WORM.IO BATTLE AND BECOME THE BIGGEST WORM&SNAKE OF THEM ALL! LIKE THE OLDEST CLASSIC SNAKE GAME, SNAKE ZONE.IO RETAINS THE CORE GAMEPLAY MECHANISM! UNIQUE GRAPHICS KEEP MINIMALISTIC AND SIMPLE. GAME LINK: APKCOMBO SCRIPT MENU: - ZOOM HACK - SCORE MULTIPLIER - LEVEL EDIT (PLAYER) - AGILITY - SPEED - COIN MULTIPLIER - DISABLE AI - INVENCIBLE (ENEMY TOO)1 point -
1 point
-
[ @moh4mmed ] --- Since you're mentioning "system", you're definitely need your own server/vps to create such authentication. There's a lot of tutorial for it already on Youtube on how to do it on server but on zygisk-imgui part, you need to do it yourself. The easiest approach is to include internet checking when the modules are being loaded, if you want using ui then I don't really know.1 point
-
1 point
-
1 point
-
Version v1.11
404 downloads
WELCOME TO STREAMER SIM TYCOON. IN THIS SIMULATION GAME IN THE LIFE OF A STREAMER, YOU START YOUR OWN BROADCAST CHANNEL, WHERE YOU BROADCAST LIVE CONTENT FROM YOUR COMPUTER, ACCUMULATE SPECTATORS AND FOLLOWERS, HIGHER YOUR SKILLS AND REACH THE TOP AMONG ALL STREAMERS! GAME LINK: APKCOMBO SCRIPT MENU: - INFINITY MONEY1 point -
1 point
-
Version v1.43
796 downloads
FEEL YOURSELF IN THE SKIN OF A SMALL RODENT MOUSE! TWO LOCATIONS. HUGE FOREST AND COTTAGE. LIVE IN YOUR SECLUDED HOLE IN THE FOREST OR IN THE COTTAGE. IN THE COTTAGE YOU WILL HAVE TO SHOW ALL YOUR AGILITY, CLIMB THE FABRIC SURFACES, JUMP FROM THE SHELF TO THE SHELF, FROM FURNITURE TO FURNITURE, ON THE WAY TO THE NECESSARY OBJECT. GAME LINK: APKCOMBO SCRIPT MENU: - REMOVE ADS - DISABLE ENEMY (ONLY FOR SPAWNED) - SUPER FOOD - EXP MULTIPLIER - NEST MENU - CAMERA CONFIG - HITKILL - MAGIC HIT (INCREASE ATTACK RANGE) - MOVE SPEED - ROTATE SPEED - JUMP HACK - SKIN UNLOCKER1 point -
Version v2.18.0
296 downloads
STEP INTO THE THRILLING WORLD OF RETRO AUTOMOTIVE MECHANICS WITH THIS ENGAGING GAME! TAKE ON THE ROLE OF A SKILLED MECHANIC SPECIALIZING IN VINTAGE CARS FROM THE USSR AND EUROPE. EXPLORE THE EXCITEMENT OF RESTORING CLASSIC CARS, SCAVENGING FOR DAMAGED PARTS, ORDERING NEW ONES, OR EVEN ATTEMPTING TO FIX THEM YOURSELF. LUA OPEN SOURCE: DISCORD GAME LINK: APKCOMBO1 point -
Version v2.0.5
222 downloads
THE SHIP SANK INTO THE SEA AFTER ENCOUNTERING A STORM, AND YOU ARE THE SOLE SURVIVOR AWAKENED IN A LIFEBOAT. MONITOR YOUR LIFE STATS LIKE HUNGER AND THIRST, GATHER VALUABLE RESOURCES FOR CRAFTING, AND CREATE WEAPONS FOR HUNTING USING WHATEVER YOU HAVE AT YOUR DISPOSAL. EXPAND YOUR BOAT TO BUILD A LARGER SHELTER AND DEFEND AGAINST SEA INTRUDERS DAY AND NIGHT. AFTER ALL, PEOPLE WILL DO ANYTHING TO SURVIVE! LUA OPEN SOURCE: DISCORD GAME LINK: APKCOMBO1 point -
1 point
-
1 point
-
Version v200606
1,386 downloads
CHOOSE TWO ANIMALS, AND THE GAME WILL MERGE THEM USING ARTIFICIAL INTELLIGENCE! EACH ANIMAL YOU CREATE WILL HAVE ITS OWN UNIQUE ABILITIES AND POWERS! SURVIVE AND EXPLORE A VAST, RANDOMLY GENERATED WORLD. THERE'S SO MUCH TO DO: COMPLETE QUESTS, BATTLE MONSTERS, DECORATE YOUR HOUSE, OR EVEN BUILD YOUR OWN TOWN! WITH THE LATEST UPDATES, YOU CAN ALSO PLAY WITH YOUR FRIENDS! LUA OPEN SOURCE: DISCORD GAME LINK: APKCOMBO1 point -
Hi, I'm trying to use Game Guardian to cheat in the game Pocket Mortys on Android. This game is VERY similar to pokemon, it's semi open-world, you catch mortys, each morty has an IV which represents how good it is after you catch it, there's tickets that you can buy for money. I was able to generate a dump of the APK using IL2CppDumper and APKTool. I saw some functions that seem interesting to change. For example, I want to change the IVs of a wild morty, they normally range from 0-16, so I found this function. // RVA: 0x185DB50 Offset: 0x185DB50 VA: 0x185DB50 public void GenerateIVs(int min = 0, int max = 16) { } going to the offset of that function I found MOV W20, W2 //these two variables should be min/ max right? MOV W21, W1 //So I changed them to MOV W21, W2 MOV W21, W1 //logically I'm generating a morty with either all min stats or all max. But the game keeps crashing, or become VERY slow. I think they have a checksum somewhere, is that something I can fix? There's multiple other functions that I saw and seemed like they were interesting to play around with, but I think a good starting point is being able to catch a wild morty with 16(maxed) IVs. Is this doable, if so what am I missing or what should I be doing? In case this is not really doable, how would I go by displaying all available wild mortys and their IVs like a cheat table? I know how multiplayer games are mostly based on the fact "never trust the client" but is it really possible that every single thing in the game is server-sided? Oh and I've tried packet sniffing to see what kind of packets are being sent when a premium item is purchased with in-game currency and didn't really find much.1 point
-
https://gameguardian.net/forum/topic/19033-day-r-survival/?do=findComment&comment=1497261 point
-
1 point
-
Version 3.8.0
7,750 downloads
Features : • Skill Hack (Default SAS Skills) - Reload Speed. - Fast Movement. - Toughness. - Recovery Time. - Health Regen. - Pay Grade. - Body Armor Expert. - Energy Boost. - Energy Regen. - Field Supplies. - Grenade Damage. - Critical Shot. • Skill Hack (Assault) - Overpowered Adrenaline. - Overpowered Killing Spree. • Skill Hack (Medic) | Coming Soon • Skill Hack (Heavy) | Coming Soon • Skill Hack (Global Character) - Long Skill Duration [Except Medic] - No Skill Cooldown. - No Skill Energy Cost. [NEW] • Mastery Hack - Set Mastery Level To Max. - High Mastery Bonus. • Weapon Hack - High Crit DMG/Chance Bonus. - High Pierce. [Coming Soon] - High Rocket Explosion Radius. [Coming Soon] - High AOE. [Coming Soon] • Others - God Mode. - No-Clip. - F.O.V. If you face some problems with the script contact me via telegram. Game Link1 point -
what there's to be hacked? There's nothing new in emba 2.0 you want floppy disk hack? just do function swap between spendCurrency and addCurrency,1 point
-
1 point
-
1 point
-
I've tried many virtual applications, but my Game Guardian still has the no daemon error, I ask for help how to solve this Android:13 MIUI:14.0.5.01 point
-
Version 3.6.2
6,281 downloads
Thanks to @zam535582 Menu - Unlimited Coins - Unlimited Moves - Speedhack Upcoming features - Unlimited Stars Enjoy and give a five-star rating before download Drop your comments if there's any problem with the script Watch the Video on my YouTube channel and Pls Subscribe "Game Lovers Villa"1 point -
Topic for known problem and how it resolve. 1. If you use Tencent Superuser and GG doesn't get root - change this root manager to another. For example: SuperSU.1 point
-
1 point
-
When you find that value if you edit the line above you can level up very quickly. Be careful though if you max each skill at level 150 then it gets stuck asking you to distribute points.1 point
-
1 point
-
Link Play store : https://play.google.com/store/apps/deta ... ntryEscape Hello, can you make a mod for farmville 2. I really love this game but now it is an exaggeration to wait many hours before to accomplish a task. Thank you davance1 point