Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. Try this: https://iosgods.com/topic/19478-how-to-fix-theos-on-ios-9-3264bit/
  2. Mine works fine for me
  3. It'd probably be bet to just get a new one, as just gluing it back together just wouldn't be the same.
  4. Making a note to not leech will probably make them leech more.
  5. Seems like you didn't put #include <UIKit/UIKit.h> in your Tweak.xm
  6. Follow this: https://iosgods.com/topic/18740-tutorial-how-to-install-play-afterpulse-on-ios-8-or-lower/
  7. It's the MC5 hack. You'll have to remove that it seems
  8. No, you can edit methods within Flex
  9. On Flex 2, there were certain things you could change within it. See if you can find something regarding that in Flex 3
  10. Get a new screen?
  11. Where it says selector, you'll notice that there is a second r in it. Remove the second one, as there should only be one. Thank @DiDA for that
  12. Use this: %hook PRQuestionViewController -(bool) characterWinTutorial { return FALSE; } -(void) cheatCorrectAnswer { return [self performSelector:@[member=selectorr](showCorrectAnswer) withObject:nil afterDelay:0.5];; } %end %hook PRAnswersGroupView -(void) setWrongAnswerSelector:(SEL)arg1 { return; } %end %hook PRPowerUp -(int)cost { return 0; } %end %hook PRGameViewController -(bool) shouldShowPowerUpTips { return TRUE; } -(bool) willShowPowerUpTip { return FALSE; } %end I removed the unlimited lives method, as it is only visual and does not actually work.
  13. Looks like you're going off of my patcher in tweak form? Anyway, is it the entire thing not working, or only the voids?
  14. Like the above, search for things that you see in the game. For example, you could search for a currency and see if anything comes up for that (coins, gold, etc.)
  15. But the Flex patch did?
  16. Why not just use LocaliAPStore?
  17. C-Ops next? Great work as always
  18. Welcome! Looking forward to seeing good things from you
  19. I don't play the game, but this sounds interesting
  20. If the gif is online, I'm pretty sure you can paste the link somewhere to make it your profile pic Never mind that. Just use a computer if you have one
  21. Give clah of cans hax
  22. There's a tweak on Cydia for this, but I don't remember what it's called. Should be on BigBoss repo
  23. -Help & Support Beginner -Bronze Online Time (when I get there, I still have about a week to go ) Update: Finessed
  24. @Goggwell is working on a hack for this as far as I'm aware
×
  • 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