-
Posts
1,871 -
Joined
-
Last visited
-
Days Won
127
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
well..Good Luck then. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
just send it bro. show me what you did? if there any mistakes or anything, i can try to identify it for you. my 10 yrs old neighbour was also wondered whats so hard to understand. his English are much broken than me but yet he can understand it very well. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
i want to see what you did. see if i can find any mistake that you might unaware of. since you dont want to. well..GOOD LUCK. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
show me video then. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
which post? what did you do that didnt worked? if its not hurt you or kill you, show me video of how you did it. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
whats not to understand? if im gonna to repeat myself, it still will be the same. nothing more nothing less. the clues here are SEARCH then LEVEL. thats so easy. its up to you to find the ANSWER. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
you can find clues in my previous comment in previous pages in this thread. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
yeah. its not permanent though. i think no problem in PvE. not sure in PvP. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
-
yup..yours are working. but i will do like this : local lang = {' English',' Español'} local selectHack = {"ONLY SELECT ONE HACK", "ELIGE SOLO UN TRUCO"} local hack = {{'Position', 'Teleport'}, {'Posición', 'Teletransportarse'}} local teleporthack = {{'Map 1', 'Map 2'}, {'Mapa 1', 'Mapa 2'}} local toast = {{'Position Hack chosen!', 'Teleport Hack chosen!'},{'¡Posición elegida!', '¡Teletransportado!'}} function SelectLanguage() local menu = gg.choice(lang, nil,'CHOOSE LANGUAGE / ELIGE EL IDIOMA') if menu == nil then os.exit() else langC = menu Main() end end function Main() local menu = gg.choice(hack[langC], nil, selectHack[langC]) if menu == nil then return end gg.toast(toast[langC][menu]) if menu == 1 then -- Position Hack elseif menu == 2 then TeleportHack() end end function TeleportHack() local hackName = hack[langC][2] local menuTitle = hackName.." - "..selectHack[langC] local menu = gg.choice(teleporthack[langC], nil, menuTitle) if menu == nil then return end if menu == 1 then -- Map 1 elseif menu == 2 then -- Map 2 end end gg.setVisible(false) SelectLanguage() while true do if gg.isVisible() then gg.setVisible(false) Main() end gg.sleep(100) end
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
Page 41 in this thread -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
above table represent Evolution stages and Levels in it. so how to search a dino at Level 40 with HP 274 we use group search = Evolution stage ; Level ; 274 :: 17 base on the table Level 40 is Evolution stage 3 so start with = 3 ; Level ; 274 but in the codes, Level are just store as value 1 to 10. you can see in the table each stage has 10 levels so Level 40 = 10 so the final group search = 3 ; 10 ; 274 :: 17 -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
didnt you asked for that here : Jurassic World: The Game how to get a locked dinosaur? (#aaiufk7w) that was it. and didnt you read comments that came after you said its the wrong codes? -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
you can replace the string name with any dino but if it not Heroic or the data hasnt put into the game even it confirmed, it useless. even the trick with use no shards changed nothing. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
whats not working? a video would be so much help. -
what video and about what?
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
this is Triceratops at Level 40. normally you wont able to make it Heroic because you already had one. but using the trick in the video you will able to. - see if you can figure out the answer to your question for other Heroic dino. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
do as shown in the video. change the value at offset 48 to 0 that will turn the dino back to normal which you can sell. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
for Heroic dino. VID_20250628125123.mp4 you dont ever need shards to level up to 6 stars. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
One way is in Tides of Heroism showdown. search for Triceratops shards. = 15D;1,769,100,302D;1,634,887,011D;125D::29 - refine to 125 - use increment edit to find the correct one - edit the value ie: 9999 Now for Pteranodon shards : goto the address(125) and scroll up to find string name shown below replace both check value with Pteranodon string name = 1,702,121,486;1,869,504,882 then enter and complete the showdown. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
nice you gave me some ideas to make my own. -
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
update the game to latest version 1.83.4 if available.