Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,027

Everything posted by Enyby

  1. gg.searchNumber(v['i'], gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) z = gg.getResultCount() if gg.getResultCount() <=5 then gg.editAll('1381034705', gg.TYPE_DWORD) gg.alert('Hacking Done!, Enjoy') goto endall else You must call gg.getResults before calling gg.editAll. In next release this will be throw error. And script stop work.
  2. Usually in KitKat. ART will be in test stage.
  3. Look like Android 4 differently manage memory. Maybe it group new allocated memory into already exists bss region. And always in same order. Android 6 works more truly and allocate memory in random location. Because of that it can not be relocated. Maybe it is one from security features/patches from Google. In any case nothing can be fixed.
  4. https://gameguardian.net/forum/files/file/10-string-searchreplace/
  5. Show region log with saved list on same run from KitKat.
  6. No. You can see how it look on CM13 based firmwares:
  7. Impossible. Because of that new version always be with two icons for worked on all firmwares. On some firmware work only HW, on other - only SW. We can not remove any icon.
  8. Region without info about. In program present very many unnamed regions.
  9. Now its from same run. I found no error. Float appear in Anonymous region. Dword in bss. Bss can be rebased. Anonymous - no. I do not know why float in KitKat placed in bss. Or in other region.
  10. Mirrored from Youtube: GameGuardian - Crashlands Speed You can subscribe to our new videos.
  11. Enyby

    LUA scripting

    Wrong usage. local c = gg.choice({'Hack Coins', 'Hack Energy,Shield or Life'}) if c == 1 then goto coin end if c == 2 then goto other end if c == nil then print('ABORT: No value type selection') goto endall end
  12. Script: String search/replace Watch on Youtube: String search/replace - lua script - GameGuardian You can subscribe to our new videos.
  13. View File Text (string, HEX, AoB) search/replace Script which allow search and replace strings, HEX-strings and AoB (Array of Bytes). Video on example app: String search/replace - lua script - GameGuardian Video on real game: Asphalt 8: Airborne - new maps in solo/quick race - lua script - GameGuardian Submitter Enyby Submitted 07/25/2017 Category Tools  
  14. Version 3.3.2

    26,026 downloads

    Script which allow search and replace strings, HEX-strings and AoB (Array of Bytes). Video on example app: String search/replace - lua script - GameGuardian Video on real game: Asphalt 8: Airborne - new maps in solo/quick race - lua script - GameGuardian
  15. <string name="count_different">Quantity does not match:</string> <string name="help_faq_32_q">What\'s the difference with the HW/SW versions? And which one should I use?</string> <string name="help_faq_32_a">"Two activities to run. The first one with hardware acceleration - \"__app_short_name_hw__\", the second one with software acceleration - \"__app_short_name_sw__\". Now it will always be so. On some firmware works only one of this options, and on the usual firmware - both work. You can use any option that works for you. This option does not significantly affect anything."</string>
  16. Enyby

    What is gg(hw)

    Two activities to run. The first one with hardware acceleration - "GG (HW)", the second one with software acceleration - "GG (SW)". Now it will always be so. On some firmware works only one of this options, and on the usual firmware - both work. You can use any option that works for you. This option does not significantly affect anything.
  17. Yes. getResults try load max number at specified count. If it less then it load less.
  18. Not fine. You forgot call gg.getResults(count). So gg not always load results before you call editAll.
  19. Describe coniditions when value changes not work.
×
×
  • 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.