Jump to content

Rook

Administrator
  • Posts

    66,980
  • Joined

  • Last visited

Everything posted by Rook

  1. Also try holding home + power for 8 seconds.
  2. Be more specific please. Use filza, extract the binary to /var/mobile then do it there.
  3. That means you're banned. You need to reset your account. Search the forum on a how to.
  4. Are you trying to use lldb? Did you crack the app?
  5. According to that it says you haven't closed '['
  6. I don't think so. but try this:
  7. You will need to do this: http://iosgods.com/topic/11571-tutorial-how-to-use-rasticrac-to-crack-an-app-then-thin-the-binary/
  8. Welcome
  9. We're clicking the damn in your signature We're giving you damns lol
  10. iLethal is weird sometimes
  11. Your signature was asking for a damn
  12. I sent you the link to that topic a few posts above.
  13. It depends on your iTunes Account's location.
  14. 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.
  15. 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.
  16. 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
  17. Might be iPad Only?
  18. Are you sure you're typing it correctly? Try again: http://cydia.iphonecake.com/
  19. Yes, just like here on the forum You open a tag then you must close the tag for it to work.
  20. lol but I just did.. http://i.imgur.com/eITe6nQ.jpg
  21. Moved to the proper section and thanks for sharing.
  22. Try it from cydia.iphonecake.com
  23. Have they deleted it? https://itunes.apple.com/us/app/soul-hunters/id982119760?mt=8
  24. 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>
×
  • 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