Jump to content

Rook

Administrator
  • Posts

    66,731
  • Joined

  • Last visited

Everything posted by Rook

  1. Search the forum for "Preferences.h" and you'll get a solution.
  2. @@MeteorCS Have you seen this? http://iosgods.com/topic/13670-demi-lovato-path-to-fame-all-versions/
  3. Yeah, it auto fills it in based on what you chose when you started the project.
  4. This is the correct one: #define PLIST_PATH @"/var/mobile/Library/Preferences/TheDrowning.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook UnlimitedCoins -(void) setLotsOCoins:(int)fp8 { if(GetPrefBool(@"kCoins")) { %orig(9999999); } %orig(fp8); } %end %orig(fp8);
  5. @@Fred22 Inside your Tweak.xm, on line 15, you are missing a ";". Simply add it and compile.
  6. First time this happens? I thought you could attach it before?
  7. Is your Preferences .plist really named "prefbundle.plist"?
  8. Upload the video somewhere and send them the link?
  9. What are your PC specs? Give it some more specifications and make sure you don't have a lot of things running on your computer which can use a lot of resources.
  10. Try reinstalling again.
  11. What's so special with the 12.1 version?
  12. No, capacity is fine. Mine is like that also.
  13. @@AgentX44 You should read this: http://iosgods.com/topic/3054-readme-how-to-post-a-topic-in-this-section/
  14. There are no public accounts for this since they get abused and closed fast. You can find some pinned in ViP Goodies: http://iosgods.com/forum/51-vip-goodies/ Or you can make some yourself following this tutorial: http://iosgods.com/topic/1725-tutorial-how-to-create-a-usnzca-apple-id-without-a-credit-card/
  15. So they load infinitely when downloading them from the app store?
  16. You now have less restrictions than a normal member does.
  17. What did iFile installation finish with? Do you have the requirements?
  18. Try while on Mobile Data.
  19. Uninstall xCon or update it to the latest version.
  20. Do you have xCon installed?
  21. It's the same in lldb according to this: http://lldb.llvm.org/lldb-gdb.html bt -> bt
×
  • 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