Jump to content

Redddy

Senior Member
  • Posts

    211
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone SE (2020)
  • iOS Version
    15.3
  • Jailbroken
    No
  • Android Device
    Samsung S7
  • Rooted
    No
  • Gender
    Male
  • Interests
    games

Recent Profile Visitors

4,038 profile views

Redddy's Achievements

Enthusiast

Enthusiast (6/14)

  • Spreading Some Love
  • Appreciating Others
  • Senior Member
  • Full Member
  • 5 Years In

Recent Badges

2.1k

Reputation

  1. What are you finding to change things as metadata.cs?
  2. Is it just me or just calling initialize crashes my game? IL2CPP::Initialize(true, 60, binaryPath.UTF8String);
  3. MSHook basically replacing a function with your own function. lets say there is an offset called DefaultFOV(float value) and it's offset is 0x10123456 Using MSHOOK (jb only) We wanna start with replacing the function with our own. bool changefov; old_DefaultFOV(float); DefaultFOV(float value) { if (changefov) { value = 120 } return old_DefaultFOV(float) } If changefov is true, then return the value to 120 else return the old value from old_DefaultFOV. Then you need to hook the function via MSHookFunction(0x10123456, DefaultFOV, old_DefaultFOV) (DefaultFOV is the function youll be changing and old_DefaultFOV is the old function) You can call MSHookFunction when you load your menu or something. Hopefully this can clear some foggy understanding.
  4. well first off dont touch anything from the template
  5. V.0.50.1 Still didnt fix any errors about not being able to access iTunesCore.dll
  6. Nope. Even signed in and didnt work. For some reason its giving me this error. I have the Windows (Not store) iTunes and iCloud both signed in.
  7. With V0.5 or the new update that was released. I got this message instead when using remote "Remote Anisette is not available for you; iTunes Anisette not available; Remote Anisette is not available for you; Cannot continue!"
  8. Can't download Local Ainsette after it was required to in V0.5.0. I have iTunes Download but it still cant find the file required whatsoever. Heres a video https://streamable.com/8xs80d
  9. Is there a way I can replicate your doobyhook function and test it on my own time? also how did you find offsets to hook onto genshin? isnt it encrypted that you cant even dump it?
  10. or if youre kfd supported, just use the Blacklist app.
  11. Got an issue with enabling jit on iOS 17 Image
  12. its not wrong to ask lmfao if anything i thought it was visual
×
  • 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