-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
Patcher Hack Temple Run v1.6.2 Cheats - Autorun & more
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Buy booster in store first, then use it in the begin of game -
Hacked app: Temple Run https://itunes.apple.com/nl/app/temple-run/id420009108?mt=8 Version: 1.6.2 "This game has already been hacked" Yep, I know. But the Autorun feature isn't in any of those if I looked right, so I hope it's allowed then.. Also the patcher of castix causes a crash (no hate lol) Hack Features - Coins Hack (can add own value) - Score Multiplier Hack (can add own value) - Free Shopping - Autorun (You activate booster at start, then it will run for you without dying, when you've had enough, go to patcher settings & return back to the game & click that you wanna continue the run, it will be deactivated in a few secs) Maybe more coming, at the moment, I'm just practicing on some simple games & try to get better. Requirements - Jailbroken device of course - MobileSubstrate - Preference Loader - File manager to install the .deb Download Link: [Hidden Content] Download the file, open it in iFile/Filza Manager & hit install. Proof + tutorial for AutoRun feature Credits: Ted2 (me) Any issues? Let me know & I'll look into it
-
Yes, just saw that. Thanks for letting me know!
-
thanks again
-
Yea, idk what they mean with symbol, might sounds stupid.. iknow
-
Probably a stupid question, but uhhh yeaa, let's just ask it. What if this is the function I wanna add into a MSHook patcher: __ZN6Player4hurtEP6Entityi What do I put here?: Thankyou in advance!
-
Request MaskGun ® Multiplayer FPS request
Ted2 replied to WolfDesigns's topic in Filled iOS App Requests
I need a australian apple id.. Someone can link me the .ipa -
See this: https://iosgods.com/topic/22089-fix-theos-bus-error-10/
-
You better wait for stable release..
-
iOS 7 or 8.1 are best
-
Oh, then idk..
-
Try 'MTerminal'
-
Do you mind tell me how? I'm curious
-
What iOS are you on?
-
Help/Support Tweak.xm:53:63: error: expected ';' after return statement
Ted2 replied to Ted2's topic in Help & Support
Thanks, worked! -
Help/Support Tweak.xm:53:63: error: expected ';' after return statement
Ted2 replied to Ted2's topic in Help & Support
If this is 'H@ck3r' language, then I don't wanna know what others speak... lol -
Hey, When I wanna compile my files to a .deb, I'm getting the error from the title. Tweak.xm:53:63: error: expected ';' after return statement Don't really get the prob, I just added a UI Alert from a post from this forum.. this is my tweak.xm: #define PLIST_PATH @"/var/mobile/Library/Preferences/com.ted2.pou.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook Coins -(int)have { if(GetPrefBool(@"key1")) { return 987654321; } return %orig; } -(int)spent { if(GetPrefBool(@"key2")) { return 0; } return %orig; } -(int)cheated { if(GetPrefBool(@"key1")) { return 0; } return %orig; } %end %hook State -(int)setLevel { if(GetPrefBool(@"key4")) { return 270; } return %orig; } -(void)setHungry:(bool)argument { if(GetPrefBool(@"key3")) { argument = false; } return %orig } %end %hook AppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"Pou Cheat." message:@"Made by Ted2 from iOSGods" delegate:self cancelButtonTitle:@"Close Test Pop-Up" otherButtonTitles:@"Visit us!", nil]; [credits show]; [credits release]; %orig(); } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visis the iOSGods Family!"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iosgods.com"]]; } } %end Anyone knows what's wrong with the code? PS: yes, pou can be hacked using flex, but practice makes you better right?
-
Help/Support Super Mario Run crashes on ios 10.2
Ted2 replied to Romerojhoan23's topic in Help & Support
Did you reinstall it? -
Help/Support What can I use to edit/hack an .apk?
Ted2 replied to Joka's topic in Android Help & Support
I made a tutorial for how you need to decompile a .apk: https://iosgods.com/topic/43411-decompile-recompile-apk-without-a-tool-like-advancedapktool-etc/?view=getlastpost Goodluck! If you need any help, you can PM me!