Jump to content

Rook

Administrator
  • Posts

    66,567
  • Joined

  • Last visited

Everything posted by Rook

  1. I think some files may be missing in your project?
  2. Ain't nobody got time fo dat.
  3. Gurren Lagann
  4. Be more specific dude.
  5. I know some sites They unfollow you after a while though.
  6. 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/
  7. Add: ProjectName_FRAMEWORKS = UIKit CoreGraphics In the patchers makefile (both makefiles). Also, import UIKit. @@Ianouar3G
  8. Try the other thread he posted.
  9. Ralphie http://iosgods.com/topic/4420-monster-squad-12013241/ Wrong link ^ http://iosgods.com/topic/4391-ramboat-v110-6/
  10. Request filed. Hack topic: http://iosgods.com/topic/4420-monster-squad-12013241/
  11. Good job @@orella!
  12. His main problem was that he spelled the AppDelegate wrong..
  13. I marked an answer as solved.
  14. Make a new support topic with your error please.
  15. Just messing around with KingRalph
  16. Yeah.. I probably shouldn't have done that.
  17. Were you able to build your patcher successfully? Removed extra keys and everything?
  18. They can steal it anyways by replying to the topic... Do things manually, no generator
  19. #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.
  20. We have a tutorial on this in Cheaters section. You can view it.
  21. Would you like me to just send you the cracked IPA via PM? You can also use Rasticrac btw
×
  • 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