Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. Update: Made into a patcher. Enjoy!
  2. wtf is in the top right is my only question about this entire thing
  3. Works, thanks! Removing the arg1 =; line made the second one work
  4. Do it for the Clash community
  5. shmoo it's simple, just hack their servers
  6. Don't think changing fp8 to argument will change anything, but I'll try As for nulling it like that, we'll see
  7. Already did that, that's why I posted the topic
  8. Thought I would make my Trivia Crack tweak into a patcher. Everything was going well, compiled with no errors and all that, but the first two switches in the patcher have no effect, whereas the third one works perfectly fine. That said, how do I add these methods into my patcher? Class: PRQuestionViewController Method: -(void)setupQuestionTimer In my original tweak, it was as simple as %hook PRQuestionViewController -(void)setupQuestionTimer { } %end Class: PRAnswersGroupView Method: -(void)setWrongAnswerSelector:(SEL) *SEL just means Selector for those that don't know.* In my original tweak %hook PRAnswersGroupView -(void)setWrongAnswerSelector:(SEL)fp8 { %orig(NULL); } %end
  9. Went to the video, skipped to the end, gave you a view.
  10. Yes, but he gave the answer to some of those hints in hint 2.
  11. iAPCrazy gives you ads. Ads = aids. iAPCrazy gives you aids
  12. Use Rasticrac
  13. I have both Rasticrac and Clutch 2 installed, and only use Clutch 2 if there are binaries with spaces
  14. Useful, thanks Zimon Also, if you use Clutch 2, you could use the numbers in the list of apps. With that, say that Monkey City is 17, you could do Clutch2 -d 17 Not sure about the first version of Clutch
  15. I will make it into a patcher if you wish. It does.
  16. Nice Shmoo
  17. As he replies to this topic trying to defend himself.
  18. Try reinstalling theos
  19. -(int)costForElevator:(int)args1 { if(GetPrefBool(@"key1")) { return 0; args1 = 0; } return %orig; } Try that Don't forget to change the key to whatever yours is
  20. You moved perl from /usr/local/bin to /usr/bin, correct?
×
  • 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