Jump to content

MrSx

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by MrSx

  1. MrSx

    script using offset

    offset from lib (#75r4o38c)
  2. I see, some same hacks are can be found in A and Xa. Are they connected? If they are, how can I find it which hack conntected to which class?
  3. Try givig 777 with terminal. First text "su" and grant Shell root. Then text "su chmod 777 <folder>" if it doesnt work try it mannualy from mt manager again after chmod process
  4. Try searching key words like currency, speed, ammo or whatever you're trying to find, if the class/method names are encrypted no much idea. If you want to find known value, just calculate offset and search in dump.cs
  5. For first quesiton use gg.refineNumber("10;40", gg.TYPE_DWORD) or use gg.refineNumber("9", gg.TYPE_DWORD, gg.SIGN_NOT_EQUAL) For second question you can use something like that gg.searchNumber("93", gg.TYPE_DWORD) local res = gg.getResults(gg.getResultsCount()) for i, v in ipairs(res) do res[i] = { address = v.address + 0x0, flags = gg.TYPE_QWORD } end gg.loadResults(res)
  6. Use il2cpp dumper Android?
  7. Its possible but not with GameGuardian.
  8. Did you set-up with 64 bit or 32 bit option?
×
×
  • 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.