Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. I'm on top of you
  2. Roast the person on top of you.
  3. Welcome
  4. M'appele*
  5. Yeah but change the PREFERENCEBUNDLENAME.plist to your pref bundle name with the .plist
  6. Hey, welcome to IosGods
  7. Make it green instead of blue, better for the eyes
  8. No problem don't forget to mark my answer as "mark solved" and respring your device
  9. This is because you have xModGames installed. Uninstall it and your problem will be fixed
  10. I'm not 100% sure but try this and don't forget to change the plist name to your preference bundle folder name #define PLIST_PATH @"/var/mobile/Library/Preferences/PREFERENCEBUNDLENAME.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook MagicSubscriptionPlan -(int) period { if(GetPrefBool(@"kPlan")) { return 999999999; } return %orig; } %end
  11. Fill out the template atleast... Make it easier for cheaters on this site
  12. Jailbreak it Welcome
  13. Use the search bar
  14. Not his birthday lol and mark the question as "Answered"
×
  • 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