Leaderboard
Popular Content
Showing content with the highest reputation since 05/01/2025 in all areas
-
So this day has come. Unfortunately we cannot delete anything, or even edit anything on this thread. I doubt even the thread owner can do that. Honestly I half expected that the devs would be aware when the thread got to this point. I agree that we should stop continue discussing on this thread or about the hack altogether. However, I doubt the devs would do anything drastic though. There are many reasons but ultimately, it comes to a point: whether taking drastic measure would do more harm or more good for their interest. AE is a niche game, and an OLD game at that, that means its players base is not big and could be dwindling faster than growing by the day. It's a gacha game but it's an OFFLINE game WITH gacha element in the spirit. The game is not competitive, no leaderboard, no pvp... and its content can be completed by everything it's been given for free. In in all honesty, all the gacha stuff actually ruins the game by making it easier with broken chars. Most of the hacks / mods simply hastens the speed that you obtain some free stuff. You cannot hack any of the paid stuff, which is the source of their income. Therefore, using hacks / mods or not, in the end, if you have enough patience you will get all the free stuff (weapons / sidegrade chars ...). They know the exploits / mods for years, and already taken measures to counter it. E.g: to enhance some of the new weapons, you have to farm horrors on the map, which spam every 6 hours. There is no place on the map that gives their drop so even using hacks, people still have to farm them normally, and thus at least keeping the "active players" / "average daily playing time" KPIs (I imagined these) in the acceptable range. They also give "hints" which items are "key" items (e.g: by making it a light source instead of a chest), so people who use mods don't accidentally pick them up. Hackers don't care if they got banned, most of them simply treat this as a side game. There may also be paid players (like me, but I stopped spending ever since SA), wiki editors among the hackers. The hackers may also spend or be converted into paid players (also me, for some occasionally SDE). Security is expensive. This is a conspiracy, but I guess some devs, or at least some alumni devs, are the ones who sell hacking services for AE. With all those points, let's say if AE is simply a PAID OFFLINE game, then once you bought it, whether you hack it or not is entirely up to you, no one tell you how to enjoy your game. However, it has a server side gacha aspect, but it's well protected and currently no hacks / mods could ever touch them. Therefore, in general hackers now are simply hacking the offline aspect of the game, and since it's non competitive, it's them ruin their own game (or making it more fun). Taking grastic measure may give the non-hacking players some joy, but I don't think it plays into their benefit. Security is expensive, if they want to protect the client side, as well as server side, they gotta pay more and if their income doesn't increase after doing so, there is no point doing it. Banning hackers may also reduce their players base, making an old niche game harder to have new players. I believe the devs are aware of the hacks / mods, but they intelligently "use" those people to their advantages (e.g: for keeping up their KPIs), that's why they intendedly leave the Nopaew exploit for too long. They ensure that hackers / modders can enjoy the game and may as well become paid players, at the same time prevent them from causing harm to paid players. Cat Express Ticket is the only middle gray area here imo. It's currently designed as a premium stuff which gives advantage to paid players. Hacking those tickets means directly tap into their income. I also fully aware of this but still decide to share the hack because my stand on this is that it should be free for everyone. There should be different way to keep the active playing time KPI (like the Cat Scratchbook). I think if the devs decide to do something, the only thing they may do is to fix the exploit that allow people hacking Cat Express Tickets. Probably the easiest is to make it an online resources, just like Chronos Stones.5 points
-
3 points
-
im not an expert but try this and see if it work for you gg.searchNumber("0.10000000149;2.5;6.0::9", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("6", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) local results = gg.getResults(1) local baseAddress = results[1].address local offset = 0x500 gg.clearResults() gg.searchNumber("-1", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, baseAddress, baseAddress + offset, 0)2 points
-
2 points
-
Does anyone know the id of new super hybrid or the new herbivores hybrid ?? And know how to get the id on our own ??1 point
-
hmm..i face no such problem so far. just dont change too many result at once. or you can try this : Record_2025-05-26-08-49-24_9c29c5ced1cbbaf4012f4db13dfab3bd.mp41 point
-
Yeah. Once you get a goal with a gold reward you can modify that. Mine was a small reward (3 gold) but if you find a cash reward then you can use the address mask to refine the gold search and narrow the results right down. Then you can increment edit a few at a time if editing them all crashes your game.1 point
-
1 point
-
1 point
-
Hey everyone! Im pretty new in this world of emulators, Game Guardian etc. For the past 3-4 days I've tried to use Game Guardian on this game called Top Goal but Im for sure doing rookie mistakes and can't get to go forward: I think im going somewhere, instead Im not. So Im asking someone with more experience than me to help me out.1 point
-
View File Mech Arena V2 Game Name :- Mech Arena Update File All Problem Fixed Features :- Anticheat Bypass ( Use Main ID ) BotOnly (If you want) HealthRegeneration ShieldDurability UnlimitedAmmo FastReload InstantCapture FiringRate MechSpeed ZeroGravity NoCooldown UnlimitedDash Stealth (EnemyAlso) Script Automatic Auto-Update Telegram :- https://telegram.me/Mk_Hacker_Gaming Tutorial :- Submitter Mk_Hacker_Gaming Submitted 05/22/2025 Category LUA scripts1 point
-
thats not the way to go. if you gonna make it work, it should work all the way. all "-1" value that had been found after distance 500 for each address will be store here : local allResults = {} could it be that you got more than one results because the other value load much later in game? thats why i ask the game name and what value that you are looking for. i dont like uncertainty. well..at least for me. when you know for sure, things can be done with more efficient.1 point
-
gg.searchNumber("0.10000000149;2.5;6.0::9", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("6", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) -- Get up to 10 results just in case local results = gg.getResults(10) local offset = 0x500 local allResults = {} -- Loop through each address from results for _, v in ipairs(results) do local baseAddress = v.address gg.clearResults() gg.searchNumber("-1", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, baseAddress, baseAddress + offset, 0) -- Get all found results for this address range local found = gg.getResults(10) for _, addr in ipairs(found) do table.insert(allResults, addr) -- Collect each valid result end end -- Load all results found for target value if #allResults > 0 then gg.loadResults(allResults) end1 point
-
Some skins need 150,000 scores to unlock, but finding the values won't edit the score, am I doing something wrong?1 point
-
Helloooo My name is MysticFPS. I'm really passionate about games and everything related to gaming. I’ve recently joined this amazing community to connect with like-minded people who share the same interest. The main reason for joining GameGuardian Forum is to interact with fellow gamers, learn from others, and also share whatever knowledge I have. I’m always excited to discover new tricks, mods, and techniques to enhance the gaming experience. Looking forward to being part of the discussions and contributing in any way I can! Thanks and happy gaming!1 point
-
Version v1.5.1
158 downloads
WELCOME TO THE MOST ADDICTIVE AND EXCITING MERGE ANIMAL STACK 3D GAME YOU’VE EVER PLAYED ON YOUR ANDROID DEVICE. ANIMAL STACK 3D IS A FREE HELIX SMASH GAME IN WHICH YOU GET TO BLAST THROUGH PLATFORMS WHILE AVOID HITTING OBSTACLES IN BLACK COLOR. WHILE THE ONE-TAP GAMEPLAY OF THIS FREE STACK ANIMAL GAME IS EXTREMELY EASY TO LEARN AND IS AS EASY AS TAPPING THE SCREEN TO SMASH THROUGH THE COLORFUL PLATFORMS, YOU WILL GET ENTERTAINED FOR HOURS WITHOUT GETTING BORED OR EVER NOTICING THE TIME. GAME LINK: APKCOMBO SCRIPT MENU: - REWARD HACK (ACHIEVEMENT) - BOX SPAWNER - INFINITE COMBO - COIN MULTIPLIER1 point -
View File Zombie Warfare: The Death Path x64 Zombie Warfare: The Death Path Any issues feel free to comment and ill look into it thanks for using my scripts consider leaving a like it helps me rank up , thanks ! Submitter KUMADEIT Submitted 04/11/2025 Category LUA scripts1 point
-
Version 2.2
787 downloads
Hello everyone! I've decided to share open-source scripts I've made recently. Item Tool is the one I've spent the most time on, it can get you more than just items. These are my first scripts I made, they worked for me and my friends. (64 bit only, tested on rooted and no-root devices. also tested on emulator memuplay) All of these work on "real server" but incorrect usage (getting too much resources/items) can get your account sent to "cheater server" so I recommend testing on test cities first. Also whatever is currently safe may not be safe in the future. If you have any issues/feedback feel free to join and we can tshoot together https://discord.gg/8SfqwUkE9g and look for threads with the tool name. My discord is "911bob"1 point -
I think this thread should be deleted before the noobs take over with their idiocy, especially that guy who got "locked" out of his account because of stupid way APK MOD that he used. Other day, I saw some morons posted a screen cap about his mods and discussed the exploits on Another Eden official forum. If you haven't noticed by now, the devs are already working on some kind of "blocks" on the game to prevent these APK MODs being used. I also read (I think it was on the Altema) that the devs are aware of this Nopaew exploits. If they know and if this gets out of hands, the devs will create a script to stop the exploits. It's not that difficult to do. By looking at the game codes in IDA Pro, one can easily write a subroutine that either bypass the exploits or just overcome it completely. It's just one exploit after all and patching that is not that hard. They can also target Gameguardian, which might be bit tricky to do but doable, considering how secure their paid Chrono Stones servers are and these are not exploitable/hackable. They created a dedicated servers with modern security patches, indicating that they can easily bypass Gameguardian too if they need to/want to. One example I can use to prove my point is even if you can get a character to load up in Dream using Gameguardian, you will get "out of stock" message when you pull it because it's not connected with the server and thus, throws that message. To get it successfully, the internet has to be on and a trigger signal must be establish with the server so good luck going anywhere near there. Anyway, TL;DR: I believe this thread served its purpose and helped out the original people/posters who wanted help. Now, it should just be deleted to prevent morons ruining for the rest of us.1 point
-
View File ALTO ADVENTURE SCRIPT MENU JOIN ALTO AND HIS FRIENDS AS THEY EMBARK ON AN ENDLESS SNOWBOARDING ODYSSEY. JOURNEY ACROSS THE BEAUTIFUL ALPINE HILLS OF THEIR NATIVE WILDERNESS, THROUGH NEIGHBOURING VILLAGES, ANCIENT WOODLANDS, AND LONG-ABANDONED RUINS. ALONG THE WAY YOU'LL RESCUE RUNAWAY LLAMAS, GRIND ROOFTOPS, LEAP OVER TERRIFYING CHASMS AND OUTWIT THE MOUNTAIN ELDERS – ALL WHILE BRAVING THE EVER CHANGING ELEMENTS AND PASSAGE OF TIME UPON THE MOUNTAIN. GAME LINK: APKCOMBO SCRIPT MENU: - UNLOCK SKIN - REMOVE ADS - DOUBLE COIN - HIGH JUMP - INFINITE COIN Submitter Collen Submitted 05/07/2025 Category LUA scripts1 point
-
1 point
-
1 point
-
Download: https://play.google.com/store/apps/details?id=com.nintendo.zaka&hl=de does someone know how to hack rubies or coins? i wasn't able to start this game on rooted device. please help1 point
-
Just let the amount change and press the settings button and then search or refine. That pauses the game. If your amount is as in you pic then do a range search (eg 3900~4000). Refine in the same way.1 point
-
1 point
-
1 point
-
I was unable to launch this strange emulator Try these methods: 1) Select all the green search regions 2) The values in the game are not encrypted, but the game currency can be displayed as follows: $105M To do this, use the search for values in the range: 105,000,000~106,000,000 3) If the value is still not found, use a fuzzy search.. This function has buttons such as "value increased" and "value decreased". --- 1) Select the "Other" search region. It is highlighted in yellow 2) Also use a fuzzy search or a range value. --- 1) Install another emulator: LDPlayer, Nox, MeMu These emulators support the Play Store + Root 2) You can download a virtual space for your smartphone: Vmos, Virtual Master, VphoneGaGa Play Store + Root1 point
-
Little Eatie = -1,112,746,156 Big Eatie = 1,891,732,937 Ceratosaurus Gen 2 = -915,084,3221 point
-
1 point
-
1 point
-
Version 1.40.0
374 downloads
I tried To Hack This 2-3 years ago but . I couldn't hack it because it wasn't Working On X8sandbox (Android 5.0 emulator) because game required Android 7+ Otherwise [unfortunately Game Has Stopped Error] . But Now, i had Find 2-3 ways to hack this game cheats • Gems - Coins - Crystal hack from dropped items • Free Chest Shop Menu • Event Special Coin Hack For LeaderBoard I had Also Find mine Level Hack + mineshaft level in dword https://youtube.com/shorts/hgvquCo9sv8?si=bHfg13XE-mwPhC-b Video_2025_02_11_10_32_58.mp41 point -
1 point
-
Version 1.0.1
2,827 downloads
Fury Survivor: Pixel Z Credit to @NoFear for discovered the hacks This script is specifically designed to swap item and modify item amount in Fury Survivor: Pixel Z. The script is expected to perform everything laid out in this guide in an automated manner. The following is the steps of using the script: Search the item that you want to modify, enter the amount of the item you owned. Once the item is saved to the script, you may perform item swap or item amount hack. Watch the video guide for more details. Note: You do not have to search again for the address if the item is still inside your GameGuardian's saved list. However, there are cases when the script detected that the addresses are no longer holding the value for particular items, the script will remove the saved item automatically. If you need any help about the script, you may go to Help for further information. If nothing solved your problem, try to toggle on the Debug Mode on the bottom left button, and redo what you had done that cannot accomplish what you want. Then, go to the same directory as the script, there will be a file named "FurySurvivor_<timestamp>.log", send it to me and further describe the problem. Question: I do not see my item in the script. Answer: The item list is lacking in the script, you may refer to this guide for manual edit if your item is not in the script. With the help of this script, you can easily locate to other item that is available in the script, and try to perform a manual item swap hack to figure out the item type you want. If you are unsure about what to edit, head back to the script and press on "View items" to check what addresses are expected to be edit in the hack. If you wish the item type to be added in the script, send me the code that you figured out, I will add it into the script from time to time when I am free. Question: Will I get banned using this script? Answer: Do not over-hack the item amount, keep the value reasonable to prevent any ban and it should be safe from ban.1 point -
1 point
-
1 point
-
[ @Bruh666 ] --- It is great to see that you're still on-going on this, dedicated stuff. Is there any chance to setup some github for preservation? ---1 point
-
In recent weeks, many people have been unable to download the script on the gameguardian website, can you please check if there is a problem with the download mechanism, I am located in Taiwan, Asia1 point
-
Version 101.1
206,077,612 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).1 point -
When you run it and search the value 0.3 manully do you get results ? Because if so they were never edited either. I really think that it is a bug because the script does search the value but it does not edit each search and its because the results somehow do not appear. I do not know why.1 point
-
I dont really understand what you are saying but have you tried Crafting the axe(obviously) you say the axes durability is 50 yes? Then search 50 (could be dword,float,double,byte ect thats for you to find out) So after you searched 50 Hit a tree or do anything that could lower the durability, if you know the durability value after lowering it then search that number if not press the microscope with the "?" On the image Then press Decreased Keep lowering the durability and searching the value and then eventually you should find it. Ps 50;50 is a group search which you dont need to do Hope I helped if not reply back I'm happy to help1 point
-
Friend, can you help me try a game to see if it can be cracked? The name of the game is Dragon Ball legends Help Me Hack The Game [added 0 minutes later] Friend, can you help me try a game to see if it can be cracked? The name of the game is Dragon Ball legends Help Me Hack The Game1 point
-
1 point
-
1 point
-
Thanks a lot for this app . It is best hacking app . Very useful tool . It have finally kicked game killer , game hacker , xmodgames and etc from hacking tools . Noone use this idiot apps which need licence and only can search and edit values . And game gourdian is 100% free . Now everyone who is interested with hacking games, they use Game Gurdian . Thanks a lot again .1 point
-
1 point
-
GameGuardian work without root Parallel Space-Multi Accounts Best choice (no error 105)! Requires Android: Android 4.0.3 (IceCreamSandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK VirtualXposed Requires Android: Android 5.0 (Lollipop) or later. There is support for x86. Optimized version (no error 105): Download APK DualSpace Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. Optimized version (no error 105): Download APK Parallel Space Lite-Dual App Requires Android: Android 4.0.3 (IceCreamSandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Parallel Space Pro-App Cloner Requires Android: Android 4.0.3 (IceCreamSandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK DualSpace Blue Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. Optimized version (no error 105): Download APK DualSpace Lite Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. Optimized version (no error 105): Download APK ES Parallel Accounts Requires Android: Android 4.4 (KitKat) or later. Optimized version (no error 105): Download APK GO Multiple Requires Android: Android 4.0 (IceCreamSandwich) or later. There is support for x86. Optimized version (no error 105): Download APK Dr. Clone Requires Android: Android 4.4 (KitKat) or later. There is support for x86. Optimized version (no error 105): Download APK Virtual Space Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK NoxApp+ Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Octopus Requires Android: Android 4.4 (KitKat) or later. Optimized version (no error 105): Download APK AppBox Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Multiple Space Requires Android: Android 4.1 (Jelly Bean) or later. Optimized version (no error 105): Download APK clonneapp Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Parallel Accounts Requires Android: Android 4.2 (Jelly Bean MR1) or later. There is support for x86. Optimized version (no error 105): Download APK APP Cloner Requires Android: Android 4.1 (Jelly Bean) or later. Optimized version (no error 105): Download APK APP Hider Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Calculator+ Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Multi Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK 2Face - Multi Accounts Requires Android: Android 4.2 (Jelly Bean MR1) or later. There is support for x86. Optimized version (no error 105): Download APK App Hider Lite Requires Android: Android 4.0 (Ice Cream Sandwich) or later. There is support for x86. Optimized version (no error 105): Download APK Dual App Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Phone (Dialer Vault) Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Notepad Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK VMOS Requires Android: Android 5.0 (Lollipop) or later. Google Play APKPure Clone App Requires Android: Android 4.4 (KitKat) or later. Optimized version (no error 105): Download APK You can use other virtual spaces, but there may be a 105 error. These virtual spaces are used most often and for them there are optimized versions, so we recommend using them. Complete list of all optimized virtual spaces.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
-
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.1 point
-
1 point