Jump to content

Patricktph

Senior Member
  • Posts

    2,778
  • Joined

  • Last visited

Everything posted by Patricktph

  1. Try this in your make file where it says "ARCHS = armv7 armv7s arm64" Change it to just ARCHS = armv7 arm64
  2. For ARCHS is it suppose to be ARCHS = armv7 arm64 Not ARCHS = armv7 armv7s arm64 if not what's armv7s?
  3. what's up, and
  4. It's Working It's not visual i know what the problem was It's Working I fixed The problem Yea it's working
  5. i did it was working, hold on let me test again
  6. Oh shoot i think it is Lock it It was just working idk what happen
  7. https://iosgods.com/topic/37100-dino-hunter-deadly-shores-v205-unlimited-gold-1/
  8. Try installing Apple File Conduit from cydia then try again
  9. Nice Work And
  10. Add it to your post where it says "ITunes Link"
  11. There's no such a game called " Classic Jump" in the AppStore
  12. those are the only ones i know from the top of my head there's probably more>.
  13. You can use Splitify from cydia or you can use Multiplexer also from cydia
  14. what IDevice do you have ?
  15. Hacked App: Crunchyroll iTunes Link: https://itunes.apple.com/us/app/crunchyroll-everything-anime/id329913454?mt=8&uo=4 Bundle ID: com.crunchyroll.iphone Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). https://iosgods.com/topic/39289-crunchyroll-watch-anime-drama-online-v302/
  16. I'm making getting this errors while trying to compire Tweak.xm:11:17: error: expected selector for Objective-C method -(unsigned int) { ~~~~~~~~~~~~~~~~^ Tweak.xm:33:20: error: expected method body #line 34 "Tweak.xm" ^ 2 errors generated. make[2]: *** [obj/Tweak.xm.91ea0510.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [lifeTime.all.tweak.variables] Error 2 iPhone:/var/mobile/lifetime root# THIS IS MY TWEAK.xm %hook AETNVideoSplashScreenViewController -(void) viewDidLoad { } -(bool) isFinished { return true; } %end %hook FWAd -(unsigned int) { return 0; } %end %hook AWEDAsset -(id) adCuePoints { return nil; } %end #include <UIKit/UIKit.h> %hook AETNAppDelegate -(void)applicationDidBecomeActive:(id)argument { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"The Hacked!" message:@"The Cheats by patricktph for IOSGods.com" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release]; } %end N NVM I FIXED IT This Is The Solution %hook AETNVideoSplashScreenViewController -(void) viewDidLoad { } -(bool) isFinished { return true; } %end %hook FWAd -(unsigned int) addl { return 0; } %end %hook AWEDAsset -(id) adCuePoints { return nil; } %end #include <UIKit/UIKit.h> %hook AETNAppDelegate -(void)applicationDidBecomeActive:(id)argument { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"The Hacked!" message:@"The Cheats by patricktph for IOSGods.com" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release]; } %end
  17. Interesting
  18. this is one of the best tweaks
  19. well.. jack welcome to
×
  • 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