Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 04/30/2025 in Posts

  1. 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
  2. Memory Range: Anonymous Value Type: Float Simple search, refine & edit (Always amazes me when people say "I tried everything" and the answer turns out to be a simple edit)
    3 points
  3. 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
  4. 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
  5. 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.mp4
    1 point
  6. ah..im late as usual. you can turn any cash reward into gold. as well as add gold reward for race.
    1 point
  7. 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
  8. 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
  9. 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 scripts  
    1 point
  10. 10th anniversary decoration: -258,499,418
    1 point
  11. 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
  12. 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) end
    1 point
  13. Anyone managed to hack the game's tokens and coins? I tried multiple ways but didn't work. This is a very nostalgic game for me. Found a youtuber that made a script but it was for an older version. Not sure if the current version is still hackable
    1 point
  14. Some skins need 150,000 scores to unlock, but finding the values won't edit the score, am I doing something wrong?
    1 point
  15. Bro I will test it ok I have some good information about game guard if you make the update script open source for learning bro
    1 point
  16. 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
  17. 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 scripts  
    1 point
  18. 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
  19. 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 scripts  
    1 point
  20. v3.11.20 updated: New style: Last Haven (Red Clad Flamemancer AS - Dewey AC AS) Last Haven Treatise: job_rank_item.lasthaven Last Haven Starchart: job_rank_item.zodiac_lasthaven
    1 point
  21. Try VphoneOS Even in Android 7 mode u can run certain games that you couldnt in ither emulators. Use the imports if they not available in the VphoneOS playstore to install them
    1 point
  22. 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 help
    1 point
  23. 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
  24. Memory Range: Anonymous Value Type: Dword Search your coin or gem amount multiplied by 2. So, if you have 550 coins then you search 1100 Dword. When you find one value if you go to the address you'll see the other close by.
    1 point
  25. 1 point
  26. 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 range
    1 point
  27. 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 + Root
    1 point
  28. Little Eatie = -1,112,746,156 Big Eatie = 1,891,732,937 Ceratosaurus Gen 2 = -915,084,322
    1 point
  29. [ 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
  30. https://www.ero-labs.com/en/game.html?id=32 can someone help me to find damage mulitplier in this game? or someone create script for this game please
    1 point
  31. NOTE: You should enable string representation (in the memory editor). You should also have at least some basic knowledge of GG, otherwise you might not understand somethings that are discussed below. VERY IMPORTANT: Trade Harbor is unlocked at level 50, so if you are not on level 50 then follow the exp hack given below. EXP HACK Click on your Missions tab and check what your current mission exp value is, search for that value as (DWORD). Then, use increment by 1 and then, close and re-open your Missions tab, check for your value in GG and then revert and remove all other values. Change your value to a big number (like shown on the picture above) and complete that mission. Do this until you reach level 50 and unlock the Trade Harbor. CUSTOM TRADES INCREASE Well, once your Trade Harbor is unlocked and you click on it, then, you will see 2 tabs. The first tab is where Chanya Diogo has some special trade offers for you and the second tab is the Custom Trade tab. In the Custom Trade tab, you can select an item you want to trade and you can also select the type of resource you want to get in return (which is limited). You will also see that you have only 3 Custom Trade's after which you need to buy them in order to use more of the Custom Trades. So, search for 3 as (DWORD), then, do a trade or cancel it and you will be left with 2 trades. Refine 2 as (DWORD) and you will be left with some results. Once you are left with only 1 result, change it to a big number or if you are left with few results, just use increment by 1 and check the number that has changed of your trade with GG and change that number to a big number. Now, this is the part where you have to pay attention to each and everything that is written below, in order to understand and do it on your own. You might need to practice this method a lot of times until you have a good grip on it. This is an Item Swap method and everything is assigned a specific number. ITEM ID's (CUSTOM TRADES) Below are the id's to some of the resources of the game, which you will understand as you read further. Dinosaurs = 0 (Includes Jurassic, Aquatic, Cenozoic and Bosses) Buildings = 1 Decorations = 2 DNA = 3 Food = 4 Coins = 5 Cash = 6 Loyalty = 7 MODS = 8 S-DNA = 9 Some items are simple enough like DNA, Food, Coins, Cash, Loyalty and only require the item id that are listed above. While other items like Dinosaurs, Decorations, Buildings, MODS and S-DNA require 2 item ids. One type of id that is listed above and can be called a Category id (for explanatory purposes) and a Special id that represents that thing or Dino and separates it from other things or Dinos. Since DNA, Food, Coins, Cash and Loyalty do not have any variety in them, that is why they only have 1 id, you will get what I mean as you read further. METHOD So, do a Custom Trade and in your Custom Trade select Coins (or anything that you want to spend, I selected Coins) and then select anything that you want to get (this does not matter much, you can select just anything because we are going to change this item into what we want, you can go with either Food, Jurassic or anything). Once the trade shows your amount of coins and the item you will get in return, you will need to search for your coins value as (DWORD). In the picture above (which I changed my trade item to Salamander 16 and will tell you how) my trade shows 213536 coins. So, you will search for 5;213536::5 as (DWORD) and you will get only 2 results from this ordered search. So the explanation for the search is that 5 is the item id for Coins in the Custom Trade and 213536 is the amount of coins shown above. The last 5 (Ordered) is the distance between these values. Once you get these two results, click on any one of them and long press and then press Go to, this will lead you to the memory editor as shown in the picture below. So, from this picture, you can get the idea, that you can not only change the price of your item, but, you can also change what you will get in return. Let me tell you how you can use these numbers to your advantage. Explanation of the numbers are as so, the first 3 numbers are related to the item that you are trading, here we have 5;213536;0 (DWORD). As explained above 5 (item id of Coins), 213536 (amount of Coins) and 0 (because Coins do not have any Special Id's). Now the bottom 3 numbers (except the last special number 5) are the numbers related to the item you will get in exchange for what you are trading. Here we have 0;1;-1863210213 (DWORD). The 0 is the item id for Dinosaurs (Since Salamader 16 is a Dinosaur), 1 (amount of Dinos you will get) and -1863210213 is the special id of Salamander 16. The last number 5 is a fixed number and is related to in-game significance of the Trade Harbor and other systems (you don't need to mess with this value). So, once you have done changing your values you can proceed with your trade and voila, you just got yourself something special! Now below are the special ids to different resources, I have also mentioned how you can find specific ids. DINOSAURS To find a specific Dino id (Special id), you just got to search for the first 7 letters of the name of your dino, like if you are searching for Albertosaurus, so just search for the string Alberto as UTF-8, you will get a lot of results. Check in these results for the one that has .Alberto written on it and just 2 addresses above that will be your dino's Special ID. Copy this id and paste it in the special id part of your Custom Trade to get an Albertosaurus like shown in the picture below. If you are looking for a Gen 2 dino so add a 2 at the end of it in your search and just the first 6 letters of your Dino's name like Veloci2 (Velociraptor Gen 2). For a Hybrid and a Super Hybrid, you need to put an H before the first 6 letters of your Dinos name like HDunkle (Dunkleosaurus) and HIndora (Indoraptor). If your dino is a Hybrid and is a Gen 2 dino, then add H in the beginning and 2 at the end of your search and just the first 5 letters of your dino's name like HIndom2 (Indominus Rex Gen 2). If your dino's name has less than 7 letters, then, add D to it like BumpyDD and BlueDDD. For Bosses you need to search for PB and then your bosses kind name (not it's own name) like for Omega 09 it will be PBTyran (Tyrannosaurus), for Juggernaut 32 it is PBTrice, for Valkyrie 77 PBPtera and for Salamander 16 PBMicro. I think PB stands for Park Boss. Remember for your Custom Trade you just have to keep the numbers like this: 0;(amount that you want);(special id) SPECIAL ID's (JURASSIC) 1393042012 (Suchomimus) -1743931416 (Therizinosaurus) 1497467848 (Tapejalosaurus) -704664302 (Nundagosaurus) -825574828 (Edmontosaurus) -59391110 (Dimetrodon) -1410955683 (Deinonychus) 581241791 (Megalosaurus) -60998544 (Pelecanipteryx) 40481232 (Tyrannosaurus) 397647001 (Tyrannosaurus gen 2) -1285400332 (Tyrannotitan) 65958984 (Tropeognathus) -1560125181 (Proceratosaurus) -1052162259 (Spinoraptor) 403122970 (Carnoraptor) 1215039218 (Ostafrikasaurus) 121995842 (Pachyceratops) 899619543 (Allosaurus) 772223371 (Albertosaurus) -785679876 (Sonorasaurus) 1564255850 (Deinosuchus) 2055740954 (Tsintaosaurus) -1592891285 (Bumpy) -1640810987 (Blue) 156445524 (Armormata) 1692405504 (Metriaphodon) 883871771 (Indoraptor) SPECIAL ID's (AQUATIC) -30666063 (Kaiwhekea) -1141247809 (Platecarpus) 613996072 (Dunkleosaurus) -75947127 (Hynecoprion) SPECIAL ID's (BOSSES) -1508593356 (Omega 09) -998063698 (Juggernaut 32) 1237788383 (Valkyrie 77) -1863210213 (Salamander 16) I know you might want to own them (Bosses), you now have the id's so go ahead and get them. I will try to update more Bosses as soon as they are added in the game. I did not put the Cenozoic class id's but I know that you can find them easily. DECORATIONS To find the special id's of decorations, things are a bit different from the dinosaurs. Sometimes a decor can be found by using the d_ in your UTF-8 search like the d_LegendP (Paradise Lagoon) decor in TYPE 1, but sometimes, it does not have any specific string as can be seen in the TYPE 2 picture above, just numbers like 33;19 (those who have visited my Jurassic Pack Swap topic will know what I am talking about). If you find any of the type of data shown in the pictures above. So, just 2 addresses above is your items id like -1085599335 which is 2 addresses above the string d_LegendP in TYPE 1. Do not worry I have already found a lot of these id's on my own including Boss statues. Just keep in mind the data structure you would need in order to change your trade: 2;(amount that you want);(special id) SPECIAL ID's (DECOR AND STATUES) -1718690042 (Tar pit) -1659643892 (Flowerbed) 2053427703 (Modern arch) 452427227 (Apatosaurus fossil) -1085599335 (Paradise lagoon) 821951616 (Earth park) -328316449 (Jurassic world flag) -252737352 (John Hammond Memorial) -1629520660 (Rex rival park) 1805323180 (Spinosaurus skeleton) 475348004 (Mosasaurus sculpture) 1067873184 (Tropical boulevard) 1000892167 (Land and Sea rival park) 900898259 (Stegosaurus garden sculpture) 2041039507 (Snack statue) 1166975718 (Tyrannosaurus topiary) -1409675954 (Incubator egg statue) -1940619558 (Nodosaurus fossil) -1489370798 (Mr. DNA statue) -1418590269 (Jurassic park gates) -50253108 (Jungle conservation) -1845385825 (Smilodon diorama) 697020531 (Titanoboa diorama) 1975559997 (Megatherium diorama) 100144443 (Mammoth diorama) 1234806743 (Haast statue) SPECIAL ID's (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) SPECIAL ID's (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) SPECIAL ID's (SPECIAL STATUES) -1785246481 (Blue statue) 480622185 (Echo statue) 1794234147 (Delta statue) -1036375985 (Charlie statue) -1870782173 (Booster Legacy) -308089113 (Scorpios Rex statue) 1352911750 (Bumpy's statue) -1289510396 (4th Anniversary gate) -746645681 (6th Anniversary gate) 250203850 (7th Anniversary gate) 1559759805 (Jurassic park T.rex) -766439695 (Dodo Eggs statue) -1195596305 (Amber Motorcycle) SPECIAL ID's (VIP STATUES) 504851324 (Ammonite oasis) -1268232173 (Brachiosaurus statue) 427738399 (Triceratops exhibit) 266163637 (Indoraptor skylight) Well if you are not a VIP (or do not have a VIP subscription) then these VIP statues will be very important for you and even if you are a VIP, then, still you would need these since it requires a lot of months to get them. Also a warning once you put any one of the VIP statues in your park, you cannot put it back in your drafts. BUILDINGS Similar to Decorations you can search for their special id's with a b_ as UTF-8 and they also have the same TYPE 2 thing as discussed above. You can find the id's just 2 addresses above your string like for .b_Museum the id is -162004717. Just remember your pattern for your Custom Trade for buildings: 1;(amount that you want);(special id) SPECIAL ID's (BUILDINGS) -2040279077 (Maintenance Facility) 8991235 (Wild Waterfalls) -1934950112 (Wind Turbine) 1894282273 (Big Bite Burger Restaurant) -477328136 (Revolution Ferris Wheel) -162004717 (Hologram Museum) -1483492551 (Badlands Amphitheater) MODS You can find your MOD special id by just searching the full name of your MOD like Toxin in the above picture. The address just above your string .Toxin is your special id for your MOD. Copy that and put it on your Custom Trade. The Custom Trade pattern for MODS is: 8;(amount that you want);(special id) SPECIAL ID's (MODS) 1830411669 (Split wound) 1872723326 (Spikes) -708689034 (Toxin) S-DNA To find the Special id of the S-DNA is super simple, it is basically the id of that relative dino. So if you want a Velociraptor S-DNA, just search for Velociraptor's dino special id, so, search for Velocir as UTF-8 and same as the dino's special id, copy it and put it in your Custom Trade but remember to change the item id from 0 (Dinos) to 9 (S-DNA). Although I have already found all the S-DNA id's. Keep in mind how your values should look like in Custom Trade: 9;(amount that you want);(special id) SPECIAL ID's (S-DNA) -93170300 (Velociraptor) -59391110 (Dimetrodon) 1205504321 (Kaprosuchus) -2121385870 (Sarcosuchus) -134714335 (Monolophosaurus) -543227015 (Ankylosaurus) 1884519706 (Euoplocephalus) 305981254 (Tupandactylus) FINAL NOTE: If you mess up with the special id's, or if you put the special id of something and forget to put the correct item id, nothing much will happen. Your game will crash and you will just have to restart it again. All codes are tested and found working on the armv7 variant of the game. Hope this has helped you out. It looks lenghty, but is very easy to perform and you can do a lot of trades in just a couple of seconds. Enjoy!
    1 point
  32. [ @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
  33. 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
  34. 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 help
    1 point
  35. 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 Game
    1 point
  36. 1 point
  37. Values are server side, but you can always edit your game during race, it's not server side
    1 point
  38. If you use Magisk, just use Magisk Hide and then start game
    1 point
  39. 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
  40. In some firmware for use GG, you need to allow the use of floating windows. Sometimes it is called the notification, alert, docking area, dropzone and so on. MIUI v5: Go to Settings - Applications - everything. 2. Find Game Guardian 3. Enable slider "Pop-ups" Screenshot https://www.youtube.com/watch?v=0Xxj7Kz7WjQ MIUI v6 / Flyme: Go to "Settings" - "All Applications" - "All" found "GameGuardian", in its turn slider settings "pop-ups". https://www.youtube.com/watch?v=hZfcIT74PS8 Sometimes Flyme meets mistranslation as the Alarm (second paragraph): MIUI v7: Go to the application "Security" - permission - permission - GameGuardian - Pop-up windows. EMUI: Phone Manager - Go to Settings (Settings) - Shortcuts - looking there dropzone manager - activate it. Now its icon available on the desktop. We go to the dropzone manager in the list of GG and allow access. The popup does not show on Huawei phones by default. You will need to allow GameGuardian to show popup. Please open the Phone Manager, then Dropzone Management and please make sure it is turned on for GameGuardian . The Popup also does not show on some Xiaomi phones. You need to head to Settings -> Installed apps -> GameGuardian -> Other permissions -> Display pop-up window. Also, other phones may have different procedures to allow apps to show Popup windows. All such apps are usually affected this way, for example the Google Translator app with the Tap To Translate functionality. Therefore, you can simply google "YOUR_PHONE tap to translate" to find the solution. For example, for Xiaomi Redmi devices the solution is as follows: https://productforums.google.com/forum/#!topic/translate/1Pywh5vI1kE
    1 point
  41. Guess no one is going to try anything with this game
    1 point
  42. https://play.google.com/store/apps/details?id=com.kobojo.mutants
    1 point
  43. one question are you using the same version of the game or is other version?
    0 points
  44. Game is server sided I've tried lucky patcher cheat engine injecting younanme it I tried freedom.with 0 luck any one have any ideas I'm all ears.
    0 points
×
×
  • 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.