Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. Turn your brightness up all the way if it allows you to. Anything to make it die faster
  2. This happened to me once (not on iOS 10). What I did was let my phone die, and when I charged it to turn back on, it was no longer in Guided Access
  3. 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
  4. 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
  5. Did you thin the binary?
  6. He did say that he found his offset and that he hacked the game, so I can assume he did
  7. https://iosgods.com/topic/2355-update-22template-custom-nic-code-injection-patcher-template/
  8. Why not just use Flex? You can the classes/methods of an app easily using that
  9. Are you able to uninstall things?
  10. Anything?
  11. 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
  12. Try this: https://iosgods.com/topic/19478-how-to-fix-theos-on-ios-9-3264bit/
  13. Mine works fine for me
  14. It'd probably be bet to just get a new one, as just gluing it back together just wouldn't be the same.
  15. Making a note to not leech will probably make them leech more.
  16. Now waiting for the day Mohammad96 (Alyce Fan) reveals how his Unity exploit works

    1. NitroxicDemon

      NitroxicDemon

      Its not my exploit really :3

    2. Pro

      Pro

      rip, I still want to know lol

  17. Seems like you didn't put #include <UIKit/UIKit.h> in your Tweak.xm
  18. Follow this: https://iosgods.com/topic/18740-tutorial-how-to-install-play-afterpulse-on-ios-8-or-lower/
  19. It's the MC5 hack. You'll have to remove that it seems
  20. No, you can edit methods within Flex
  21. On Flex 2, there were certain things you could change within it. See if you can find something regarding that in Flex 3
  22. Get a new screen?
  23. 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
  24. 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.
×
  • 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