-
Posts
2,778 -
Joined
-
Last visited
Everything posted by Patricktph
-
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)
-
Welcome!
-
Help/Support ERROR WHILE MAKING PACKAGE
Patricktph replied to Killer Shark's topic in Help & Support
Try this in your make file where it says "ARCHS = armv7 armv7s arm64" Change it to just ARCHS = armv7 arm64 -
Help/Support ERROR WHILE MAKING PACKAGE
Patricktph replied to Killer Shark's topic in Help & Support
For ARCHS is it suppose to be ARCHS = armv7 arm64 Not ARCHS = armv7 armv7s arm64 if not what's armv7s? -
what's up, and
-
Hack Dino Hunter: Deadly Shores v2.0.4
Patricktph replied to Patricktph's topic in Free Jailbreak Cheats
Yeah Lol Foreal -
Hack Dino Hunter: Deadly Shores v2.0.4
Patricktph replied to Patricktph's topic in Free Jailbreak Cheats
It's Working It's not visual i know what the problem was It's Working I fixed The problem Yea it's working -
Hack Dino Hunter: Deadly Shores v2.0.4
Patricktph replied to Patricktph's topic in Free Jailbreak Cheats
i did it was working, hold on let me test again -
Hack Dino Hunter: Deadly Shores v2.0.4
Patricktph replied to Patricktph's topic in Free Jailbreak Cheats
Oh shoot i think it is Lock it It was just working idk what happen -
https://iosgods.com/topic/37100-dino-hunter-deadly-shores-v205-unlimited-gold-1/
-
Try installing Apple File Conduit from cydia then try again
-
Nice Work And
-
Introduction Thought I intro'd myself already, guess not...
Patricktph replied to SnoozePsn's topic in Member Introductions
Welcome! -
Add it to your post where it says "ITunes Link"
-
There's no such a game called " Classic Jump" in the AppStore
-
Welcome!
-
Welcome!
-
those are the only ones i know from the top of my head there's probably more>.
-
You can use Splitify from cydia or you can use Multiplexer also from cydia
-
what IDevice do you have ?
-
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/
- 100 replies
-
- 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