Jump to content

MonkeySAN

Contributor
  • Posts

    1,840
  • Joined

  • Last visited

  • Days Won

    124

MonkeySAN last won the day on June 22

MonkeySAN had the most liked content!

Additional Information

  • Device
    potato phone

Recent Profile Visitors

197,283 profile views

MonkeySAN's Achievements

  1. nice you gave me some ideas to make my own.
  2. update the game to latest version 1.83.4 if available.
  3. local lang = {' English',' Español'} local selectHack = {"ONLY SELECT ONE HACK", "ELIGE SOLO UN TRUCO"} local hack = {{'Position', 'Teleport'}, {'Posición', 'Teletransportarse'}} 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 -- Teleport Hack end end while true do if gg.isVisible() then gg.setVisible(false) SelectLanguage() end gg.sleep(100) end
  4. Fair enough, everyone can do it manually. But that's not really the point here. It’s also not about whether it’s ‘important’ or not (that's subjective). it’s about whether it’s useful to people who want a quicker, safer way, or who aren’t comfortable poking around manually everytime. And let's be honest,mistakes happen even for pros . I was just seeing if there’d be any interest, not trying to say it's a must-have for everyone.
  5. i made a script..Does anyone need it? VID_20250613014053.mp4 VID_20250613014714.mp4
  6. yeah. a bit complicated but simple enough for the experienced one only.
  7. for i = 1, #phaseValues do SET_POSITION(table.unpack(phaseValues[i])) displayPhase() end
  8. same as mine for Side Missions and Jurassic Heroes but with more details. Thank you for sharing.
  9. for i = 1, #phaseValues do SET_POSITION(phaseValues[i][1], phaseValues[i][2], phaseValues[i][3]) displayPhase() end
  10. Did i missed something here? i did a single search for -1,275,068,299 but no results found. Can you be more specific.
  11. i had level 40 Pteranodon but only Fuse available. no shards level up. maybe they had not yet put for it in the game..maybe later.
  12. we use what we got, for now. shards also can be edited in Jurassic Heroes showdown. for Triceratops shards : search = 15D;1,769,100,302D;1,634,887,011D;125D::29 refine to shards value (125) and use increment edit to find the correct one. for other dinos. goto address and scroll up to find the string name : replace both checked value with this for Dilophosaurus = 1,818,838,030;1,869,115,503 and with this for Postosuchus = 1,936,674,830;1,970,499,444 ------------------------------- if you not yet do any battle in Jurassic Heroes, you easily maxed out those dinos level to 6 stars by the time you finish Step 3.
  13. 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.
  14. according to: https://jurassicworld.wiki.gg/wiki/Heroic_Shards currently there are 4 dinos with shards replace the ID to get different dino shards.
×
×
  • 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.