Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/14/2024 in all areas

  1. https://play.google.com/store/apps/details?id=eu.funventure.idle.miners.settlement.village.tycoon.pets.keeper&hl=en&gl=US Hi guys, can someone help with this game? There is an old video: But seems like it is non actual right now. If you will try to change Double variables you will get insta banned and game will crash. The only one way to hack i have found is this progress bar (Float) : It can be frozen and then 1 click = 1 resources, easy with autoclicker. But it's a pretty useless hack method in the future. The most necessary thing is donat purple crystals, and i have no idea how to get it.. The ways i've tried to hack: 1) I've tried to change the number of gems to get more then 10 for one ad. Also i've tried to change cooldown time between next ad (thats a 3 hours (10800 seconds). But it doesn't work.. Or im just a noob in GG. 2) Also i've tried to change this price to 0 or -values, but i didn't found nothing to change And more more another things.. But nothing usefull.. Can someone help me, please?
    1 point
  2. 1 point
  3. hi I'm aeronnn11
    1 point
  4. Possible version of your script. Search is done once when script starts. Then it goes into invisible mode and waits for GG icon to be pressed. Until you select “Exit”, all found data in tables will be saved. gg.isVisible(false) gg.clearResults() gg.clearList() -------------Flying cost-------------------- gg.searchNumber( "-8.0004e10",gg.TYPE_FLOAT) -- Why do a refining if you don’t have a group search? gg.refineNumber(' -8.0004e10',gg.TYPE_FLOAT) Fly = gg.getResults(gg.getResultsCount()) gg.clearResults() -------------Energy cost-------------------- gg.searchNumber('55;53', gg.TYPE_FLOAT) -- Refining is needed here. gg.refineNumber('53', gg.TYPE_FLOAT) Energy = gg.getResults(gg.getResultsCount()) gg.clearResults() -------------Water cost-------------------- gg.searchNumber("7018090782024269824",gg.TTYPE_QWORD) -- Why do a refining if you don’t have a group search? gg.refineNumber("7018090782024269824",gg.TTYPE_QWORD) Water = gg.getResults(gg.getResultsCount()) gg.clearResults() ::retr1:: choices = gg.choice({'Engery cost', 'Water cost', 'Exit'}, 0, '\tSelect item cost:\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯') if choices == 1 then for i = 1, #Water do gg.setValues({{ address = Water[i].address, flags = gg.TTYPE_QWORD, value = 7018090361117474816 }}) end for i = 1, #Energy do gg.setValues({{ address = Energy[i].address, flags = gg.TYPE_FLOAT, value = 25 }}) end for i = 1, #Fly do gg.setValues({{ address = Fly[i].address, flags = gg.TYPE_FLOAT, value = 0 }}) end gg.toast('Engery cost') end if choices == 2 then for i = 1, #Fly do gg.setValues({{ address = Fly[i].address, flags = gg.TYPE_FLOAT, value = -8.0004e10 }}) end for i = 1, #Energy do gg.setValues({{ address = Energy[i].address, flags = gg.TYPE_FLOAT, value = 53 }}) end for i = 1, #Water do gg.setValues({{ address = Water[i].address, flags = gg.TTYPE_QWORD, value = 7018090782024269824 }}) end gg.toast('Water cost') end if choices == nil or choices == 3 then gg.setVisible(true) os.exit() end while not gg.isVisible() do gg.sleep(100) end gg.setVisible(false) goto retr1 os.exit()
    1 point
  5. Do you even READ all the comments in there? if you did..you may had found something useful and you wont be needed to open this topic.
    1 point
  6. Watch on Youtube: How to install on the BlueStacks emulator - GameGuardian
    1 point
  7. well..im just started to play for a few minutes only using Anonymous account. those values are in Double. first attempt..i went like 9999999 and got banned after restart. then i try much lesser at about 5k. restart a few times and so far its still fine. again..that just a few minutes played with Anonymous account.
    1 point
  8. This post cannot be displayed because it is in a forum which requires at least 1 post to view.
×
×
  • 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.