Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. My guess would be that the LDR R12, [R0] and STR R12, [R0] both could be changed to LDR R12, R7 and STR R12, R7. I've never really dabbled with IDA, so I wouldn't know honestly
  2. Look at the link I posted originally. It's a template that you can use, plus it shows how to code your Tweak.xm in the topic
  3. Did you thin the binary?
  4. He did say that he found his offset and that he hacked the game, so I can assume he did
  5. https://iosgods.com/topic/2355-update-22template-custom-nic-code-injection-patcher-template/
  6. Why not just use Flex? You can the classes/methods of an app easily using that
  7. Are you able to uninstall things?
  8. Anything?
  9. 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
  10. Try this: https://iosgods.com/topic/19478-how-to-fix-theos-on-ios-9-3264bit/
  11. Mine works fine for me
  12. It'd probably be bet to just get a new one, as just gluing it back together just wouldn't be the same.
  13. Making a note to not leech will probably make them leech more.
  14. Seems like you didn't put #include <UIKit/UIKit.h> in your Tweak.xm
  15. Follow this: https://iosgods.com/topic/18740-tutorial-how-to-install-play-afterpulse-on-ios-8-or-lower/
  16. It's the MC5 hack. You'll have to remove that it seems
  17. No, you can edit methods within Flex
  18. On Flex 2, there were certain things you could change within it. See if you can find something regarding that in Flex 3
  19. Get a new screen?
  20. 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
  21. 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.
  22. Looks like you're going off of my patcher in tweak form? Anyway, is it the entire thing not working, or only the voids?
  23. 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.)
  24. But the Flex patch did?
  25. Why not just use LocaliAPStore?
×
  • 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