Jump to content

MonkeySAN

Contributor
  • Posts

    1,623
  • Joined

  • Last visited

  • Days Won

    102

Posts posted by MonkeySAN

  1. 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")

     

  2. 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.

    IMG_20231029_142619.thumb.jpg.1dacfe9a8998373b88ca9e9738229845.jpg

    the data/values structures before edt :

    IMG_20231029_142637.thumb.jpg.baf51ca184eaedfdf45c1ffc70d29219.jpg

    = 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.

  3. 5 hours ago, artemasjank said:

    I do. Is it completely unavoidable if you try to manipulate the gem counts?

    i dont know for sure.

    perhaps it can be just any valiue manipulation.

    its your call if  you want to proceed.

  4. 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()

     

  5. 4 hours ago, GeorgeMonkey said:

    Do you know how to edit the first adress is a higher value it should edit the rest like that?

     

    Example

    First adress - first offset value is

    671,018 

    The rest is

    671,017 

    Then a script which edit it like this

    Script

    Then

    All of them will be the same as the first adress?

    and what is that hack for?

  6. 1 hour ago, Hylianer95 said:

     Can you reopload it 🙂 Thanks

    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

     

  7. 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

  8. N refer to any value you put.

    for example if you put 10 

    only the first 10 results will be shown after a search.

  9. yup...its not Gems x 4

    search like this :

    Screenshot_2023-10-18-00-12-43-889_com.vphonegaga.titan.thumb.jpg.f1856ae315b2f949abb0118b1c2088dd.jpg

    get or use some Gems then refine and edit the same way.(valueX4)

    search = 60X4

    refine = 62X4

    edit = 500000X4

  10. On 6/8/2022 at 9:45 PM, sammax71 said:

    Gems can be hacked by searching your amount X4 (Anonymous, dword)

     

    5 hours ago, TysonForeman said:

    Doesn't work anymore. Anyone know a fix?

    i just checked.

    its still working.

×
×
  • 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.