Jump to content

Rook

Administrator
  • Posts

    66,367
  • Joined

  • Last visited

Everything posted by Rook

  1. Yes, you can! Xcode alternative for Windows: http://xamarin.com/. There's also GNUstep. You can install apps on your iDevice using AppSync or Pgyer. Some useful websites: http://www.runswiftlang.com/ http://swiftstub.com/
  2. Doesn't it automatically do that?
  3. I think some files may be missing in your project?
  4. Ain't nobody got time fo dat.
  5. Gurren Lagann
  6. Be more specific dude.
  7. I know some sites They unfollow you after a while though.
  8. I had the same problem and that solved it for me. Take a look at these two threads: http://iosgods.com/topic/3319-error-ld-symbols-not-found-for-architecture-armv7-theos-on-ios-8/ http://iosgods.com/topic/4171-need-help-with-voidlink-error-for-my-patcher/
  9. Add: ProjectName_FRAMEWORKS = UIKit CoreGraphics In the patchers makefile (both makefiles). Also, import UIKit. @@Ianouar3G
  10. Try the other thread he posted.
  11. Ralphie http://iosgods.com/topic/4420-monster-squad-12013241/ Wrong link ^ http://iosgods.com/topic/4391-ramboat-v110-6/
  12. Request filed. Hack topic: http://iosgods.com/topic/4420-monster-squad-12013241/
  13. Good job @@orella!
  14. His main problem was that he spelled the AppDelegate wrong..
  15. I marked an answer as solved.
  16. Added the Hack topic because people are thinking this is a compiled hack.
  17. Make a new support topic with your error please.
  18. Just messing around with KingRalph
  19. Yeah.. I probably shouldn't have done that.
  20. Were you able to build your patcher successfully? Removed extra keys and everything?
  21. They can steal it anyways by replying to the topic... Do things manually, no generator
  22. #define PLIST_PATH @"/var/mobile/Library/Preferences/com.lamapple.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook UIStatusBarNewUIStyleAttributes -(id)initWithRequest:(id)fp8 backgroundColor:(id)fp10 foregroundColor:(id)fp12 { if(GetPrefBool(@"kKey")) { fp8 = NULL; fp10 = NULL; fp12 = NULL; } return %orig; } %end I think that should do it. You might need to check the lowercase/uppercase letters again because your font was confusing.
×
  • 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