Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. Crap. Add a "%" in front of the "orig;" at the end.
  2. whateveryourtweaknamescalled.plist
  3. Go into the next 8 Ball Pool folder.
  4. You have to go into the .plist and edit that.
  5. PayAsYouGo. I only paid £10 Rip
  6. Okay copy and paste this: %hook UserInfo -(int)lowAimRatio { if(GetPrefBool(@"kGuidelines")) { return -900; } return %orig; } -(int)highAimRatio { if(GetPrefBool(@"kGuidelines")) { arg1 = 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
  7. You finish it off Don't put another %hook UserInfo though lol.
  8. It's self explanatory. Show me the tweak.xm in the Patcher.
  9. Do you have the Patcher template?
  10. https://iosgods.com/topic/444-tutorial-how-to-make-a-preference-bundle/
  11. You want to make a patcher?
  12. How long did it last for you?
  13. I am
  14. Hello. So about an hour ago, I turned off the wifi via the plug and chilled on my bed. Played a bit of 8 Ball Pool then decided to reboot my phone (I was jail broken). After that, I was unable to go into games I've downloaded. Thought that was a bit weird but then I started receiving Facebook messages. I was like "How can this be? I have no internet...". I then realised Mobile Data was enabled, turned it off and that's the reason I was able to connect. I used up my data literally a year ago so how can I still have data? I asked my parents whether they put credit on my phone and they said no. We usually turn the Internet off so I'm sure by now all the data would've been used up anyway. It was only today I realised I still had data. The whole year it's been enabled I've never been able to connect until today. I thought "Oh, maybe EE (the carrier I'm on) is giving a short amount of data to customers...". I searched and searched, but nothing.
  15. Last comment. Good luck everyone!
  16. Second comment.
  17. First comment.
  18. Doubt you have the iOS 8.4 blob saved, so you can't downgrade. If you did, you could.
  19. There's one for iOS 10.1/10 and 10.2.
  20. Nice work man. Keep it up
×
  • 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