Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. 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
  2. Went to the video, skipped to the end, gave you a view.
  3. Yes, but he gave the answer to some of those hints in hint 2.
  4. iAPCrazy gives you ads. Ads = aids. iAPCrazy gives you aids
  5. Use Rasticrac
  6. I have both Rasticrac and Clutch 2 installed, and only use Clutch 2 if there are binaries with spaces
  7. 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
  8. I will make it into a patcher if you wish. It does.
  9. Nice Shmoo
  10. As he replies to this topic trying to defend himself.
  11. Try reinstalling theos
  12. -(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
  13. You moved perl from /usr/local/bin to /usr/bin, correct?
  14. Loving the minimalism, Micky. Great job
  15. He only showed you the second argument as an example for future purpose.
  16. 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
  17. What do you need help with that you made the topic for?
  18. "package name has characters that aren't lowercase alphanums or '-+.'."
  19. You spelled package wrong. Also, you forgot to hook one of your classes
  20. Hmm, any result with your current tweak?
  21. In every float method, make the return a decimal. ie: 8000000.0 or 0.0
  22. You sure? That's the reason you're getting the bus error: 10 error
×
  • 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