Jump to content

All Activity

This stream auto-updates

  1. Today
  2. nah man but the guy is my friend
  3. nice you gave me some ideas to make my own.
  4. I thought it was impossible since it was online but, you can hack this game? How?
  5. Finally my new Script for finding only new dinosau's ids works correctly New Script-2.mp4
  6. Scorpios rex gen 2 I'd please ... everyone help meee
  7. Has anyone figured out the Field and Offset for halloween/xmas avatars and holiday event statues? Have Field and Offset for unlocking all other items in game on latest 1.11.6 version 64 bit
  8. thank you it work does the new hybrid have new animations
  9. Hello I come to seek your help to find the Gold hack, They could explain to me how I managed to find the object value to be able to put it at -99999.
  10. Yesterday
  11. update the game to latest version 1.83.4 if available.
  12. hey i tried the Fukuimimus id and my game crashed
  13. T-Rex Bull = 1,259,125,636 Fukuimimus = 999,978,268
  14. Does anybody know how to get rid of heroic creatures. Is there a way to sell them or get rid of them? Is there a way to get more of them aswell instead of only being limited to one? Just like you can get multiple of the same boss, shouldn't there be a way to get multiple of the same heroic creature?
  15. 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
  16. This is the value you need to search. Memory Range is Anonymous and value type is Dword.
  17. Bro are you Ostaposaurus
  18. yes bro that exactly what l mean the unrealeased dinos these two different ways to do l hope every one get benfit of this
  19. hello again, here iam with my curiosity and experiment on lua scripting today i will make menu and the goal is to switch between language using menu text before making this, i ve read some past topic posted by RCPOLSKI heres his topic link RCPOLSI's Topic Link but i will try to make my version with the goal that i want. local lang = {' English'. ' Español'} local langC = 0 local hackEN = {'Position'. 'Teleport'} local hackSP = {'Posición'. 'Teletransportarse'} function SelectLanguage() local menu = gg.choice({lang[1], lang[2]}, nil,'ONLY SELECT ONE LANGUAGE') if menu == nil then os.exit end if menu == 1 then langC = 1 Main() end end if menu == 2 then langC = 2 Main() end end end function Main() if langC == 1 then local menu = gg.choice({hackEN[1], hackEN[2]}, nil,'ONLY SELECT ONE HACK') if menu == nil then os.exit end if menu == 1 then --Position Hack end if menu == 2 then --Teleport Hack end end if langC == 2 then local menu = gg.choice({hackSP[1], hackSP[2]}, nil,'ONLY SELECT ONE HACK') if menu == nil then os.exit end if menu == 1 then --Position Hack end if menu == 2 then --Teleport Hack end end end while true do if gg.isVisible() then gg.setVisible(false) SelectLanguage() end gg.sleep(100) end i wonder what i write above is correct or not, i havent try it yet. maybe perhaps, you can shorten the script text length?
  20. can someone teach me how to find their ids
  21. Their data is already in game so we can get that easily the id's which are not in game are fukuimimus and bull t-rex ids i think there is a Misunderstanding between unreleased (which are not officially released for public but have their ids in game) and those which are confirmed but their ids are not in game
  22. Hello, I need help, please. I couldn't find a value or a way to cheat without using resources. I want to advance the game by unlocking new cakes. There are a number of cakes I want to unlock, and there's a line to complete experience points to unlock new cakes. I couldn't find the value for this bar or line for experience points. Please help me. Thank you. This is the game link (https://play.google.com/store/apps/details?id=com.falcon.dm.water.cake.sort.puzzle )and this is the line or path (the experience points path; each time you merge cakes and complete a full plate, the points increase).
  23. no(
  1. Load more activity
×
×
  • 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.