Jump to content
  • 0

pointer game farm heroes saga


nalcwap
 Share

Question

Screenshot_2018-09-25-02-11-35_temp.thumb.jpg.7736a18dd6d750d2f8bf902ba38596d0.jpg

_______________________________________________
added 0 minutes later

hi i try hack lifes in this game i make ang find but ara temporary location ,if i understand correct to find the static value correct i need the pointer im correct?if yes i post this screen with the life location i restarted 3 times and the local changed, how i find the pointer with this 3 addresses?thanks

Link to comment
Share on other sites

Recommended Posts

  • 0

Ok here is the updated version of his script I fixed it so it now freezes the value for lives, he was using gg.setValues(res) instead of gg.addListItems(res)

You may still need to find the static values for your version as from the screenshot you posted they seem to be different.

farmheroes7.lua

Link to comment
Share on other sites

  • 0
15 hours ago, BadCase said:

Hey I had to tweak the group searches a bit to get it to work, one thing though the lives value is not freezing, any ideas here is your updated script.

farmheroes6.lua

for i, v in ipairs(res) do
res[i].value = '5'
res[i].flags = gg.TYPE_DWORD
res[i].freeze = true
end
gg.addListItems(res)
gg.toast('Unlimited lives success!')

Sorry i didnt check if freeze value not work with gg.setValues API.

Change API to gg.addListItems like code above will work.

But, I think group search unlimited moves need to fix. I am too lazy to try find nearby value always followed by desired value.

Link to comment
Share on other sites

  • 0
13 hours ago, BadCase said:

Hmm the values that are static may differ from device to device or android version, I will check it out in another emulator and see what happens

Yes, that is true. I try with my another phone, the value nearby of desired value is different. Group search unlimited value is always not same after game restarted. So, I think better use other method to change value of moves.

Link to comment
Share on other sites

  • 0
7 hours ago, bukandewa said:

Yes, that is true. I try with my another phone, the value nearby of desired value is different. Group search unlimited value is always not same after game restarted. So, I think better use other method to change value of moves.

thanks @@ bukandewa and @ bukandewa  , hum yes is strange the values is diferent, i forgot ask is the game the last version?in my case i test with the last version in playstore,thanks

Edited by nalcwap
Link to comment
Share on other sites

  • 0
6 hours ago, nalcwap said:

thanks @@ bukandewa and @ bukandewa  , hum yes is strange the values is diferent, i forgot ask is the game the last version?in my case i test with the last version in playstore,thanks

Try this farmheroes.lua

I change method how to hack the moves, no need group search value. Read instructions in gg.alert pop up, it should work.

About lives hack, you need to change group search value by yourself. I am sure you can find 2-3 nearby value of desired value always same

Link to comment
Share on other sites

  • 0
2 hours ago, bukandewa said:

Try this farmheroes.lua

I change method how to hack the moves, no need group search value. Read instructions in gg.alert pop up, it should work.

About lives hack, you need to change group search value by yourself. I am sure you can find 2-3 nearby value of desired value always same

very thanks bro, ,    it freezes the game when finish,yes the lifes need other values

Link to comment
Share on other sites

  • 0

 

On 9/26/2018 at 6:05 AM, nalcwap said:

i want find the base address with the pointer but i not understand how find this

I have found base pointer of life. 

Watch video first to know how to use.

I used 64 bit pointer because game run in 64 bit. 

 

Here is link.   farmLifePointer(5.48.4).txt

Include pointer for both of 32 and 64 bit. 

But this is only for latest version of game(5.48.4)

Each update of game changes some pointers and offset. 

Link to comment
Share on other sites

  • 0
22 minutes ago, Lover1500 said:

 

I have found base pointer of life. 

Watch video first to know how to use.

I used 64 bit pointer because game run in 64 bit. 

 

Here is link.   farmLifePointer(5.48.4).txt

Include pointer for both of 32 and 64 bit. 

But this is only for latest version of game(5.48.4)

Each update of game changes some pointers and offset. 

thanks, the life only accept one digit if more game freezes max 9 lifes but can be freezed by gameguardian

 

[added 0 minutes later]
23 minutes ago, Lover1500 said:

 

I have found base pointer of life. 

Watch video first to know how to use.

I used 64 bit pointer because game run in 64 bit. 

 

Here is link.   farmLifePointer(5.48.4).txt

Include pointer for both of 32 and 64 bit. 

But this is only for latest version of game(5.48.4)

Each update of game changes some pointers and offset. 

how to get offsets from 32 and 64 how know?

Link to comment
Share on other sites

  • 0
17 minutes ago, nalcwap said:

how to get offsets from 32 and 64 how know?

You know that 32 bit pointer uses 4 bytes but 64 bit pointer uses 8 bytes. 

So searching 32 bit pointer first is better short way. When i get them,its not hard to find them for 64 bit. 

Yap,i use 32 bit emulator and 64 bit emulator. 

Link to comment
Share on other sites

  • 0
Just now, Lover1500 said:

You know that 32 bit pointer uses 4 bytes but 64 bit pointer uses 8 bytes. 

So searching 32 bit pointer first is better short way. When i get them,its not hard to find them for 64 bit. 

Yap,i use 32 bit emulator and 64 bit emulator. 

ok thanks

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

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