Jump to content

MonkeySAN

Contributor
  • Posts

    1,602
  • Joined

  • Last visited

  • Days Won

    99

Everything posted by MonkeySAN

  1. Its non-playable Boss dinosaur. The only playable Boss dinosaurs as for now are these 4 :
  2. You can check it here : https://www.paleo.gg/games/jurassic-world-the-game/creatures?sort=release_date
  3. STYRACOSAURUS LUX = -253,858,672 RODRIGUES SOLITAIRE = 819,309,449
  4. - Search above value. - reduce the value and refine until 1 or 2 results are left. - manually edit the value first to see which is the correct one. - remove the wrong one but leave the the correct one in the search result. - then use the script above with the value still in search result. - the script will end like this,giving the ClassName and Field offset of that value. - next run the script above. - put the necessary info then run it. - it will take you to value type selection menu so choose the correct one. - and you good to go. @Bunny2001
  5. Group Items : search in previous pages.
  6. Script Unlock S Rank Job 32bit : TEST_UnlockJob[32bit].lua - Job IDs is the same - update me later if it work for you
  7. so the thing is you really dont know.
  8. show me a video when you do it.
  9. what link? the script is still there on that page.
  10. whats not work? i just checked it still working. https://streamable.com/80s5c7
  11. gg.setRanges(gg.REGION_ANONYMOUS) gg.toast("Enter XYZ:") local pos = gg.prompt({"X:","Y:","Z:"},{0,0,0}) local searchString = string.format("%.2f~%.2f;%.2f~%.2f;%.2f~%.2f:9", pos[1] - 0.02, pos[1] + 0.02, pos[2] - 0.02, pos[2] + 0.02, pos[3] - 0.02, pos[3] + 0.02) gg.alert("Search = "..searchString) gg.searchNumber(searchString, gg.TYPE_FLOAT) gg.toast("Finished")
  12. you can search Coins while playing. search, pause before refine to the new value then edit. just Dword (no X4)
  13. exactly. i am glad that you were able to figure it out. ---------------------------------- one more thing. after searching your unit(soldier/vehicle) HP/Scale , you might wanna to look at a Dword value above it.. 65536 to be exact. freeze that value and you now have unlimited turn for that unit.
  14. anyway i uninstalled the previous game and install the game from the link. the only difference that i found was the game before is 64bit while the game from the link is 32bit. put that aside..the hack i had shown before still work. the data/values structures before edt : = 130F;43F:6F;60D;1D::21 ----------------------------------- plus the Attack and Defense that you edited actually the unit Level. you can see my unit Attack and Defense are edited but the Level still at 1.
  15. this was the game that i used. the version : and i got this when trying to install the game from the link its trying to install an update to existing game rather than a new install. what do you think, its the same or not?
  16. group search : Scale in Float Attack in Float Defense in Float Mobility in Dword Range in Dword search = 130F;43F;6F;60D;1D::21 type = Dword/Float memory ranges = Anonymous
  17. i dont know for sure. perhaps it can be just any valiue manipulation. its your call if you want to proceed.
  18. try this to see if it work for you. local lib = "libnative-lib.so:bss" local pi = gg.getRangesList(lib)[1].start local firstAddr = pi + offset--your offset local value1 = gg.getValues({{address = firstAddr, flags = 4}})[1].value gg.searchNumber(value1 - 1, 4) local results = gg.getResults(gg.getResultsCount() - 1) gg.editAll(value1,4) gg.clearResults()
×
×
  • 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.