Jump to content

Leaderboard

Popular Content

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

  1. Watch on Youtube: Group search 16 values - GameGuardian
    4 points
  2. Version 101.1

    201,153,839 downloads

    Overview: Play games your way! “GameGuardian” is a game cheat / hack / alteration tool. With it, you can modify money, HP, SP, and much more. You can enjoy the fun part of a game without suffering from its unseasonable design. Requires Android: 2.3.3+ GameGuardian Features Summary Runs on ARM, x64 and x86 devices, including x86 emulators (LDPlayer, Droid4X, MOMO, KOPlayer, Andy, Memu, Leapdroid, AMIDuOS, Windroye, RemixOS, PhoenixOS, AVD, Genymotion, Nox, BlueStacks etc.) Supports Android 2.3.3+ (Gingerbread) through Lollipop (5+), Marshmallow (6+), Nougat (7+), Oreo (8+), Pie (9+), 10+. Support work without root via different virtual spaces. Support different emulators like PPSSPP, ePSXe, GameBoy etc. Game deceleration and acceleration (speedhack) for ARM and x86 devices, including x86 emulators. Also supports both 32-bit and 64-bit applications on 64-bit devices using speedhack. Search feature: encrypted values. Search of unknown values when specifying the difference between values. Search addresses by mask. Explicit and "fuzzy" numeric searches. Text (String, Hex, AoB) search. Supports: Double, Float, Qword, Dword, XOR, Word, Byte, or Auto data-type searches. Lua scripting support. Modify all search results at once. Filtering of search results (address greater than and less than, value greater than and less than). Search in the background feature. 'The fill' feature. Time jump feature. Dump memory. Copy memory. Customizable UI. App locale for over 50 languages. And, much, much more. Notes: ** ROOT or VIRTUAL ENVIRONMENT ONLY ** This tool only works on rooted devices or in virtual environment (without root in limited mode)! GG can work in limited mode without root, through a virtual environment. For example, through Parallel Space, VirtualXposed, Parallel Space Lite, GO multiple, 2Face and many others. Read the help for more details. You can find more information about rooting your device at XDA Developers. Want to help us improve, or add a translation? Then please visit thread "If you want to add a new translation or improve an existing". If you are having issues with the app, please visit thread "Gathering information about GG errors". Want to donate and help keep the project going? That's awesome! You can donate any amount (anything helps) here: Donate Need help with how to use this application? Please visit "Video tutorials" and forum "Guides". Credit: @d2dyno - Owner, lead designer, project management. @Enyby - Lead coder, project management. @Trasd - Technical consultant, project management. @Aqua - Creator (retired).
    2 points
  3. Look like all ok.
    2 points
  4. Another option for your case is to use "return" statement in "if" block, so that remaining part of the function won't be executed when the condition is met. if gg.getResultCount() ~= 3 then zabissk() return end -- Remaining part of the function
    2 points
  5. Watch on YouTube: Fast loading search results - GameGuardian
    2 points
  6. alright, thank you guys for the info, I found everything I need, I only need to relook that part what ENBY said, I think I kind of get what you mean tough but still need to test out. solution for my if statement is like this :): function _____________________________() gg.clearResults() gg.searchNumber('450.0;1.04719758034;-300.0', gg.TYPE_FLOAT) if gg.getResultCount() ~= 3 then zabissk() else gg.searchNumber('450.0;1.04719758034;-300.0', gg.TYPE_FLOAT) t = gg.getResults(3) t[1].value = '50' t[1].freeze = true t[1].freezeType = gg.FREEZE_NORMAL print('addListItems: ', gg.addListItems(t)) gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('1.294621e-38F;0.10000000149F', gg.TYPE_FLOAT) r = gg.getResults(2) r[2].value = '-0.7' gg.setValues(r) end end function zabissk() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('1.294621e-38F;0.10000000149F', gg.TYPE_FLOAT) r = gg.getResults(2) r[2].value = '-0.7' gg.setValues(r) gg.clearResults() gg.toast('You Tube = Dragon Star') end
    1 point
  7. Of course it can, but using functions is a way better approach than goto in my opinion. You can read more about goto statement and it's negative sides here. https://en.wikipedia.org/wiki/Goto
    1 point
  8. Go to is bad. And go to to other function can lead to unpredictable things or not work at all.
    1 point
  9. Function call is not a go to. If you do not run other part code you must use else block of the if. And use indentation will be good for easy read code. if gg.getResultCount() ~= 3 then zabissk() else -- other code end
    1 point
  10. Got some work to still do... But looks very promising.
    1 point
  11. Watch on YouTube: Accelerate the search for an array of bytes - GameGuardian
    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.