Jump to content

MAARS

Contributor
  • Posts

    667
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by MAARS

  1. MAARS

    What does this button do?

    It automatically propose a group size if your using a group search
  2. View File hex converter Convert : hexadecimal <==> decimal Submitter MAARS Submitted 08/07/2021 Category Tools  
  3. MAARS

    hex converter

    Version 1.0.0

    983 downloads

    Convert : hexadecimal <==> decimal
  4. MAARS

    copy value

    Solutions: script.lua
  5. thank you
  6. MAARS

    copy value

    yes i am french, send your script
  7. MAARS

    copy value

    So if i understand well your algorithm looks like this 1- Search gems value and save 2- use gems value in search to get coins value It is that ? and one thing when i give a piece of code this one just represent the logic, you need to adapt it on your need before integrating it in your code
  8. @Sysadmin I just noticed that the code block tool have been removed, i can not type highlighted code anymore
  9. MAARS

    copy value

    I don't know why @Sysadmin removed the code snippet, i dont like writing code without highlighting. check the script file offset.lua
  10. MAARS

    offset

    no results
  11. MAARS

    offset

    I don't use the refine function because i have set the limit to 1 value so my results list will always have one value, the first one
  12. MAARS

    offset

    Ah ok i understand i got the same when searching, it is because these values you selected for the group search are not statics they change. i managed to get the good group. -- this group : 1,769,238,352;1,885,431,122;29,285::53 -- the offset between the first results and chilly value is 0x54
  13. MAARS

    offset

    Yeah this is one might be a little bit complicated, the goal is to show how to retrieve value using offsets. sa.lua
  14. MAARS

    offset

    using offsets cheat.lua
  15. MAARS

    offset

    Offset should remain the same, throw the game link [added 0 minutes later] xD we posted at the same time, that hilarious
  16. local function memoryPatch(offset, value) local so = gg.getRangesList('libil2cpp.so')[1].start local v = {} local v[1] = {} v[1].address = so + offset v[1].flags = gg.TYPE_QWORD v[1].value = value .. "r" gg.setValue(v) gg.toast('memory patched') end memoryPatch(0x4856E5, HEX VALUE)
  17. View File Script Loader Load all your useful script at one place Submitter MAARS Submitted 07/22/2021 Category Tools  
  18. MAARS

    GG Helper

    View File GG Helper Game Guardian Offline Documentation help for scripter Submitter MAARS Submitted 07/22/2021 Category Tools  
  19. MAARS

    Script Loader

    Version 1.0.0

    1,272 downloads

    Load all your useful script at one place
  20. MAARS

    GG Helper

    Version 1.0.0

    704 downloads

    Game Guardian Offline Documentation help for scripter
  21. xD he clearly said that gg is detected by the game he cant launch the game without uninstalling gg, do you understand now ?
  22. In this case you have 2 opportunities i think, - The first is the simple one, if you are rooted you can install game guardian only in a virtual space, like V.xposed then gg will not be detected. - The second one is, reverse engineering, you need to unpack the app then remove or disable this protection, if you dont know s*** about java and smali then forget about this one.
  23. View File elapsed-birthday-time-calculator ----- [[ DESCRIPTION ]] EVERYONE HAVE A BIRTHDAY RIGHT ?, BUT DO YOU KNOW HOW MUCH TIME ELAPSED SINCE YOU WHERE BORN ? NOT REALLY YES ?, THIS TOOLS CAN TELL YOU THAT. Submitter MAARS Submitted 06/20/2021 Category Tools  
  24. Version 1.0.0

    763 downloads

    ----- [[ DESCRIPTION ]] EVERYONE HAVE A BIRTHDAY RIGHT ?, BUT DO YOU KNOW HOW MUCH TIME ELAPSED SINCE YOU WHERE BORN ? NOT REALLY YES ?, THIS TOOLS CAN TELL YOU THAT.
×
×
  • 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.