-
Posts
8,804 -
Joined
-
Last visited
Everything posted by TheArmKing
-
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
-
ar these armv7 offsets ?
-
@Ted2 i believe these are x64 offsets and thus wont work on x32 bit devices ?
-
iOS 9.3.5 Jailbreak for 32-bit is out.
TheArmKing replied to Archangel04's topic in iOSGods Archives's General Cydia
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 ) -
iOS 9.3.5 Jailbreak for 32-bit is out.
TheArmKing replied to Archangel04's topic in iOSGods Archives's General Cydia
pretty much -
Hack Last Day On Earth 1.5.9 +16 Cheats ! [MOD MENU]
TheArmKing replied to TheArmKing's topic in Free Android Modded APKs
done ! UPDATED TO v1.5.5 1!!! -
Hi New Old Member I am Old New Member
-
-
iOS 9.3.5 Jailbreak for 32-bit is out.
TheArmKing replied to Archangel04's topic in iOSGods Archives's General Cydia
-
Not necessarily Even iOS 9.3.5 jb came now. A month before 11 rolls out so never give up hope
-
Help/Support Theos Make Errors (Now UIAlertView) [Testing]
TheArmKing replied to Fadexz's topic in Help & Support
Yea wrong app delegate maybe -
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
-
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
-
there are rumours , not confirmed
-
Clutch2 works for me , everything installs
-
Help/Support Theos Make Errors (Now UIAlertView) [Testing]
TheArmKing replied to Fadexz's topic in Help & Support
try removing the @ at both places and try ? -
Help/Support Theos Make Errors (Now UIAlertView) [Testing]
TheArmKing replied to Fadexz's topic in Help & Support
no problem , try and tell me if the same happens -
Help/Support Theos Make Errors (Now UIAlertView) [Testing]
TheArmKing replied to Fadexz's topic in Help & Support
#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 ) -
Help/Support Theos Make Errors (Now UIAlertView) [Testing]
TheArmKing replied to Fadexz's topic in Help & Support
dinner now , will look at example templates and see -
WOW P.S -> iOSGods is truly the most beautifully organised and neat forum i have ever seen
-
Help/Support Theos Make Errors (Now UIAlertView) [Testing]
TheArmKing replied to Fadexz's topic in Help & Support
ZahirSher ? Is it ok if you dont have a popup in your tweak / ? -
Help/Support Theos Make Errors (Now UIAlertView) [Testing]
TheArmKing replied to Fadexz's topic in Help & Support
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 -
boner