Jump to content

MonkeySAN

Contributor
  • Posts

    1,813
  • Joined

  • Last visited

  • Days Won

    119

Everything posted by MonkeySAN

  1. 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.
  2. 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
  3. 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)
  4. would it be the end of the world if you waited two or three days?
  5. you can read it here : Jurassic World the Game: Trade Harbor (Mega Hack) (#2fbij4ib)
  6. 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.
  7. ah..im late as usual. you can turn any cash reward into gold. as well as add gold reward for race.
  8. i still need to see that video but i will not go to Discord. i got bad history there that i dont want to talk about. so i will open my message box for a while. you can PM me there the video or the things i asked the very first time.
  9. now its starting to trouble me. i really dont like when something i made gave errors without knowing what cause it.
  10. 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.
  11. 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
  12. 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)
  13. 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.
  14. 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
  15. 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.
  16. 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.
  17. i need the FULL screen shot.
  18. show to me what was exactly you had done.
  19. 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
×
×
  • 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.