Jump to content

Kokneed

Member
  • Posts

    52
  • Joined

  • Last visited

Recent Profile Visitors

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

Kokneed's Achievements

Supporter

Supporter (5/14)

  • Full Member
  • 3 Years In
  • Reacting Well
  • Conversation Starter
  • 2 Years In

Recent Badges

3

Reputation

  1. I would like to asking about the mod menu creations I found some of mod menu source are only work on jailbreak device, but doesn't work on non-jailbreak device. The reason must be non-jailbreak device is not allow edit the HEX in the game directly. Then, I found that, @Rook published a Mod Menu is allow running in non-jailbreak device with on/off switcher. This is really amazing. I would like to ask how it works and any source code for those menu? Thank you for reading my question. Have a Nice Day
  2. I already have my own menu works on theos. May I know how it work without jailbreak and jit in non-jailbreak device? My menu currenly is crash when using non-jailbreak device
  3. Hello Brother As the Offset Patching code : //this is just a POC if (switch_Jump) { ActiveCodePatch("Frameworks/UnityFramework.framework/UnityFramework", 0x1B39598, "200080D2C0035FD6"); } else { //when you desactivate a patch, it need to be the same HEX that you use to enable the hack. DeactiveCodePatch("Frameworks/UnityFramework.framework/UnityFramework", 0x1B39598, "200080D2C0035FD6"); } It Show SynatxError: Unexpected identifier'switch_jump'.Expected(to start an 'if' condition.
×
  • 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