Jump to content

Rook

Administrator
  • Posts

    66,981
  • Joined

  • Last visited

Everything posted by Rook

  1. According to that it says you haven't closed '['
  2. I don't think so. but try this:
  3. You will need to do this: http://iosgods.com/topic/11571-tutorial-how-to-use-rasticrac-to-crack-an-app-then-thin-the-binary/
  4. Welcome
  5. We're clicking the damn in your signature We're giving you damns lol
  6. iLethal is weird sometimes
  7. Your signature was asking for a damn
  8. I sent you the link to that topic a few posts above.
  9. It depends on your iTunes Account's location.
  10. You can add it without a problem: <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Gives you xxxxxxx Tickets!! But stays at that value.</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.iOSGods.crazykingshacks</string> <key>key</key> <string>kUnlimited Tickets</string> <key>label</key> <string>Unlimited Tickets</string> </dict> I also suggest you use the keys all lowercase and no spaces because you might make a type and you'll just make it harder for you to make the patcher.
  11. I just opened the link above on my iPhone 4s and it worked... I think it's only available in the U.S Store though.
  12. Damn! This cheered me up! - But seriously though, Tustin deserves all the damns he can get. I'm giving him a few right now. Tustin
  13. Might be iPad Only?
  14. Are you sure you're typing it correctly? Try again: http://cydia.iphonecake.com/
  15. Yes, just like here on the forum You open a tag then you must close the tag for it to work.
  16. lol but I just did.. http://i.imgur.com/eITe6nQ.jpg
  17. Moved to the proper section and thanks for sharing.
  18. Try it from cydia.iphonecake.com
  19. Have they deleted it? https://itunes.apple.com/us/app/soul-hunters/id982119760?mt=8
  20. Here's an example of how to add a key to a switch: Tweak.xm: %hook GameState -(int)total_stars { if(GetPrefBool(@"kstars")) { //same key as in preference.plist return 999999999; } return %orig; } Preference: <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Hello! The switch above gives you unlimited Stars!</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.iOSGods.crazykingshacks</string> <key>key</key> <string>kstars</string> //same key used as in tweak.xm <key>label</key> <string>Unlimited stars!</string> //This is the text next to the switch </dict>
  21. I think I told you to install Rasticrac and thin the binary? This tutorial will help: http://iosgods.com/topic/11571-tutorial-how-to-use-rasticrac-to-crack-an-app-then-thin-the-binary/
  22. Oh sweet jesus thank god! That took a long time. Okay, now, what were you trying to do before this happened?
  23. Okay, try the above please.
  24. No buddy, this won't affect your App Store. - Try these two debs. Only install one at a time: http://apt.saurik.com/cydia/debs/cydia_1.1.23_iphoneos-arm.deb http://apt.saurik.com/cydia/debs/cydia_1.1.22_iphoneos-arm.deb - Safe Mode didn't work for you, correct?
×
  • 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