Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. Mine works fine for me
  2. It'd probably be bet to just get a new one, as just gluing it back together just wouldn't be the same.
  3. Making a note to not leech will probably make them leech more.
  4. Seems like you didn't put #include <UIKit/UIKit.h> in your Tweak.xm
  5. Follow this: https://iosgods.com/topic/18740-tutorial-how-to-install-play-afterpulse-on-ios-8-or-lower/
  6. It's the MC5 hack. You'll have to remove that it seems
  7. No, you can edit methods within Flex
  8. On Flex 2, there were certain things you could change within it. See if you can find something regarding that in Flex 3
  9. Get a new screen?
  10. 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
  11. 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.
  12. Looks like you're going off of my patcher in tweak form? Anyway, is it the entire thing not working, or only the voids?
  13. 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.)
  14. But the Flex patch did?
  15. Why not just use LocaliAPStore?
  16. C-Ops next? Great work as always
  17. Welcome! Looking forward to seeing good things from you
  18. I don't play the game, but this sounds interesting
  19. 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
  20. Give clah of cans hax
  21. There's a tweak on Cydia for this, but I don't remember what it's called. Should be on BigBoss repo
  22. -Help & Support Beginner -Bronze Online Time (when I get there, I still have about a week to go ) Update: Finessed
  23. @Goggwell is working on a hack for this as far as I'm aware
  24. You still have a bunch of methods with nothing at the end of them. In the methods that you have (bool), (id), whatever at the end, you need to put something after those, even if there's nothing after it in Flex.
×
  • 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