Jump to content

Rook

Administrator
  • Posts

    66,627
  • Joined

  • Last visited

Everything posted by Rook

  1. I know some sites They unfollow you after a while though.
  2. 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/
  3. Add: ProjectName_FRAMEWORKS = UIKit CoreGraphics In the patchers makefile (both makefiles). Also, import UIKit. @@Ianouar3G
  4. Try the other thread he posted.
  5. Ralphie http://iosgods.com/topic/4420-monster-squad-12013241/ Wrong link ^ http://iosgods.com/topic/4391-ramboat-v110-6/
  6. Request filed. Hack topic: http://iosgods.com/topic/4420-monster-squad-12013241/
  7. Good job @@orella!
  8. His main problem was that he spelled the AppDelegate wrong..
  9. I marked an answer as solved.
  10. Make a new support topic with your error please.
  11. Just messing around with KingRalph
  12. Yeah.. I probably shouldn't have done that.
  13. Were you able to build your patcher successfully? Removed extra keys and everything?
  14. They can steal it anyways by replying to the topic... Do things manually, no generator
  15. #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.
  16. We have a tutorial on this in Cheaters section. You can view it.
  17. Would you like me to just send you the cracked IPA via PM? You can also use Rasticrac btw
  18. Oh, yeah! I think that's a default IPB option. Need to find it
  19. Yeah, let me know how it goes. :thumbsup:
  20. You might need Safari Download Manager or Safari Download Enabler to be able to download it. Or maybe another browser might work also. PC will definitely work though! :thumbsup:
  21. Wordpress is also the center of vulnerabilities lately.
×
  • 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