Jump to content

quatorze

Senior Member
  • Posts

    157
  • Joined

  • Last visited

Everything posted by quatorze

  1. This is a direct copy of mobean's source, I guess people are posting the source everywhere for a few clicks..
  2. Yeah but it wont be organized since everything would have to be in the tweak.xm srcf
  3. updated to work on latest versions
  4. the cheat is now auto updated
  5. Seeing as you're on 15.1, have you not encountered a crash?
  6. I can confirm that it works on checkra1n based on my testing although it is possible another tweak is causing issues.
  7. It should work now. Uninstall the old build before installing the new one.
  8. It is being looked into
  9. -(const char *)getFrameworkName { if(frameworkName) return frameworkName; NSFileManager *fileManager = [NSFileManager defaultManager]; NSString *bundlePath = [[NSBundle mainBundle] bundlePath]; NSString *path = [bundlePath stringByAppendingString:@"/Frameworks/UnityFramework.framework/UnityFramework"]; if([fileManager fileExistsAtPath:path]) { frameworkName = "UnityFramework"; } else { frameworkName = NULL; } return frameworkName; }
  10. hook offsets quickly, useful for newbies i guess [Hidden Content]
×
  • 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