Jump to content

Lw17117o7

Member
  • Posts

    23
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPad Pro (3rd gen)
  • iOS Version
    14.8.1
  • Jailbroken
    Yes
  • Rooted
    Yes

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Lw17117o7's Achievements

Apprentice

Apprentice (3/14)

  • Appreciated Solution
  • Collaborator
  • Dedicated
  • Conversation Starter
  • Appreciating Others

Recent Badges

0

Reputation

  1. Still crashes. Furthermore, it no longer works even rootful...
  2. As soon as I replaced UnityFramework with null, the app crashes the moment I open it, even rootful. I really don't understand why.😭
  3. I just tried it and nothing happened. I tried replacing the "UnityFramework" in util.h, as it is not the binary I want to patch, but nothing happens. What do I do?
  4. Yes. The first one was compiled with the rootless option and did not work. Then I used iGameGod and Derootifer and it was the same. The version should be up-to-date, as I just downloaded it yesterday - could it be an sdk issue? Or is it the CPU, because it worked fine with A10X rootless and M1 rootful I'm using Theos installed with Theos Auto Installer. the Makefile has changed very little in its contents it just setting compile for rootless. Tweak.xm crashes and doesn't work when the Framework is loaded, so I simply call MemoryPatch in Kittymemory. and found that the patched offset function is crashing (using lldb). This is the same behaviour as when I patched the offset in Jailed. Should I paste my Tweak.xm or Makefile here?
  5. @Rook @Laxus I have no idea why it doesn't work. Crashes the moment I patch the offset.
  6. Tried both Derootifer and iGameGod. But it still crashes. Yes. first I tried it. but it wasn't work
  7. Hello. Last time I tried to do offset patching with Ted's Modmenu in a rootless environment, it crashed, so I decided to use Batchh ModMenu on @Laxus's advice. But it still crashes with rootless. furthermore, it doesn't crash on some iPads anymore. Does anyone have any idea what could be causing this? Crashing ones are iPadPro11 2018 iOS16.2 and iPhone13 iOS15.4 The ones that don't crash are iPadPro 11 2021 iOS14.8.1 (rootful) and iPadPro10.5 2017 iOS15.7
  8. @Laxus Any ideas? And, I tried it on another iPad and it didn't crash. But it crashes on the iPad I want to use. Not crashing is iPadPro10.5 A10X iOS15.7 Crashes on iPadPro11 A12X iOS16.2 and iPhone13 A15 iOS15.4 Help. I can't figure out what's causing this.
  9. I tried using batchh's modmenu, it works fine rootful. But rootless doesn't work, it crashes when I set the framework. I tried patching the offset directly with patchoffset without loading the framework, but it still crashes.
  10. Thank you. I'll check it out.
  11. Hello guys. I'm working on an offset patch, I'm using Ted's modmenu template and it compiled successfully and works perfectly rootful. But as soon as I switched to Dopamine, it couldn't working. i thought it was Kittymemory, so I tried using the newest Kittymemory on github, but this time I couldn't compile it and got errors. i'm trying to get modmenu to work with rootless. How do I make it work?
  12. Hello. I'm trying to find an function that used strlen on libsystemplatform.dylib. The game I am trying to make cheat has a message that It has detected a memory hack So, I thought I can bypass detection if I find an function that display that message. However, Actually when I attach the game and set a watchpoint on that message, lldb showed offset is strlen function on libsystemplatform.dylib. I google it, It was just a function that manipulated strings. What I want you to tell me is 1 : Can I find a function that memory detection with use libsystemplatform.dylib (For example, Can I find a function calling strlen with lldb)? 2 : If I can't find it, is there another way? Sorry my English and my knowledge. If anyone knows how to do this, please let me know.
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines