-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,033
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Enyby
-
We support only latest version. Currently it 8.17.0.
-
War Machines New Update Made GG Ineffective?
Enyby replied to BlueMonk's topic in General Discussion
I do not know. We make the tool. We do not hack the games.- 9 replies
-
1
-
- War Machine
- speed hack
-
(and 1 more)
Tagged with:
-
Yes. But art java timers can not be speedhacked.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Asphalt 8: Airborne - hack code - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Accepted.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
I think source of all problems is slow access to process memory. After each delete need reload search results. And slow access cause lags on load results. Same things with load value in memory editor. UI wait 500 ms and after that cancel wait and show -1 as value. I think this is firmware related issue.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
It happens if daemon not return result in 500 ms. This is can be caused by lag. If you can reproduce it every time - it can be bug. Need video in this case how to reproduce.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
1. Accepted and reproduced. 2. And 3. Can be firmware related. Show logcat from this issues.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
I do not know.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
GG must be installed on internal storage. This is not folder. This is place of installed app. Usually it can be managed from system app settings. GG 8.17.0 can work from external storage. Maybe it can fix your issue.
-
Does not actual.
-
What's New in Version 8.17.0 Added a hexadecimal converter. Added a live view of the values in the offset calculator. Added support for running from external storage. Improved installer. Improved UI. Updated translations.
- 1,987 replies
-
3
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Move GG to internal storage.
-
Angry Birds Transformers - hack pigs and gems - group search - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Asphalt 8: Airborne - hack boosts - search encrypted - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Nothing fix. Do not use this option.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
You need try add to exist value number with power of 2: 1 2 4 8 16 32 64 and so on. If it good - leave. If not - add same value with minus for restore and try bigger number.
-
@alansete You need use browser without any downloaders. Try chrome. _______________________________________________ added 2 minutes later @Gaming666 I do not know. We can try. You must record logcat from start gg and send to me.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Very odd formula. Look like useless because hard calculate v1 and v2 from known v. It is very common case.
-
You need allow usage Instrumentation on your device or GG can not work. Search how it done.
- 1,987 replies
-
2
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
@Vashis https://www.alphagamers.net/posts/2738321/ Here this post. But it is wrong. You never can get 64 bit value from xor two 32 bit value. This is impossible. xor for two 32 bit values is always 32 bit.
-
-
If any app makes accidentally reboot ROM then ROM is bugged. Any actions inside any app must not reboot device. Try change ROM.
- 1,987 replies
-
2
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
It is very special and very bad realization - store key around value. Encrypted search can find any xor operation. Does not matter how and were stored key. For this games exist very simple check: Need two pair with value in memory and value in game. Like this: Calculate xor for each row: 9559 xor 453963 = 444444 9459 xor 453871 = 444444 We get same value then it mean used xor with this value. Now we can simple calculate need amount for set: 1234567 xor 444444 = 1318555 We set to memory 1318555 and get in game 1234567. If we see value 444444 near our value we can set to 0 it. number xor 0 = number After that you can set value in memory same as in game. But this happens only if game dev stupid enough. In most cases key stored in different place or written in code.
-
gold = 444444 xor value This values can be easy founded by use encrypted search. No sense to add any methods. Search encrypted can find these.