Jump to content

RehmanAfridi

Member
  • Posts

    26
  • Joined

  • Last visited

Recent Profile Visitors

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

RehmanAfridi's Achievements

Apprentice

Apprentice (3/14)

  • One Year In
  • Super Dedicated
  • Appreciated Solution
  • Collaborator
  • Conversation Starter

Recent Badges

0

Reputation

  1. @batchh can you add h5gg theos based hooks and patchoffset in your menu please
  2. @batchh can you add h5gg theos based hooks and patchoffset in your menu please
  3. please can you help me make this work: https://github.com/itsPow45/iOS-Jailed-Runtime-Offset-Patching-and-Hooking/tree/main I tried but i am doing something wrong please can you take a look at my files. and maybe fix it a little bit i will be very grateful to you. How to create a patch switch for it. i h5gg its done like ActiveCodePatch("Frameworks/UnityFramework.framework/UnityFramework", 0x10C92BC, "C0035FD6"); but how can it be done for this theos version. i am still learnin gplease any help is appreciated. my project: https://www.mediafire.com/file/wz83lvuhpit6xs3/jailedTest.zip/file
  4. @batchh Hello, i need a little help with my imGui. when my menu is open i cant interact with game which is fine but i want to be able to interact with the game when the ImGui is collapsed. please can you update your menu to add this feature? https://imgur.com/a/R406nd4
  5. @AlyssaX64 how can i create a pointer to class. i repeat pointer to a class not method. can i do that ? i am trying to create a pointer to a class so i can use fields of that class. can i ask here or should i create another post for this ?
  6. thank you yes it worked. can you help me with another problem if you have time
  7. i have used it like this and it worked thanks you void (*old_lateUpdate)(void *_this); void lateUpdate(void *_this){ bool (*FastChangeAnimatorStates)(void *, int layer, int stateHash, bool allowReplay, float normalizedTime) = (bool (*)(void *, int, int, bool, float))getRealOffset(0xF3B4A8); if (test2){ FastChangeAnimatorStates(_this, 0, 531867845, true, 0.f); } old_lateUpdate(_this); }
  8. @AlyssaX64 first parameter "myplayer" shouldnt this be _this bcoz it give me error "use of undecleared identifier"? sorry i am still learning.
  9. I have uncover jailbreak. iOS Version 14.3 let me try now
  10. can you approve my post please i have made some changes in code. its pending

  11. i am using your modmenu i have added a hook but when i activate i get crash. can you take a look please Here is post if possible can you rewrite that hook i am a little confused there. i need to send 5 parameters and at same time i need to return it true too.
×
  • 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