Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. My highest doing that was 32k
  2. -(void)setupQuestionTimer { } Nulling that completely disabled the timer, as it can't be setup now
  3. Yeah, you can null voids like that In my Trivia Crack patcher, I have a void nulled
  4. rip baby seals 2016-2016
  5. Minimalism is great. Good job, Micky
  6. Too many features
  7. You buy Twitter accounts with Simoleon. It's stupid, but it's addictive
  8. Straight outta Compton. Cheaters section should now be referred to as Compton Anyway, nice
  9. My first phone was an iPhone 4, back when it was new-ish
  10. I don't think you can do anything about the ads, as the developers of the tweak put them there themselves. Again, SaveGram is always an option as well
  11. No problem. If you don't like that tweak, you can install SaveGram, as Diversityy mentioned
  12. I do wanna say that there's a tweak on the BigBoss repo for that, but I don't know what it's called, if it even exists EDIT: Just looked for it, it's Instagam ++
  13. You forgot the writedata(your offset,original hex) after the else line. I think that's it
  14. Update: Made into a patcher. Enjoy!
  15. wtf is in the top right is my only question about this entire thing
  16. Works, thanks! Removing the arg1 =; line made the second one work
  17. Do it for the Clash community
  18. shmoo it's simple, just hack their servers
  19. Don't think changing fp8 to argument will change anything, but I'll try As for nulling it like that, we'll see
  20. Already did that, that's why I posted the topic
  21. 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
×
  • 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