Jump to content

MonkeySAN

Contributor
  • Posts

    1,871
  • Joined

  • Last visited

  • Days Won

    127

MonkeySAN last won the day on July 17

MonkeySAN had the most liked content!

Additional Information

  • Device
    potato phone

Recent Profile Visitors

199,272 profile views

MonkeySAN's Achievements

  1. well..Good Luck then.
  2. 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.
  3. 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.
  4. show me video then.
  5. 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.
  6. 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.
  7. its the easiest thing. trust me, you will found it in no time.
  8. you can find clues in my previous comment in previous pages in this thread.
  9. yeah. its not permanent though. i think no problem in PvE. not sure in PvP.
  10. 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
  11. 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
  12. 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?
  13. 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.
×
×
  • 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.