Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. If it's a 2nd hack, you don't need to put <key>items</key> <array> You start with <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Magic Piano Cheats</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <true/> <key>defaults</key> <string>ptest</string> <key>key</key> <string>kPlan</string> <key>label</key> <string>Always perfect</string> </dict>
  2. You have to add the PSGroupCell on top also
  3. Add another PSSwitchCell in the resource .plist file and link the hack
  4. Change <string>com.techprohacker.ptest</string> to <string>ptest</string>
  5. Can you show me your tweak.xm and the .plist in your resources folder? (Not the info.plist)
  6. You're missing the preference.h header, you'll to google them and find their github's. Took me like 2 hours lol. I think Mr pho3nix is uploading all of his headers soon
  7. Took me like 2-3 hours to find the headers I needed haha, good thing . Is here
  8. Hello, welcome
  9. Welcome
  10. Open flex and search for the right class, then change the name
  11. @Patricktph worked?
  12. I'm on top of you
  13. Roast the person on top of you.
  14. Welcome
  15. M'appele*
  16. Yeah but change the PREFERENCEBUNDLENAME.plist to your pref bundle name with the .plist
  17. Hey, welcome to IosGods
  18. Make it green instead of blue, better for the eyes
  19. No problem don't forget to mark my answer as "mark solved" and respring your device
  20. This is because you have xModGames installed. Uninstall it and your problem will be fixed
  21. 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
×
  • 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