Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Buy booster in store first, then use it in the begin of game
  2. 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
  3. Yes, just saw that. Thanks for letting me know!
  4. Yea, idk what they mean with symbol, might sounds stupid.. iknow
  5. 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!
  6. On what iOS are you Edit: nvm -,- What if you try to install the .ipa using iFile/Filza Manager
  7. I need a australian apple id.. Someone can link me the .ipa
  8. See this: https://iosgods.com/topic/22089-fix-theos-bus-error-10/
  9. You better wait for stable release..
  10. iOS 7 or 8.1 are best
  11. Oh, then idk..
  12. Try 'MTerminal'
  13. Do you mind tell me how? I'm curious
  14. What iOS are you on?
  15. EDIT: Added my SignApk folder so you can sign the apk
  16. If this is 'H@ck3r' language, then I don't wanna know what others speak... lol
  17. 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?
  18. Did you reinstall it?
  19. You can check my smali hacking tutorial here: https://iosgods.com/topic/30729-simple-smali-hacking/ after you followed the tutorial without watching the Pou video, you can try Pou. If you followed the tutorial + watched video, try the other game I named
  20. To hack? Uhmm, Pou (for coins) Sniper Shooter Free - Fun Game (this one isn't that hard)
  21. Yes you defenitly can You may have to give chmod premisons, but they are saying that on the apktool site too I thought.
  22. Hahah, yea it was for you. I really thought there would be a tutorial for this on the forum.. If you need any help, pm me!
  23. 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!
×
  • 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