Jump to content

Patricktph

Senior Member
  • Posts

    2,778
  • Joined

  • Last visited

Everything posted by Patricktph

  1. Hack Screenshot Hacked App: Beat - Music player iTunes Link: https://itunes.apple.com/us/app/beat-music-player/id605037069?mt=8&uo=4 Bundle ID: net.monkeybits.beat 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). Hack Features: - All Themes Are Unlocked - All Themes Are Shown Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb hack file from the link above. Step 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded file and tap on it. Step 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the cheat installation. Step 6: Now respring or reboot your iDevice and make sure you have met all the requirements mentioned above. Step 7: Open the app. Note: If you have any questions or problems, read our Frequently Asked Questions topic and if you don't find a solution, post your issue down below and we'll do our best to help! Note2: if your IDevice is running IOS 9.3 and higher and after installing the deb hack file and respring/reboot your device and the hack still doesn’t work check out this topic: https://iosgods.com/topic/32809-how-to-easily-fix-old-deb-hacks-on-ios-93-and-higher/ Credits: @Patricktph (me)
  2. Welcome!
  3. Try this in your make file where it says "ARCHS = armv7 armv7s arm64" Change it to just ARCHS = armv7 arm64
  4. For ARCHS is it suppose to be ARCHS = armv7 arm64 Not ARCHS = armv7 armv7s arm64 if not what's armv7s?
  5. what's up, and
  6. It's Working It's not visual i know what the problem was It's Working I fixed The problem Yea it's working
  7. i did it was working, hold on let me test again
  8. Oh shoot i think it is Lock it It was just working idk what happen
  9. https://iosgods.com/topic/37100-dino-hunter-deadly-shores-v205-unlimited-gold-1/
  10. Try installing Apple File Conduit from cydia then try again
  11. Nice Work And
  12. Add it to your post where it says "ITunes Link"
  13. There's no such a game called " Classic Jump" in the AppStore
  14. those are the only ones i know from the top of my head there's probably more>.
  15. You can use Splitify from cydia or you can use Multiplexer also from cydia
  16. what IDevice do you have ?
  17. 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/
  18. 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
×
  • 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