Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 05/12/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. assuming you had already named all the items in the saved list. maybe you can try this : function setPos(x, y, z) local saved = gg.getListItems() local edited = {} for i, v in ipairs(saved) do if v.name == "posX" then v.value = x v.freeze = true table.insert(edited, v) elseif v.name == "posY" then v.value = y v.freeze = true table.insert(edited, v) elseif v.name == "posZ" then v.value = z v.freeze = true table.insert(edited, v) end end if #edited > 0 then gg.setValues(edited) gg.addListItems(edited) gg.toast("Position updated and frozen.") else gg.toast("No matching posX/posY/posZ found.") end end while true do if gg.isVisible() then gg.setVisible(false) local menu = gg.choice({ "Value 1 [x:100, y:50, z:1]", "Value 2 [x:200, y:150, z:1]", "Value 3 [x:300, y:200, z:1]", "EXIT"}, nil,"Select value") if menu == nil then elseif menu == 1 then setPos(100, 50, 1) elseif menu == 2 then setPos(200, 150, 1) elseif menu == 3 then setPos(300, 200, 1) elseif menu == 4 then gg.toast("Exiting..") os.exit() end end gg.sleep(100) end
    2 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. View File Obsidian Knight [ Script] Game Link ; Click Here Go To Download Play Store Hacks ; Hp Hack Ruby Hack Gold Hack Speed Hack Damage Hack Critical Rate & Critical Damage Hack Note; After each section you need to deactivate it and activate it again otherwise it will not work XRecorder_Edited_20250321_01.mp4 Submitter FTRMN Submitted 03/21/2025 Category LUA scripts  
    1 point
  5. also with normal Mission can change the reward into shards. easy mission but with a very complicated method. multiple values needed to be swap correctly. otherwise game will crash.
    1 point
  6. from Side Missions you can edit the amount and change to different dino shards. to search for it = dino ID;shards amount;5;34::13 ie: Triceratops shards = -670,191,440;50;5;34::13 refine to shards amount and use increment edit to find the correct one. change the ID to get different dino shards.
    1 point
  7. try this for i = 1, #phaseValues do SET_BUFF(phaseValues[i]) displayPhase() end
    1 point
  8. Recover Energy = 26; 96 Recovery Porion (L) = 27; 4448 Recovery Potion (S) = 28; 96 Mystic Flute = 29; 352 Small Flute = 30; 96 Holy Herb = 31; 4448 Sacred Leaf = 32; 96 Energizing Stew = 33; 352 Energizing Riceball = 34; 96 Mystic Elixir = 35; 96 Homeopathic Elixir = 36; 352 Eternal Candle = 37; 96 Awakening Vessel = 38; 352 Royal Gift = 39; 32864 Kairo Flan = 40; 32864 Wairo Flan = 41; 32864 Kairo Creamy Cake = 42; 32864 Wairo Creamy Cake = 43; 32864 HP Orb = 44; 32864 MP Orb = 45; 32864 Vigor Orb = 46; 32864 Power Orb = 47; 32864 Resilience Orb = 48; 32864 Agility Orb = 49; 32864 Fortune Orb = 50; 32864 Miracle Mallet = 51; 352 Wisdom Orb = 52; 32864 Dexterity Orb = 53; 32864 Forage Orb = 54; 32864 Travel Orb = 55; 32864 Fondness Orb = 56; 32864 Running Shoes = 57; 96 Blessed Rain = 58; 96 Bounty Bag = 59; 96 Pouch (Grass) = 60; 96 Pouch (Wood) = 61; 96 Pouch (Food) = 62; 96 Pouch (Ore) = 63; 96 Pouch (Mystic Ore) = 64; 96 Skill Up Orb = 65; 104 Bronze Trophy = 66; 2152 Silver Trophy = 67; 2152 Gold Trophy = 68; 2152 Kairo Grail = 69; 2152 Crown of Courage = 70; 2152 above is Group Item IDs and Flags. i think nothing changed from this : Kingdom adventurers (#ct8d7j) for version 2.5.7 to search Group Item you had already unlocked : = 1;0;ID;Flag;4::25 ie: Miracle Mallet = 1;0;51;352;4::25 once found tap and hold ID value, choose Offset calculator and enter offset 98 as shown as below : VID_20250609020508.mp4 that get you to quantity value. as for Group Item that you had yet to unlock : search = 0;0;ID;Flag;4::25 but this time you need to activate it first the first 0 (second address above ID) is the activation value so change it to 1 the second 0 is for display "New" - same change to 1 but optional again to get to quantity use the ID value and add offset 98.
    1 point
  9. [ 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
  10. Memory Range: Anonymous Value Type: Dword For me they are all just Dword values, not encrypted. If you find one value all the others are close by.
    1 point
  11. well done my good man, i already put the code here to my full script, it works and very efficient, can reduce more text length in my script , i hope to see you again
    1 point
  12. hello, im still new at scripting, i tried something and it works but i need simplifier scripting, heres some part of my code local posX = gg.getListItems() local posY = gg.getListItems() local posZ = gg.getListItems() for i, v in ipairs(posX) do if v.name == 'posX' and v.flags == gg.TYPE_FLOAT then v.value = 100 end end for i, v in ipairs(posZ) do if v.name == 'posZ' and v.flags == gg.TYPE_FLOAT then v.value = 1 end end for i, v in ipairs(posY) do if v.name == 'posY' and v.flags == gg.TYPE_FLOAT then v.value = 50 end end gg.setValues(posX) gg.setValues(posZ) gg.setValues(posY) gg.addListItems(posX) gg.addListItems(posZ) gg.addListItems(posY) local searchResults = gg.getResults(10, nil, nil, nil, 1, 100, gg.TYPE_FLOAT) if searchResults.name == "posX" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posX' end end if searchResults.name == "posY" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posY' end end if searchResults.name == "posZ" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posZ' end end gg.addListItems(searchResults) gg.clearResults() do i need an arraylist / tablelist and pointer ? for my 3 float value 100;1;50 because i need to input all values more than hundreds, if i still using script code above, it will very long writing
    1 point
  13. View File POCKET ZONE 2 X64 POCKET ZONE 2 FEATURES : * LEVEL 99 * SKILL POINTS * ITEM DUPE * UNLIMITED STAMINA ( WHEN CHANGING ZONES REACTIVATE) VIDEO TUTORIAL BELOW PLEASE LEAVE A LIKE IT GOES A LONG WAY AND ITS FREE THANKS ALOT AND ENJOY ! Submitter KUMADEIT Submitted 03/25/2025 Category LUA scripts  
    1 point
  14. gg.searchNumber('1008981770', gg.TYPE_DWORD) gg.refineNumber('1008981770') local searchResults = gg.getResults(5) searchResults[3].name = 'Target' gg.addListItems(searchResults) gg.clearResults() local Target = gg.getListItems() for i, v in ipairs(Target) do if v.name == 'Target' and v.flags == gg.TYPE_DWORD then v.value = 0 v.freeze = true v.freezeType = gg.FREEZE_NORMAL end end gg.setValues(Target) gg.addListItems(Target) gg.clearResults()
    1 point
  15. Wildlive Preservation: -444290909 Supper Club: 510034534
    1 point
  16. thats their name and both are Tyrannosaur aka TRex. so Bucktrex , Doetrex. just search 7 letters. Scorpios Rex is a Hybrid. so name start with capital H. it got 2 words in the name, Scorpios and Rex. try search for HRex. yeah..not 7 letters so you have to go into each results. try figure it out yourself. as for the script you mentioned about. contact the creator and ask for an update for it.
    1 point
  17. 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
  18. of course they dont. only the NAME of dinos being added to the game. so then READ again : Jurassic World the Game: Trade Harbor (Mega Hack) (#2fbij4ib)
    1 point
  19. well..i dont know. you should ask @tobiashkansson on that matter. or you can just go to this site for dinos update : https://www.paleo.gg/games/jurassic-world-the-game/creatures?sort=release_date but sometime the site got updated late. by the time @tobiashkanssongave the new dinos id, the site still hasnt got update yet.
    1 point
  20. ah..im late as usual. you can turn any cash reward into gold. as well as add gold reward for race.
    1 point
  21. 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
  22. 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
  23. 10th anniversary decoration: -258,499,418
    1 point
  24. 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
  25. 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
  26. 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
  27. 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
  28. Again. Have you READ anything (comments and replies) in THIS thread? if you REALLY did, then you will know what does that group search is for.
    1 point
  29. What EXACTLY are you looking for? Havent you READ anything in THIS thread before? Btw, there could be some mistakes along the way. that should look like this : you should get 2 results when tap and hold -> Pointer search that value 31,039,030 and when you goto each result, one should look like above. - Dword 2 at number 2 - value at 2nd address(number 3) below number 2 is your season points value
    1 point
  30. see that Dword value 31,039,030 now tap and hold it until menu box appear. then select pointer search. you will get 2 results. go to each address and find as shown in pic below : - number 3 is your season points value.
    1 point
  31. tap the first address with value 25 then go to address. on that page, move the value 25 to the bottom, just above screen border. take screen shot and post it here.
    1 point
  32. For the new season points : UTF-8 = :SSPSuit21AirPoints.amount Dword group search(ordered) = 25D;1,397,773,139D;846,489,973D;1,919,500,593D;1,852,403,536D;1,630,434,164D;1,853,189,997D::25 HEX search = h 00 53 53 50 53 75 69 74 32 31 41 69 72 50 6F 69 6E 74 73 2E 61 6D 6F 75 6E 74 00 - Season pass unlock by @NoFear is still working - Armv8 only
    1 point
  33. Little Eatie = -1,112,746,156 Big Eatie = 1,891,732,937 Ceratosaurus Gen 2 = -915,084,322
    1 point
  34. 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
  35. -- Define the menu options menu = gg.choice({ "1. Enter Value and Search", "2. Refine Search", "3. Edit Results", "4. Exit" }, nil, "Game Guardian Script") -- Function to search for the value in memory function searchValue() gg.clearResults() value = gg.prompt({"Enter the value to search:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end dataType = gg.choice({ "1. Dword", "2. Float", "3. Double", "4. Word", "5. Byte" }, nil, "Select Data Type") if dataType == nil then return end local typeMap = { [1] = gg.TYPE_DWORD, [2] = gg.TYPE_FLOAT, [3] = gg.TYPE_DOUBLE, [4] = gg.TYPE_WORD, [5] = gg.TYPE_BYTE } gg.searchNumber(value[1], typeMap[dataType]) gg.toast("Search completed!") end -- Function to refine the search results function refineSearch() value = gg.prompt({"Enter the new value to refine search:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end gg.refineNumber(value[1], gg.TYPE_DWORD) -- Default to DWORD for refinement gg.toast("Refinement completed!") end -- Function to edit the search results function editResults() value = gg.prompt({"Enter the new value to set:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end local results = gg.getResults(100) -- Get up to 100 results for i, v in ipairs(results) do v.value = value[1] end gg.setValues(results) gg.toast("Values updated!") end -- Main loop while true do if menu == 1 then searchValue() elseif menu == 2 then refineSearch() elseif menu == 3 then editResults() elseif menu == 4 then gg.toast("Exiting script...") os.exit() end menu = gg.choice({ "1. Enter Value and Search", "2. Refine Search", "3. Edit Results", "4. Exit" }, nil, "Game Guardian Script") end
    1 point
  36. First of all the tutorial is still on this thread. The 1st or 2nd page teaches the nopaew exploit. The 4th page teaches the red and green keys. They won't give the opus or skip tickets id for free. Sadly, they use it on their own personal gain. Either you learn it or no. But since no one is giving hints i will give you the app that you needed. Since that app is listed on this site i think im permited to mention it. When you go to forums title hacking app/tools you will see lots of shenanigans i mean app that helps you to mod the games. But for this game just get the vmos app works well with another eden, once you install it you could just tick the root and voila game guardian works wonder and just follow all the tutorial here. Just so you know the nopaew exploit and the keys that shared here are more than enough. In my game i have like 500000 red keys and still there after the update. With infinite red keys you will get those opus in no time with regular farming. I got 9 pieces of alter lokido opus just in 3 days. Handsome bruh signing out.
    1 point
  37. I've been trying to change my EXP level in Summer Break: https://play.google.com/store/apps/details?id=com.ntt.summer.ball.puzzle&hl=en (made with Unity) I have not been able to find any of the useful values in this game. Not by specific search, nor via fuzzy search. I am quite a noob when it comes to Game Guardian, but have been successful in some other games. Whether the 1XP per broken block is increased, the 50XP per watched ad (after breaking the star), or increasing the level instantly – that's all fine by me.
    1 point
  38. For vmos 1.download and install game guardian 2.select 64 bit 3.select no root 4.download and install go multiple apk 5.put game guardian inside go multiple 6.run game guardian and minimize it 7.open monster hunter now 8.enjoy
    1 point
  39. 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
  40. [ @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
  41. 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
  42. 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
  43. 1 point
  44. 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
  45. Guess no one is going to try anything with this game
    1 point
  46. https://play.google.com/store/apps/details?id=com.kobojo.mutants
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.