Jump to content

TheArmKing

Senior Member
  • Posts

    8,804
  • Joined

  • Last visited

Everything posted by TheArmKing

  1. ( ͡° ͜ʖ ͡°)
  2. The english in this question is Shakespeare standard so i dont understand exactly what he means
  3. Could you explain further ? Is your .deb for an app 67kb ? And your question is how can it be smaller than 16mb?
  4. 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
  5. ar these armv7 offsets ?
  6. @Ted2 i believe these are x64 offsets and thus wont work on x32 bit devices ?
  7. 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 )
  8. Hi New Old Member I am Old New Member
  9. Not necessarily Even iOS 9.3.5 jb came now. A month before 11 rolls out so never give up hope
  10. Yea wrong app delegate maybe
  11. 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
  12. yessir
  13. 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
  14. there are rumours , not confirmed
  15. Clutch2 works for me , everything installs
  16. try removing the @ at both places and try ?
  17. no problem , try and tell me if the same happens
  18. #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 )
  19. dinner now , will look at example templates and see
×
  • 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