Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. Already did that, that's why I posted the topic
  2. 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
  3. Went to the video, skipped to the end, gave you a view.
  4. Yes, but he gave the answer to some of those hints in hint 2.
  5. iAPCrazy gives you ads. Ads = aids. iAPCrazy gives you aids
  6. Use Rasticrac
  7. I have both Rasticrac and Clutch 2 installed, and only use Clutch 2 if there are binaries with spaces
  8. 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
  9. I will make it into a patcher if you wish. It does.
  10. Nice Shmoo
  11. As he replies to this topic trying to defend himself.
  12. Try reinstalling theos
  13. -(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
  14. You moved perl from /usr/local/bin to /usr/bin, correct?
  15. Loving the minimalism, Micky. Great job
  16. He only showed you the second argument as an example for future purpose.
  17. The images that have the same name as the .plist (xxx.png, [email protected]), remove the xxx.png and rename [email protected] to [email protected]. Have a 32x32 and a 58x58 (something around there) size image for the icon you want to use. When you have those, put them in your Resources folder and rename them xxx.png and [email protected], where xxx is the same as your .plist name. Once you've done that, go into the .plist and scroll to the bottom and find xxx.png or [email protected] and change it to [email protected]. When you've done that, compile again
  18. What do you need help with that you made the topic for?
  19. Nice, John
  20. "package name has characters that aren't lowercase alphanums or '-+.'."
  21. You spelled package wrong. Also, you forgot to hook one of your classes
  22. Hmm, any result with your current tweak?
×
  • 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