Jump to content

[Request] Caves (Roguelike) Android


Ansems
 Share

Recommended Posts

Hi guys I am trying to hack this game with game gameguard but the only thing I can change its the visual values on gold and rubies but I can't change the physical values I can't find any thing on the internet or on this forum or even on the Discord chat anyone please can help me or show me how to do this, I have try everything that I can understand and even ask others guys and adm. But no answer. Thanks on advance

Link to comment
Share on other sites

Screenshot_2018-10-02-18-04-17.thumb.png.347b7ec33ad0e40168e8d6c387a6764d.png

you just had to do a fuzzy search and some quick math.

Anyway gold is -1,527 + 7 x (gold) 

So in my case it's (99,999 x 7) - 1527 = 698466; 

And for gem it's -1,279 + 3 x (gem) 

So (3 x 99,999) - 1,279 = 298718;

The address are next to each other so you just have to find one of those and you can just go in the memory and save both address or you can do a group search if you have too many result like this

698466;298718:5

And you should easily find the values.

Link to comment
Share on other sites

21 hours ago, David2031 said:

Could you make a video? I'm not getting..

It is easy I did it on the first try. First get like 100 gold. on the base Do the fuzzy search then buy a antidote for 6 gold and repeat the fuzzy search but now you will see a few taps like increase decrease ect. Hit decrease. Repeat the potion buy and fuzzy search until you get a total close to 100 values on this part you will need to multiply your gold amount for 7 after that you will have to remove the total of 1,527 of the total of what you got first and this  new amount you got should be The values that you're searching on fuzzy search. You should have a minus value change it to 50000 buy a potion again and you will see the new amount of gold

Edited by Ansems
Link to comment
Share on other sites

8 minutes ago, Ansems said:

It is easy I did it on the first try. First get like 100 gold. on the base Do the fuzzy search then buy a antidote for 6 gold and repeat the fuzzy search but now you will see a few taps like increase decrease ect. Hit decrease. Repeat the potion buy and fuzzy search until you get a total close to 100 values on this part you will need to multiply your gold amount for 7 after that you will have to remove the total of 1,527 of the total of what you got first and this  new amount you got should be The values that you're searching on fuzzy search. You should have a minus value change it to 50000 buy a potion again and you will see the new amount of gold

Wait did you do it that way ? I even gave you the math formula of the encryption lol or did I explain badly ? xD

_______________________________________________
added 4 minutes later

Ah when I said you only had to do fuzzy search I meant it to find the values for the first time if you had no clue how the value was encrypted :x but since I gave you the formula you can just immediately do the known search it'll be faster.

Link to comment
Share on other sites

6 minutes ago, Newbi said:

Wait did you do it that way ? I even gave you the math formula of the encryption lol or did I explain badly ? xD

_______________________________________________
added 4 minutes later

Ah when I said you only had to do fuzzy search I meant it to find the values for the first time if you had no clue how the value was encrypted :x but since I gave you the formula you can just immediately do the known search it'll be faster.

Lol 

Link to comment
Share on other sites

Screenshot_2018-10-08-17-36-24.thumb.png.c1a78a3250ae89e46094f38a13c909ed.png

I played this game a little more and I found out that you can easily find these values

Attributes are non-encrypted Dword and hp, mp are float to make it simple just search (the example are based on my screenshots above) :

Dword !!!

(Strength);(Agility);(Luck)::9 

(999);(999);(999)::9

(Melee skill);(Ranged skill);(Blocking)::9 

(802);(444);(711)::9

(points available)

(872)

Float !!!

(hp - 1~hp);(max hp - 30):9

(998~999);(969):9

(mp);(max mp - 5):9

(999);(994):9

Btw this is an example of an ordered group search with a set range for those that got no clue of how to use GG.

Screenshot_2018-10-08-17-43-15.thumb.png.bc7a282ccb43a338e277b33fd5e74c96.png

Edited by Newbi
Link to comment
Share on other sites

37 minutes ago, Newbi said:

Screenshot_2018-10-08-17-36-24.thumb.png.c1a78a3250ae89e46094f38a13c909ed.png

I played this game a little more and I found out that you can easily find these values

Attributes are non-encrypted Dword and hp, mp are float to make it simple just search (the example are based on my screenshots above) :

Dword !!!

(Strength);(Agility);(Luck)::9 

(999);(999);(999)::9

(Melee skill);(Ranged skill);(Blocking)::9 

(802);(444);(711)::9

(points available)

(872)

Float !!!

(hp - 1~hp);(max hp - 30):9

(998~999);(969):9

(mp);(max mp - 5):9

(999);(994):9

Btw this is an example of an ordered group search with a set range for those that got no clue of how to use GG.

Screenshot_2018-10-08-17-43-15.thumb.png.bc7a282ccb43a338e277b33fd5e74c96.png

Very Good Thank u ?

Link to comment
Share on other sites

On 10/7/2018 at 3:32 PM, Ansems said:

Lol 

 

On 10/8/2018 at 2:33 PM, Newbi said:

Screenshot_2018-10-08-17-36-24.thumb.png.c1a78a3250ae89e46094f38a13c909ed.png

I played this game a little more and I found out that you can easily find these values

Attributes are non-encrypted Dword and hp, mp are float to make it simple just search (the example are based on my screenshots above) :

Dword !!!

(Strength);(Agility);(Luck)::9 

(999);(999);(999)::9

(Melee skill);(Ranged skill);(Blocking)::9 

(802);(444);(711)::9

(points available)

(872)

Float !!!

(hp - 1~hp);(max hp - 30):9

(998~999);(969):9

(mp);(max mp - 5):9

(999);(994):9

Btw this is an example of an ordered group search with a set range for those that got no clue of how to use GG.

Screenshot_2018-10-08-17-43-15.thumb.png.bc7a282ccb43a338e277b33fd5e74c96.png

Very Good Thank u !!I would like to learn how to use the Guardian game. Would you have any tips for noobies?

Link to comment
Share on other sites

9 hours ago, David2031 said:

 

Very Good Thank u !!I would like to learn how to use the Guardian game. Would you have any tips for noobies?

Screenshot_2018-10-02-15-05-45.thumb.png.5395772e36ab1f529ebf363e443bdcf0.pngScreenshot_2018-10-02-15-05-26.thumb.png.d8981f0ed9e0741d81ecb7455fb7f5a9.png

read help and if you don't understand a function look for it on GG forum or google it I guess

Link to comment
Share on other sites

  • 1 year later...
On 10/9/2018 at 1:33 AM, Newbi said:

Screenshot_2018-10-08-17-36-24.thumb.png.c1a78a3250ae89e46094f38a13c909ed.png

I played this game a little more and I found out that you can easily find these values

Attributes are non-encrypted Dword and hp, mp are float to make it simple just search (the example are based on my screenshots above) :

Dword !!!

(Strength);(Agility);(Luck)::9 

(999);(999);(999)::9

(Melee skill);(Ranged skill);(Blocking)::9 

(802);(444);(711)::9

(points available)

(872)

Float !!!

(hp - 1~hp);(max hp - 30):9

(998~999);(969):9

(mp);(max mp - 5):9

(999);(994):9

Btw this is an example of an ordered group search with a set range for those that got no clue of how to use GG.

Screenshot_2018-10-08-17-43-15.thumb.png.bc7a282ccb43a338e277b33fd5e74c96.png

This doesn't work anymore, does anyone know how to hack the stats?

 

Link to comment
Share on other sites

  • 8 months later...

As of today, stats, hp and mp work fine. Didn't try items. But I'm sure it will work fine too.

Thanks for all the efforts.

Is it possible to increase inventory size? I tried fuzzy with inventory belt on and off but couldn't decrease the size of found elements below 12000. Any help will be appreciated.

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.