Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. Anything?
  2. Get LLVM+Clang to download, and then check /var/theos/bin (wherever your Theos is installed), and check for files called fauxsu and libfauxsu.dylib. If those are there, remove them
  3. Try this: https://iosgods.com/topic/19478-how-to-fix-theos-on-ios-9-3264bit/
  4. Mine works fine for me
  5. It'd probably be bet to just get a new one, as just gluing it back together just wouldn't be the same.
  6. Making a note to not leech will probably make them leech more.
  7. Seems like you didn't put #include <UIKit/UIKit.h> in your Tweak.xm
  8. Follow this: https://iosgods.com/topic/18740-tutorial-how-to-install-play-afterpulse-on-ios-8-or-lower/
  9. It's the MC5 hack. You'll have to remove that it seems
  10. No, you can edit methods within Flex
  11. On Flex 2, there were certain things you could change within it. See if you can find something regarding that in Flex 3
  12. Get a new screen?
  13. 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
  14. 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.
  15. Looks like you're going off of my patcher in tweak form? Anyway, is it the entire thing not working, or only the voids?
  16. 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.)
  17. But the Flex patch did?
  18. Why not just use LocaliAPStore?
  19. C-Ops next? Great work as always
  20. Welcome! Looking forward to seeing good things from you
  21. I don't play the game, but this sounds interesting
  22. 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
  23. Give clah of cans hax
  24. There's a tweak on Cydia for this, but I don't remember what it's called. Should be on BigBoss repo
×
  • 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