Jump to content

MonkeySAN

Contributor
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    130

Everything posted by MonkeySAN

  1. the game got updated? if it does so then you may need to manually find it to get the new offset as it will change after an update.
  2. MonkeySAN

    Please Help

    What do you meant by.. as far as i remembered that game dont have levels to complete. all you need is to upgrade/level up these 3 :
  3. MonkeySAN

    Please Help

    Care to share the game?
  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. great.
  7. Script Unlock S Rank Job 32bit : TEST_UnlockJob[32bit].lua - Job IDs is the same - update me later if it work for you
  8. so the thing is you really dont know.
  9. show me a video when you do it.
  10. what link? the script is still there on that page.
  11. whats not work? i just checked it still working. https://streamable.com/80s5c7
  12. 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.
  13. 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.
  14. 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?
  15. 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
  16. 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()
  17. and what is that hack for?
  18. MonkeySAN

    floating icon

    i dont have with me anymore. but i make a new one : local n = {"Enable","Disable"} AC = n[1] function doAction() local ret = gg.alert(AC..' Hack ?' , 'YES', 'Cancel', 'Exit') if ret == 3 then os.exit() end -- exit from the script if ret == 1 then if AC == n[1] then --your hack here--turn ON gg.alert("Hack ON") AC = n[2] else -- your hack here--turn OFF gg.alert("Hack OFF") AC = n[1] end end end gg.setVisible(false) while true do if gg.isVisible() then gg.setVisible(false) doAction() end gg.sleep(100) end
  19. local lib = "libnative-lib.so:bss" local pi = gg.getRangesList(lib)[1].start local firstAddr = pi + offset--your offset local lastAddr = pi + offset--your offset local value1 = gg.getValues({{address = firstAddr, flags = 4}})[1].value local value2 = gg.getValues({{address = lastAddr, flags = 4}})[1].value gg.searchNumber(value1..";0~~0;"..value2.."::45", 4) local results = gg.getResults(gg.getResultsCount()) gg.editAll("500;0",4) gg.clearResults() for Battle Items : Speed Up Treasure Radar Rich Cat Cat CPU Cat Jobs Sniper the Cat
  20. what is the Items? doesnt it got a name? XP , Cat Food etc.
  21. there you go. @Jimeous guides definitely works here as well as mine.
  22. if you can change those values,that means it will work. you just need to goto the address and find a way that work for you. care to share a screen shot any of the values when you goto the address? i think there is not that much different.
  23. what are you trying to find? resources are simple and easy enough. search = ID;Current QTY;Max Storage::9 example : Wood ID = 2 currrent Qty = 20 max storage = 25 search = 2;20;25::9 @Jimeous guides for the resources is only for 32bit(armv7). for 64bit(armv8) you only need to increase the group size from 17 to 25. = 3B9AC9FFh~C4653600h;0;2;20;25::25
  24. somehow its not working for me. cant even start the script. any idea why?
  25. check the list here : Jurassic World: The Game how to get a locked dinosaur? (#1rumilz9)
×
×
  • 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.