Jump to content

lockdownderp

Member
  • Posts

    19
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 8
  • iOS Version
    16.1.2
  • Jailbroken
    Yes
  • Android Device
    Galaxy S10
  • Android Version
    12
  • Rooted
    Yes

Recent Profile Visitors

257 profile views

lockdownderp's Achievements

Rookie

Rookie (2/14)

  • 4 Years In
  • Conversation Starter
  • Collaborator
  • First Post
  • Reacting Well

Recent Badges

5

Reputation

1

Community Answers

  1. Ive got no cooldown working looking into a few other things
  2. So i and im sure many others here hate or dont know objective c very well. Ive been working non stop for a few weeks on creating a 100% SwiftUI & Swift mod menu. Everything from the mod menu view (swiftui), menu injection, function hooks and byte patching is all written in Swift code. Its even bundled nicely into a Swift package with autocomplete and you can even preview your mod menu SwiftUI view. All features work for jailed (using JIT) & jailbroken Demo Video
  3. I know this is almost a year old 😂 You can hook any class/function/property using the logo or offset ive been playing around with Orion lately and will post a tutorial when i have some time 😊
  4. Yea but you cant write a whole new function and run that Unless im missing something?
  5. @Zahir i saw @Ted2 mentioned you in one of his other posts about sub_x and theos-jailed. Is it possible to hack sub_x on theos-jailed? If so can you please share how so i can release some hacks
  6. Fishhook is the theos-jailed version of mshookfunction. Ok so its not possible to do then as you cant hook sub_x on theos-jailed
  7. Is it possible to fishhook the methods that are found in global-meta? Ive tried using the symbols like Var$$GetGems for example but it doesn't work. #include <substrate.h> #import <fishhook.h> static int (*orig_gems)(); int my_gems() { return 9999; } %ctor { rebind_symbols((struct rebinding[1]){{"Var$$GetGems", (void *)my_gems, (void **)&orig_gems}},1); }
  8. Yes i agree, however is there something i can do in the meantime so i can continue working on hacking this app without the frustration of needing to restart it over and over trying to gain access to the IGM
×
  • 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