Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. It's probably possible but it takes time to make. Make a hack request with the features you want and wait.
  2. You need to learn how to use IDA for that buddy. Mark the topic as answered.
  3. Okay
  4. %hook Subscription -(bool) isActive { return TRUE; } %end %hook Subscription -(void) setIsActive:(bool)arg1 { arg1 = TRUE; return %orig; } %end -------- Try this ^ I'm too lazy to register
  5. I know, I'm just asking what method they would use since it's not a %hook. And if you don't know, how do you know it's not a %hook in general
  6. That .gif
  7. How does it actually work, then? In details
  8. @Patricktph
  9. BetterNet
  10. Which features aren't working? All of them or a few?
  11. 1. You're tweak is probably not linked properly, did you use flex converter to make the tweak.xm? If yes, it doesn't work if your method has 2 arguments. If you made it from scratch, you either didn't link it properly when it came to the bundle ID part. If your bundle ID is set properly, check your makefile and make sure you added an Architecture type for arm7 and arm64. If nothing works, you most probably just wrote the wrong method/class. 2. ?
  12. Re-Install Cydia Substrate
  13. Make and account and upload it on then website
×
  • 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