Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/13/2022 in Posts

  1. https://gameguardian.net/forum/files/file/3018-life-in-aventures/
    1 point
  2. View File Mad GunS: battle royale (1) All Armor Unlocked (2) All Costumes Unlocked (3) Free In Game Shopping (4) VIP Activated Submitter sammax71 Submitted 04/07/2022 Category LUA scripts  
    1 point
  3. yup maybe Gems over 100k is not a good idea. everything else seem pretty fine so far.
    1 point
  4. U can just search the utf-8 for example: gg.searchNumber(":(text here)", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1, 0) gg.clearResults() If you're not sure you can use the "record script" function in GG. Which you can find it here:
    1 point
  5. You can start a guild for 1000 gems. That's a Double value. I made that -50000 and haven't been banned even on restart. Edit: done this twice now so have just under 100k gems and no ban.
    1 point
  6. 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
  7. Add gold Now you can get gold
    1 point
  8. Using the dump.cs I was able to make the encounters where there's a success chance you'd always be successful and also a god mode but I guess that's similar to what CYBORG-WARRIOR has achieved.
    1 point
  9. This gold visual i cant hack this but if you want i can create always win and always level update for you
    1 point
  10. HI, i mean these items marked in the red square. Also do you know how to edit the wands? i edit them but thye stay the same when try to use. And Thanks. Merry Christmas and happy new year to you too.
    1 point
  11. u welcome for take gems you need to copy the value id of gems and copy value to the coin id (id is not value amount its sored 2 adress up than value of amount )
    1 point
  12. 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 point
  13. 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 point
  14. 1. Accepted and reproduced. 2. And 3. Can be firmware related. Show logcat from this issues.
    1 point
  15. 1 point
  16. 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 point
  17. Nothing fix. Do not use this option.
    1 point
  18. 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.
    1 point
  19. @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 point
  20. Very odd formula. Look like useless because hard calculate v1 and v2 from known v. It is very common case.
    1 point
  21. You need allow usage Instrumentation on your device or GG can not work. Search how it done.
    1 point
  22. @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.
    1 point
  23. Xor very common operation. Present in most hex calc. I use usually Windows calc in Programmer mode:
    1 point
  24. 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.
    1 point
  25. 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.
    1 point
  26. Read help inside GG and watch videos in our gallery for learn how to use GG in powerful way.
    1 point
  27. 6:38 No converter need. Just simple search "12F;90;68" with selected Dword. First number automatically search as Float because we set it type to "F" - Float. 7:30 You can use offset calculator for faster goto to need values instead of count items in memory editor. In your case offset: 91AC6D20 - 91AC6CEC = 34 (13 items * 4 bytes for each item = 52 bytes in dec = 34 in hex) Just long tap on last founded item (DPS), select offset calculator, input offset 34 and press "goto". Now you stay on your "Damage".
    1 point
  28. Show logcat. https://gameguardian.net/forum/topic/7398-gathering-information-about-gg-errors/ Maybe you select memory access another from normal. if it true - select normal. Or remove GG and install from scratch without change any settings. All must work.
    1 point
  29. Last month usage stats: Only 38% use last version.
    1 point
  30. 3 is above 4? You can use on 5.1 old version. In last versions they change code.
    1 point
  31. This game use Java timers and can not be speedhacked on Android above 4.
    1 point
  32. Use chrome or other browser without any downloaders.
    1 point
  33. 1 point
  34. I can not promise anything. Maybe in future. Next version will be released in few hours but we do not work for speedhack on it. You can use backup apps for move progress to emulator like Droid4X, open on it labs, and move backup back to device.
    1 point
  35. Speedhack can not work on android 7. We have plans improve it in the future.
    1 point
  36. No update, because they do not put asphaltdb.xml in game cache.
    1 point
  37. No. This is off-topic here. Read topic name.
    1 point
×
×
  • 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.