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. MrSx

    Submenu !

    If I understand true, try with gg.setVisible(true)
  8. Well, I dont understand anything but just crate a folder in Internal Storage then copy scripts into this folder. In GG press execute button and come into that folder. And choose your script, if you dont know how to transfer files, donwload from emulator or just drag them onto emulator.
  9. MrSx

    XOR Values Doesnt Match

    Yes, now its giving true value, thanks. Thanks acka, its working well too.
  10. MrSx

    XOR Values Doesnt Match

    No, I tried to change weapon damage, but I found a way to edit, not a perfect way but it works well, I searched for which value I want and copied the XOR from there.
  11. MrSx

    Values on a PC Emulator

    I've edited directly lib at game's root folder, with an hex editor and it worked . This is the solution.
  12. Its possible but not with GameGuardian.
  13. Did you set-up with 64 bit or 32 bit option?
  14. MrSx

    XOR Values Doesnt Match

    I dont understand, why XOR giving wrong value? Also i need to edit Value with float type. I edited, then i copied the Dword value, then edited Enc value with that value and game crashed(Its expected because XOR giving wrong). Any solutions?
  15. Maybe its about the game security system/updates. If some 3rd party app tries to do something in RAM, game detects this and crashs game.(Its just a theory)
  16. Already app not working, use VM or root your phone.(If you dont know about VMs search on forum)
  17. Try dumping with Zygisk runtime dumper https://github.com/Perfare/Zygisk-Il2CppDumper
  18. Try with another VM like vPhonegaga or VMOS Pro, or game has security against VMs.
  19. Just ignore the compatible alert. If it doesnt work, use with VM.
  20. MrSx

    Values on a PC Emulator

    What about mod menu? Does it work?
  21. MrSx

    Values on a PC Emulator

    Still not working... I edited in 2-4 seconds but not working. Also tried with pausing progress not work.
  22. MrSx

    Values on a PC Emulator

    I'm tring to hack lib on a PC Emulator, but its not working, i cant understand why, when i try it on the phone it is working but on Emulator not any solutions?
  23. MrSx

    What VM should i use?

    I think VMOS is best
×
×
  • 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.