Jump to content

TheArmKing

Senior Member
  • Posts

    8,804
  • Joined

  • Last visited

Everything posted by TheArmKing

  1. crashes on my ipad i followed the code injection tutorial #import "writeData.h" #import <UIKit/UIKit.h> #include <substrate.h> %ctor{ writeData(0x5c0da, 0x38467047); writeData(0x166610, 0x00bf7047); writeData(0x166646, 0x00bf7047); writeData(0x1666b2, 0x00bf7047); writeData(0x5c0d6, 0x38467047); writeData(0x56a8a, 0x00207047); } ^ my tweak.xm
  2. ar these armv7 offsets ?
  3. @Ted2 i believe these are x64 offsets and thus wont work on x32 bit devices ?
  4. i mean everything works , you might have errors at times but they can be fixed easily ( i can make hacks and install themes as i believe these are top 2 reasons of jailbreaking )
  5. Hi New Old Member I am Old New Member
  6. Not necessarily Even iOS 9.3.5 jb came now. A month before 11 rolls out so never give up hope
  7. Yea wrong app delegate maybe
  8. yes , it will restore 9.3.5 ispw , it will be full jb then ( though you will lose all your current data + cydia stuff ) like fresh new iphone
  9. yessir
  10. is your deive on 9.3.5 your main one ? if not u could restore it through itunes and re jailbreak , works like a charm
  11. there are rumours , not confirmed
  12. Clutch2 works for me , everything installs
  13. try removing the @ at both places and try ?
  14. no problem , try and tell me if the same happens
  15. #import <substrate.h> #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> %hook PromoteViewController -(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 { %orig (arg2, 5); } %end %hook AppDelegate // Change this with your Application's Delegate. AppController, UnityAppController, GameDelegate etc. - (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app. UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"READ Important" message:@"Before using this make sure you stick to 1 active promotion per google account at one time for it not to get blocked. Views amount = Cost amount e.g 600 coins for 100 views = 600 views. Watch 1 video to get your 600 views, if it gets block after a day do 100 views instead (normal max). Enjoy your free unlimited Views and Likes!” delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:@"Visit Us", nil]; [igcredits show]; [igcredits release]; return %orig(); } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visit Us"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://iosgods.com/"]]; } } %end Copy paste exact same code into tweak.xm ( i have added your function name , message and title and stuff in it as well )
  16. dinner now , will look at example templates and see
  17. WOW P.S -> iOSGods is truly the most beautifully organised and neat forum i have ever seen
  18. ZahirSher ? Is it ok if you dont have a popup in your tweak / ?
  19. just substrate.h import is fine and uikit problem is with this line : UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@“READ Important” message : blahblahblah what template are you following
×
  • 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