Jump to content

Rook

Administrator
  • Posts

    67,266
  • Joined

  • Last visited

Everything posted by Rook

  1. Yeah, put it in your pocket.
  2. Well, chatting apps are mostly for iPhones.
  3. Kik on iPad is not full screen. It's like those apps that do not support iPad screens so the iPad adjusts the view and lets you choose 1/2x zoom. This makes it full screen completely as you can see in the image.
  4. Search the forum for "Preferences.h" and you'll get a solution.
  5. @@MeteorCS Have you seen this? http://iosgods.com/topic/13670-demi-lovato-path-to-fame-all-versions/
  6. Yeah, it auto fills it in based on what you chose when you started the project.
  7. 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);
  8. @@Fred22 Inside your Tweak.xm, on line 15, you are missing a ";". Simply add it and compile.
  9. First time this happens? I thought you could attach it before?
  10. Is your Preferences .plist really named "prefbundle.plist"?
  11. Upload the video somewhere and send them the link?
  12. 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.
  13. Try reinstalling again.
  14. What's so special with the 12.1 version?
  15. No, capacity is fine. Mine is like that also.
  16. @@AgentX44 You should read this: http://iosgods.com/topic/3054-readme-how-to-post-a-topic-in-this-section/
  17. 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/
  18. So they load infinitely when downloading them from the app store?
  19. You now have less restrictions than a normal member does.
  20. What did iFile installation finish with? Do you have the requirements?
  21. Try while on Mobile Data.
  22. Uninstall xCon or update it to the latest version.
×
  • 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