Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. 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
  2. Add this on top #include <Foundation/Foundation.h> Btw, do you have all the headers you need?
  3. 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
  4. 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
  5. ^
  6. 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?
  7. Yes, or wait until he receives my notification so he can answer you here
  8. 1. Yes 2. No 3. Email your purchase ID to the devs and they will help you getting a new one
  9. 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
  10. Mark Div's quote as "answered"
  11. Mark a reply as "answered"
  12. You're missing so many things... did you read any tutorials at all?
  13. People with 5- posts wanting an account
  14. Post your tweak.xm here
  15. I read that someone was having this issue because their theos was not updated. Idk if it's the case for you Try make package=yes
×
  • 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