Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Doesn't work anymore
  2. You can't. But you can use the keychain method and redownload the app again to make a new account. Pretty much
  3. Download it from the official repo
  4. Best thing to do is bring it to the apple store so they can give it back to the person that lost the iPhone.
  5. Remove #include <Foundation/Foundation.h> from your tweak.xm and add #import <UIKit/UIKit.h> on top of your tweak.xm
  6. Well if you're not using it on yourself, it's illegal
  7. I have a feeling you're missing alot of things. You haven't read the tutorials properly and you're trying to copy the code from the guy in the video and haven't tried learning how to code first that's not how you should start lol ----- What does your makefile look like?
  8. I don't have a link, I downloaded them manually one by one but I'm pretty sure you can find them on the forum
  9. Add this on top #include <Foundation/Foundation.h> Btw, do you have all the headers you need?
  10. Lol, this should work : %hook SBIconController -(void)iconTapped:(id)fp8{ %orig; UIAlertView *alert = [[uIAlertView alloc]initWithTitle:@"Welcome to this app!" message:@"⚡️I hope you enjoy ⚡️" delegate:self cancelButtonTitle:@"I will!" otherButtonTitles:@"I won't", nil]; [alert show]; } %end
  11. try this %hook SBIconController -(void)iconTapped:(id)fp8{ %orig; UIAlertView *alert = [[uIAlertView alloc]initWithTitle:@"Welcome to this app!" message:@"⚡️I hope you enjoy ⚡️" delegate:self cancelButtonTitle:@"I will!" otherButtonTitles:@"I won't" [alert show]; } %end
  12. ^
  13. Look at how he wrote his code and how you wrote yours. Why are you asking for help when you're copying his code and didn't copy it right?
  14. Yes, or wait until he receives my notification so he can answer you here
  15. 1. Yes 2. No 3. Email your purchase ID to the devs and they will help you getting a new one
  16. Learn IDA, how to make a patcher and coding in general We all started like you, watch videos, read tutorials and read up on some obj-c to enhance your knowledge
  17. Mark Div's quote as "answered"
×
  • 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