Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,033

Everything posted by Enyby

  1. What you mean? Choose for what?
  2. Gg never be disassembler. You can search in code memory area if select memory regions of code.
  3. Yes. 8.29.0 and above. I correct title.
  4. Enyby

    LUA scripting

    No. _______________________________________________ added 3 minutes later gg.setRanges(bit32.bxor(gg.REGION_C_HEAP, gg.REGION_C_ALLOC, gg.REGION_ANONYMOUS)) -- do some things like search values -- gg.skipRestoreState() If you call this script on latest GG, then memory ranges will be changed only while script run. After end script its return to values set by user. But if you uncomment last call, memory regions do not restored after script end. And user settings will be lost.
  5. Enyby

    LUA scripting

    local t = { ['en_US'] = 'Hello', ['ru'] = 'Привет', } local lang = gg.getLocale() local s = t[lang] if s == nil then s = t['en_US'] end gg.alert(s)
  6. Gg never be like ida.
  7. Enyby

    LUA scripting

    getLocale return string with current locale. You can use this for build i18n script. SkipRestoreState disable restore state of gg after script end. Currently gg restore original memory region set after script end. If you call this function then restore not happens.
  8. Enyby

    LUA scripting

    New: [getLocale] = function: getLocale /* gg.getLocale() -> string */ [skipRestoreState] = function: skipRestoreState /* gg.skipRestoreState() -> nil */
  9. Watch on YouTube: How to hide/show toolbar buttons - GameGuardian You can subscribe to our new videos.
  10. Enyby

    GameGuardian

    What's New in Version 8.31.0 Implemented hide/show toolbars with respect the screen orientation. Implemented hide/show buttons on the toolbars. Improved avoid detection. Improved editor interface. Added calculation of XOR between the selected elements. Added button to restart the script. Added new API functions: getLocale, skipRestoreState. Added recovery of state after script execution. Fixed bugs in Lua. Fixed bugs with the speedhack panel. Fixed bugs in the API. Fixed crashes. Fixed detection of older versions. Updated translations.
  11. IDA for PC. For android exists Radare far as I know.
  12. Recoil value like jump height. 5.8 float if I am remember correctly. Which hardcoded in code. I do not know how someone find this value. I know it only by watch video on youtube. Someone reveal it. Maybe by studies game code in IDA.
  13. If the recoil is encrypted with the key, then everything is exactly the same. But usually these values are static and not encrypted. You need to know exactly their value in order to find them. Usually this is achieved by studying the source files of the game. About viewing video - the video can also be viewed in different ways. You can look like a direct guide how to get infinite ammunition, and you can see there general principles how to search in this game for any encrypted variable values.
  14. No, watch our videos. For example, how I make endless ammo or grenades.
  15. Pictures from video about hack EDD:
  16. Script: Asphalt 8: Airborne - hack events (Career, Tags, F1, Mastery, R&D, EDD, Championship) You can subscribe to our new videos.
  17. Watch videos in our gallery. We have videos about bullet force and about xor-keys.
  18. Bullet Force use Xor-key = 444444.
  19. 1. Stop CAPS. 2. What mean "HAVE DECISIONS"? Explain with examples.
  20. Watch on YouTube: Resizing Icons in UI - GameGuardian You can subscribe to our new videos.
  21. Watch on Youtube: Work on Android 8 Oreo - GameGuardian You can subscribe to our new videos.
  22. Enyby

    GameGuardian

    GG 8.30.1 work on Android 8.0.0:
  23. Very many things. Obviously, they clung to something that appeared only there. Perhaps these are the names of libraries.
  24. We do not support old versions. And even more so, any mods. Complain to author of mods. They broke something.
×
×
  • 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.