Jump to content

Redddy

Senior Member
  • Posts

    208
  • 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

3,807 profile views

Redddy's Achievements

Enthusiast

Enthusiast (6/14)

  • 5 Years In
  • Well Followed Rare
  • Very Popular Rare
  • Mega Dedicated
  • Popular Rare

Recent Badges

2.1k

Reputation

  1. 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.
  2. well first off dont touch anything from the template
  3. V.0.50.1 Still didnt fix any errors about not being able to access iTunesCore.dll
  4. 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.
  5. 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!"
  6. 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
  7. 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?
  8. or if youre kfd supported, just use the Blacklist app.
  9. Got an issue with enabling jit on iOS 17 Image
  10. its not wrong to ask lmfao if anything i thought it was visual
  11. so more than 16 people can join? or is this only on ur side and you can join maxed lobby?
  12. why do you need thee pure ipa? if you dont want mods just install the normal app from appstore?
×
  • 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