Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. There is program that removes DRM like TunesKit
  2. Is everything fine now? Also if you are looking in NJB VIP. Then you need to buy NJB VIP package.
  3. It's binary, you need to Jailbreak. There is no jailbreak yet for your iOS.
  4. You need to buy prepaid card or use credit card.
  5. You need Credit Card/Debit card, or prepaid card. Also, you may win "VIP giveaway" if there are some.
  6. Senior Member and higher I think.
  7. %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
  8. Your rank doesn't meet the requirements for alternative payments.
  9. They all are linked so it's vary
  10. Where is the end date?
  11. Flex 2/3 then iGG, MSHook. https://iosgods.com/forum/14-tutorials/
  12. Let it load
  13. Read again. "- Max Accuracy *Linked with enemy* - No Cool Down *Linked with enemy*" I don't play SW so I don't know about "theomars"
  14. Congrats to the winner! @@Flackboy
  15. What do you mean that you can't PM?
  16. https://iosgods.com/topic/46538-vip-summoners-war-325-7-paininassupdatepart4/ https://iosgods.com/topic/46539-summoners-war-325-3/
  17. Updated: https://iosgods.com/topic/46539-summoners-war-325-3/
×
  • 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