Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. You can't crack apps with theos lol.
  2. Thanks
  3. @@VEH-E2d-xBE-mWE Giveaway ended, Please pick a winner.
  4. Make sure that you have Apple file conduit "2" and use iFunbox or iTools if you are JB.
  5. We can do it for you. Free.
  6. What tweak are you looking for/wanting ?
  7. There is program that removes DRM like TunesKit
  8. Is everything fine now? Also if you are looking in NJB VIP. Then you need to buy NJB VIP package.
  9. It's binary, you need to Jailbreak. There is no jailbreak yet for your iOS.
  10. You need to buy prepaid card or use credit card.
  11. You need Credit Card/Debit card, or prepaid card. Also, you may win "VIP giveaway" if there are some.
  12. Senior Member and higher I think.
  13. %hook UserInfo -(int)lowAimRatio { if(GetPrefBool(@"kGuidelines")) { return -900; } return %orig; } -(int)highAimRatio { if(GetPrefBool(@"kGuidelines")) { return 1300; } return %orig; } -(void) setForCue:(int)arg1 aim:(int)arg2 { if(GetPrefBool(@"kGuidelines")) { arg1 = 10; arg2 = 10; } return %orig; } -(int) getCueAim:(int)arg1 { if(GetPrefBool(@"kGuidelines")) { arg1 = 10; } return %orig; } -(int)setLowAimRatio:(int)arg1 { if(GetPrefBool(@"kGuidelines")) { arg1 = -900; } return %orig; } %end %hook VisualCue -(BOOL) hideGuidelinesMode { if(GetPrefBool(@"kGuidelines")) { return FALSE; } return %orig; } -(BOOL) showSecondaryGuides { if(GetPrefBool(@"kGuidelines")) { return FALSE; } return %orig; } -(BOOL) enabled { if(GetPrefBool(@"kGuidelines")) { return FALSE; } return %orig; } %end
  14. Your rank doesn't meet the requirements for alternative payments.
  15. Where is the end date?
  16. Flex 2/3 then iGG, MSHook. https://iosgods.com/forum/14-tutorials/
×
  • 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