Jump to content

godfather9797

Senior Member
  • Posts

    349
  • Joined

  • Last visited

Everything posted by godfather9797

  1. hello everyone, i have iphone 7 ios 11.3.1 electra jailbreak i get these errors when trying to compile, using 3.0 NIC Template after making the project i only add the offset and hacking hex to tweak.xm and delete these Comments [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]]; [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]]; after that run the command make package and i got these error > Making all for tweak shooter… ==> Merging tweak shooter… bash: line 1: 30555 Killed: 9 ( lipo -arch arm64 /var/root/shooter/.theos/obj/arm64/shooter.dylib -create -output"/var/root/shooter/.theos/obj/shooter.dylib.93e8684b.unsigned" ) make[2]: ***[/var/theos/makefiles/instance/library.mk:32: /var/root/shooter/.theos/obj/shooter.dylib.93e8684b.unsigned] Error 137 make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2 make: *** [/var/theos/makefiles/master/rules.mk:123: shooter.all.tweak.variables] Error 2  any help will be appreciate
  2. can someone help me please
  3. delete these Comments [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]]; [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]]; solve the problem
  4. hello everyone, i have iphone 7 ios 11.3.1 electra jailbreak i get these errors when trying to compile, using 3.0 NIC Template after making the project i only add the offset and hacking hex to tweak.xm and delete these Comments [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]]; [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]]; after that run the command make package and i got these error > Making all for tweak shooter… ==> Merging tweak shooter… bash: line 1: 30555 Killed: 9 ( lipo -arch arm64 /var/root/shooter/.theos/obj/arm64/shooter.dylib -create -output "/var/root/shooter/.theos/obj/shooter.dylib.93e8684b.unsigned" ) make[2]: *** [/var/theos/makefiles/instance/library.mk:32: /var/root/shooter/.theos/obj/shooter.dylib.93e8684b.unsigned] Error 137 make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2 make: *** [/var/theos/makefiles/master/rules.mk:123: shooter.all.tweak.variables] Error 2 any help will be appreciate
  5. Hi @DiDA can you tell me what should i remove ? UIAlertAction *iosgods = [UIAlertAction actionWithTitle:@"Visit iOSGods.com!" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action){ [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]]; }]; UIAlertAction *clubs = [UIAlertAction actionWithTitle:@"Visit the Clubs!" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action){ [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]]; }];
  6. What about other features like - Brobot Experience Multiplier ( this will be very useful) - Score Multiplier -OHK
  7. @ATRIX2018 there is too many hacks that supports ios 11 jb
  8. hello i have iphone 7 ios 11.3.1 electra jailbreak i get these errors when trying to compile, using 3.0 NIC Template after making the project i only add the offset and hacking hex to tweak.xm after that run the command make package and i got these errors Choose a Template (required): 1 Project Name (required): shooter Package Name [com.yourcompany.shooter]: iosgods.com Author/Maintainer Name [System Administrator]: godfather [iOSGods Tweak Patcher v3.0] MobileSubstrate Bundle filter [com.apple.springboard]: com.my.hawk.air.shooter [iOSGods Tweak Patcher v3.0] App Name: shooter Instantiating iOSGods Tweak Patcher v3.0 in shooter/... Done. Hayders-iPhone:~ root# cd /var/root/shooter Hayders-iPhone:~/shooter root# make package > Making all for tweak shooter… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (arm64)… Tweak.xm:46:40: error: 'openURL:' is deprecated: first deprecated in iOS 10.0 - Please use openURL:options:completionHandler: instead [-Werror,-Wdeprecated-declarations] [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]]; ^ /var/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:127:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url NS_DEPRECATED_IOS(2_0, 10_0, "Please use openURL:options:completionHandler: instead") NS_EXTENSION_UNAVAILABLE_IOS(""); ^ Tweak.xm:50:40: error: 'openURL:' is deprecated: first deprecated in iOS 10.0 - Please use openURL:options:completionHandler: instead [-Werror,-Wdeprecated-declarations] [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]]; ^ /var/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:127:1: note: 'openURL:' has been explicitly marked deprecated here - (BOOL)openURL:(NSURL*)url NS_DEPRECATED_IOS(2_0, 10_0, "Please use openURL:options:completionHandler: instead") NS_EXTENSION_UNAVAILABLE_IOS(""); ^ 2 errors generated. make[3]: *** [/var/theos/makefiles/instance/rules.mk:246: /var/root/shooter/.theos/obj/arm64/Tweak.xm.1c6db019.o] Error 1 rm /var/root/shooter/.theos/obj/arm64/Tweak.xm.mm make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/shooter/.theos/obj/arm64/shooter.dylib] Error 2 make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2 make: *** [/var/theos/makefiles/master/rules.mk:123: shooter.all.tweak.variables] Error 2 Hayders-iPhone:~/shooter root# what should i do?
  9. Name of the game you want hack: Hawk freedom SquadronVersion of the game: 1.15.1 iTunes Link for the app: https://itunes.apple.com/us/app/hawk-freedom-squadron-shooter/id1145878423?mt=8&uo=4&at=1010lce4 Jailbroken or Non-Jailbroken: Jailbroken ios 11 Requested Features: - Brobot Experience Multiplier - Score Multiplier - God Mode - OHK
  10. i got this error https://imgur.com/a/CIt7JyN i use this tut by shmoo my iphone ios is 11.3.1 electra jb
×
  • 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