Jump to content

Leaderboard

Popular Content

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

  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. oh..yeahh. imma try that later..its 4am here. gotta sleep.
    1 point
  6. 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
  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
    Script is so good. It is working. But some weapons dont want to get. It's don't minus.
    1 point
    Very good script Really great full - thank you very much, it works on my android 11
    1 point
  8. 1 point
  9. Add gold Now you can get gold
    1 point
  10. 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
  11. This gold visual i cant hack this but if you want i can create always win and always level update for you
    1 point
  12. 1 point
  13. 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
  14. 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
  15. 1. Accepted and reproduced. 2. And 3. Can be firmware related. Show logcat from this issues.
    1 point
  16. 1 point
  17. 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.
    1 point
  18. 1 point
  19. 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
  20. @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
  21. Very odd formula. Look like useless because hard calculate v1 and v2 from known v. It is very common case.
    1 point
  22. You need allow usage Instrumentation on your device or GG can not work. Search how it done.
    1 point
  23. @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
  24. Xor very common operation. Present in most hex calc. I use usually Windows calc in Programmer mode:
    1 point
  25. 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
  26. 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
  27. All methods is produce same result except stability and speed. Normal can be slowest but stablest.
    1 point
  28. Read help inside GG and watch videos in our gallery for learn how to use GG in powerful way.
    1 point
  29. 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
  30. 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
  31. Need logcat. https://gameguardian.net/forum/topic/7398-gathering-information-about-gg-errors/ And this app can not be installed on sdcard.
    1 point
  32. 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
  33. Speedhack can not work on android 7. We have plans improve it in the future.
    1 point
  34. It is encrypted. Give me unencrypted files.
    1 point
  35. @zindy It is your firmware bug. Try other firmware. @RedHoodRobin You must have root for use this app.
    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.