Jump to content

Amuyea

ViP Pro
  • Posts

    11,503
  • Joined

  • Last visited

Everything posted by Amuyea

  1. Safari Uploader
  2. Go to the magical place called "tutorial section"
  3. Welcome to iOSGods! Hope you enjoy being here
  4. You need to be Senior Member now
  5. Enjoy your stay
  6. Keep coming here
  7. +(id)transactionWithEnergy:(long long) arg1 { if(GetPrefBool(@"key2")) { return nil; arg1 = 0; } return %orig; }
  8. Feel free to post if unsure so that I or other can help
  9. There are examples in tutorial
  10. #import <UIKit/UIKit.h> #import <substrate.h> #import <Foundation/Foundation.h> %hook Transaction -(void)setCoins:(long long) arg1 { arg1 = 1000; } %end %PGAchievementChain -(int)costToExtend { return 1; } %end %PGAchievementChain -(void)SetCostToExtend:(int) arg1 { arg1 = 1; } %end %Transaction +(id)transactionWithEnergy:(long long) arg2{ return nil; arg1 = 0; } %end %Transaction -(long long)energy { return 100; } %end Are you sure that you typed these (functions) right?
  11. We asked before and DiDA said no About discord
  12. I think try left alignment
  13. Why are you asking?
  14. What iOS are you on?
  15. Follow the tutorial. (There are 2)
×
  • 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