Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/11/2018 in all areas

  1. Version 1.4

    16,921 downloads

    ➤ Visit my channel : Youtube/xMeliodaz ➤ Press here to subscribe to my channel : www.youtube.com/channel/UCAZemgccjfWahZGtyqmSU4g?sub_confirmation=1 ➤ Use with your own risk! ➤ Features & MultiChoice ✔ Fastshoot ✔ Players color 『Add more colors』 ✔ Anti-wall ✔ Change weathers 『Fix』 ✔ Speedhack 『x.1 x1.2 x1.5 etc』 ✔ Color vehicle/weapon 『Add more colors』 ✔ Invisible houses/Wallhack ✔ Antenna 『Add new antenna function』 ✔ Walk Under Water ✔ Higher Scope 『Fixed & Deal damage』 ✔ See Through Floor ✔ Underground 『Risk + WORK ON OLD APK v1.13』 Etc...! ➤ Noted : Some functions is not working.
    2 points
  2. @minhthong0824 local val = 32 print(val..':') for k, v in pairs(gg) do if k:sub(1, 7) == 'REGION_' then if (val & v) == v then print(k) end end end local val = 16 print(val..':') for k, v in pairs(gg) do if k:sub(1, 5) == 'TYPE_' then if (val & v) == v then print(k) end end end local val = 536870912 print(val..':') for k, v in pairs(gg) do if k:sub(1, 5) == 'SIGN_' then if (val & v) == v then print(k) end end end
    2 points
  3. Either execute this: gg.setRanges(32) gg.skipRestoreState() to see which memory range will be selected, or this: for k, v in pairs(gg) do if k:sub(1, 6) == 'REGION' then print(k, v) end end to print name and value for each of gg.REGION_* flags.
    2 points
  4. Memory layout same as here: Beach Buggy Racing - hack coins, gems - GameGuardian (#2xxe9y5c)
    2 points
  5. Version 4.4

    34,365 downloads

    Password: 214867 WARNING! Don't use UG
    1 point
  6. Think I figured it out...
    1 point
  7. 1 point
  8. Use bit32.bor or "|" as bitwise OR. gg.setRanges(bit32.bor(gg.REGION_ANONYMOUS, gg.REGION_BAD)) gg.setRanges(gg.REGION_ANONYMOUS | gg.REGION_BAD) I advise you to study Lua and how it works, because you wrote a nonsense, from which it follows that you do not understand anything in Lua, but simply combine the text as it is. I do not advise using the BAD region - the search will be slow and there will be garbage in it. If useful values can be found in BAD, then you need to find them, write a log of regions and send it to me, so I corrected this.
    1 point
  9. @JhonnyK171 Then in next release all must work.
    1 point
    I'm doing all you tell me to do but my parallel can't find the game guardian. I have the latest version of gg and the optimized version of parallel but when I run the parallel it just can't find the gg, only the game
    1 point
  10. Previous version I success hacked with gg and my calculator abecalc. But I do not play anymore in this game. May be they fixed defend.
    -1 points
    Banned for ever by using wheather hack and unknown hack (no grass, lava)
    -1 points
×
×
  • 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.