Jump to content

MonkeySAN

Contributor
  • Posts

    1,623
  • Joined

  • Last visited

  • Days Won

    102

Everything posted by MonkeySAN

  1. what link? the script is still there on that page.
  2. whats not work? i just checked it still working. https://streamable.com/80s5c7
  3. 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")
  4. you can search Coins while playing. search, pause before refine to the new value then edit. just Dword (no X4)
  5. 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.
  6. 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.
  7. 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?
  8. 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
  9. i dont know for sure. perhaps it can be just any valiue manipulation. its your call if you want to proceed.
  10. 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()
  11. i been using Visitor account only and its been 3 days but everything still fine. maybe will get ban if you connect to Facebook or Google account. i dont know for sure.
  12. for diamond, how exactly you do it? can you explain it to me.
  13. what are you trying to hack?
  14. 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
  15. 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
  16. what is the Items? doesnt it got a name? XP , Cat Food etc.
  17. i tested all codes that was provided here in this thread using Visitor account only.
  18. and how is that question ever came out? you blindly trust what other people said even yourself didnt try the codes in the first place.
  19. MonkeySAN

    What is "N"?

    N refer to any value you put. for example if you put 10 only the first 10 results will be shown after a search.
  20. yup...its not Gems x 4 search like this : get or use some Gems then refine and edit the same way.(valueX4) search = 60X4 refine = 62X4 edit = 500000X4
×
×
  • 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.