Jump to content

NoFear

Moderators
  • Posts

    2,989
  • Joined

  • Last visited

  • Days Won

    235

Everything posted by NoFear

  1. For the points, could try to rely on utf8/pointer searching... Current season :SSPPet12MainecoonPoints.amount Previous season :SSPDecor11DinoPoints.amount Believe you need at least 1 point before doing utf and pointer search. So for future events, looking for the "SSP....Points amount"should help if don't want to deal with offsets. In the attached video, my device has tagged pointers, hence the reason for 'B40000' placed in front of value for pointer search. mobizen_20240915_094600.mp4
  2. v7.3.2 (armv8) Offset 43D8030 Edit 00FA8052r Will complete the season (see attached image).
  3. Magisk deny list. Hide My Apps. Shamiko. Seems to be enough...
  4. Not encrypted... Developer is pretty aggressive to ban though.
  5. Armv8 Search C80E42B8r;081540FDr::4505 Edit 28008052r;E803679Er
  6. NoFear

    Values on a PC Emulator

    As soon as possible launching game.... Might not be able to edit it fast enough. Try editing the lib instead.
  7. NoFear

    Values on a PC Emulator

    Edit values as soon as possible on emulator. Once the arm opcode is translated by emulator, it's too late.
  8. Don't necessarily need to write raw assembly code. It could be possible to change branch from screenTap/touch or action of such, and branch it to the button want clicked instead. So just tapping screen, will give the action of clicking button, without it even being visible.
  9. I believe the utf-8 and utf-16 is assumed consecutive characters, so will always be treated that way. Not really a bug. Can't search utf with "wildcard"/missing character. Byte search would be best approach.
  10. I think I'm all set. Unless you think this info can help allow to mod the game. Would have friend mod the ios version.
  11. Kinda figured. Curious if gems set back to 0 when done, if restart would still get banned...
  12. Which game (playstore link)? Can give better directions.
  13. Gdb, rwatch on value. If editing value with GG triggers a ban or local error, just rwatch value to see everything reading it. Sometimes you'll get many results, just have to go through and find the one that triggers ban. Ideally, it'd be a branch to one anti cheat function. Then you could xref that function, NOP all the branches to it, or RET the function.
  14. Offset was for gems. But I think eventually ban will occur unless the anti ban (for each item) needs to remain modified.
  15. Without checking dump or going into ida, just simple debug to find what's reading gems. Armv8 Offset: 11A6C34 Edit to B [PC,#0x80] This will skip the area that would trigger ban. Then this Offset: 113DD74 Mov w22 (large value). This is what writes value after it does a check. So you can force it to write something excessive after it checks value (I don't think you have limit since the check will never branch to ban, see attached image). You could apply this same concept to any value, just set read watch to see what is checking it, then bypass the ban. Could check dump or something to see what the offset is part of or maybe what it branches to.
  16. I don't have one for this
  17. The blue is an address location. Need to calculate the offset from start of lib to that address. That will be your offset that you would go-to in ida if using ida. But the lib hit on your screen shot is system and not game lib... Can't debug on emulator if that's what you're attempting...
  18. I used GG... One could use ida or ghidra. But GG worked fine for finding it this time.
  19. pkg install gdb
  20. Armv8 C80E42B8r;081540FDr::3809 Edit 28008052r;E803679Er And if you want to set so you can claim all without playing (set number of keys collected). Offset (Version 6.9.5) 3FBCA54 Edit 00FA8052r
  21. OpCodes changed slightly. But still works.
  22. NoFear

    Device ban

    This doesn't mean it was done correctly. I know in Android Faker, can do all those toggles and randomize. But if correct apps/services aren't selected, it won't matter what you change.
  23. NoFear

    Device ban

    Then I can't help you. I had recommendation on tools that would work. It's your choice. Good luck
  24. NoFear

    Device ban

    When module activated, what did you select for apps to apply it to?
×
×
  • 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.