Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/19/2022 in Posts

  1. Starting from version 8.28.0 GG have support of LUA scripts. It can be loaded and run. https://www.lua.org/manual/5.2/manual.html Scripting Documentation: https://gameguardian.net/help/
    1 point
  2. This? Potentional stats: -1,236,576,445
    1 point
  3. Hi guyz whois knows ways to cheats in this Free Chess game. Need some help https://play.google.com/store/apps/details?id=chess.free
    1 point
  4. Then don't touch the points, just ignore them...then no issues with negative. Let me know if this works for you: MENACING: -472273170 specialDefense: -1001418754 defense: -1263051503 attack: 1591370207 hp: 5734 specialAttack: 1224542453 sp: 5741 speed: 280450252 stringformatting.lua You can also just use the attack value. Then when fighting a pokemon you get more XP resulting in max leveling your pokemon.
    1 point
  5. If you install a 64 bit apk it should reboot with 64bit support What game are you trying to run?
    1 point
  6. d = gg.prompt({A='A', B='B', C='C'}, {A='123', B='456', C='789'}) gg.alert('A + B - 3*C = '..(d.A + d.B - 3*d.C))
    1 point
  7. Haha, that's what I like. I will try to learn it. Will make Nice scripts.
    1 point
  8. Yes. And can be created automated calculator/tool based on gg. Present function 'toast', 'alert' and 'prompt' which allow create some dialogs for user. For example 'Input gold amount:' and use this value for make search. data = gg.prompt({[1]='Search value', [2]='Replace value', [3]='Max count'}, {[1]='123', [2]='456', [3]='321'}) gg.searchNumber(data[1], gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) found = gg.getResultCount() gg.alert('We found: '..found) gg.getResults(data[3]) replaced = gg.editAll(data[2], gg.TYPE_DWORD) gg.alert('We replaced: '..replaced) gg.alert('Summary: We search '..data[1]..', found '..found..', replaced '..replaced..' to '..data[2]..' with max count '..data[3]..';') print('Script ended.')
    1 point
  9. Interesting. One may just load Lua script and only input the value. Other options like type and region will be automatically set. Also I think it could automatically calculate and add the other values based on the value found with stored offsets in it, makes many things easier.
    1 point
  10. Multiple cheat codes available nowadays for playing the chess game online, but sometime these codes applicable for playing the game and sometimes no. Yes, I also applied that codes for chess game when I pawn captures queen that's the main & tough part of the game.
    0 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.