-
Posts
1,903 -
Joined
-
Last visited
-
Days Won
130
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by MonkeySAN
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
would it be the end of the world if you waited two or three days? -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
you can read it here : Jurassic World the Game: Trade Harbor (Mega Hack) (#2fbij4ib) -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
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. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
what script? -
How to modify a gold value in Classic Drag Racing Car Game?
MonkeySAN replied to DragGuardianCSR's topic in Requests
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
-
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.
-
now its starting to trouble me. i really dont like when something i made gave errors without knowing what cause it.
-
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.
-
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
-
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)
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
a few hours ago, i checked and it said it was added as unreleased but later was removed from the game. now its back again? -
use this script to edit the amount of Build items you've already unlocked. TEST_Build_Amount_V3.lua - work with 32bit and 64bit
-
- now again tap hold address in box. - Go to the pointer then on that page scroll down, see if there are words from top to bottom that read : FacilityData like this below :
-
all of them. 75;3;3;24;50::17 Optional - value that i freezed as shown in the video as long as 5 values above stay original,i think you will be fine. revert to original whenever want to get another item. make it a habit. it may be troublesome but trust me, it will save you in the long run. otherwise its your call.
-
thats because offset 0x14 wasnt correct to begin with. Build item = Gate value 1 = Pointer value 2 = Build ID value 3 = Build Level value 4 = Amount now i want you tap hold value 1 until this popup appear : i dont know if 32bit the same as 64bit. but if there are 2 "Go to the Pointer", then choose the 2nd one with long address - it will bring you to the next page - screen shot that and post it here. --------------------------------- btw..you can search the Gate more easily using this group search = 28;0;1;99::13
-
IDs are the same as from that older post. to change item, change the ID. after you had done, dont forget to change it back to original values and save the game. it will stay the same after restart. so that you can easily find that item again if needed. in this case, Sturdy Board. group search = 75;3;3;24;50::17
-
Ahh...yes. my mistake..im getting old and keep forgeting things. editing the Items directly will only cause it to reset after restart. even though your storehouse had much spaces. you need to earn the item(found by resident) or in this case buy it from Materials Shop. lets me get back to you, once i cleared the fog and get access to the Materials Shop.
-
i dont know. i dont play the game that far...i think. and you dont need to buy in Materials Shop. you can just hack the Items, you already had. the only thing is you need to have enough space in your storage building. if your Storehouse(Items) had max capacity of 10 editing amount any item to 500 will not save it as it pass the max limit. so you need to hack Storehouse max limit. and to be honest, you dont want to do that as it can break the game the more you hack the items. to a point where the game just freeze or crash whenever you open it. even so it not freeze or crash, the game will be so lagging(1-2fps),it become so unplayable.
-
take a look into my script and compare with yours. then you will know why its not working.
-
well. like i said will never ever join Telegram..so i will not install it just to get the file. Anyway thanks again. Have a nice day.
-
join Telegram? not in million billion trillion years. thanks anyway. about Vmos can you point me to the right direction or a link maybe?
-
however you can manually search the amount. i think the build ID still the same. for example: Wall: Fence ID is 23 search : = ID; Wall : Fence Level;Amount::13 = 23;1;100::13
-
unfortunately, i cant do it at the moment. i need the 32bit version of the game(apk) for testing which i dont have and cant find a working one on my Android 15 device.
-
make a 32 bit what?