Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Best thing to do is bring it to the apple store so they can give it back to the person that lost the iPhone.
  2. Remove #include <Foundation/Foundation.h> from your tweak.xm and add #import <UIKit/UIKit.h> on top of your tweak.xm
  3. Well if you're not using it on yourself, it's illegal
  4. 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?
  5. 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
  6. Add this on top #include <Foundation/Foundation.h> Btw, do you have all the headers you need?
  7. 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
  8. 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
  9. ^
  10. 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?
  11. Yes, or wait until he receives my notification so he can answer you here
  12. 1. Yes 2. No 3. Email your purchase ID to the devs and they will help you getting a new one
  13. 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
  14. Mark Div's quote as "answered"
  15. Mark a reply as "answered"
  16. You're missing so many things... did you read any tutorials at all?
  17. People with 5- posts wanting an account
×
  • 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