Jump to content

6 posts in this topic

Recommended Posts

Posted

I am trying to compile a theos patcher and I recieve errors while compiling it. I am on ios 9.0.2 iPad Mini 4.

Here is regular "make package"

i75w1qa.png

 

Here is "make package messages=yes"

1a5Ohp0.png

 

Here is my Makefile

ARCHS = armv7 arm64
TARGET = iphone:clang:latest:latest
#CFLAGS = -fobjc-arc
#THEOS_PACKAGE_DIR_NAME = debs

include theos/makefiles/common.mk

TWEAK_NAME = TerrariaMod
TerrariaMod_FILES = Tweak.xm
TerrariaMod_FRAMEWORKS = UIKit
TerrariaMod_LDFLAGS += -Wl,-segalign,4000

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
	install.exec "killall -9 SpringBoard"
SUBPROJECTS += TerrariaMod autolipo
include $(THEOS_MAKE_PATH)/aggregate.mk

 

I tried ldid -S "binary" for the usual commands needed for theos and I recieve an error for ldid also.

AvGhRWO.png

Posted (edited)
1 hour ago, Fadexz said:

I'm not 100% sure but it looks like you are missing some frameworks in your include folder IDK.

You can try and get a more updated SDK https://github.com/theos/sdks

I am using the ios 8.1 sdk.  I found this download for it from @Ted2 on another thread somewhere.

http://www94.zippyshare.com/v/tfVYO2ju/file.html

Updated by Jbro129
Posted
7 hours ago, Ted2 said:

When you go to /var/theos/sdks/'yoursdk'/usr/lib

 

do you have a libojc here? I have two.

 

Also, I remember this error. I THINK i fixed it by adding the iOS 10 sdks to the sdks folder to it (without removing ios 8 one)

 

get it here: https://github.com/theos/sdks?files=1

You fixed it but the game loads up then crashes shortly after even when no patches are applied.

https://drive.google.com/file/d/1t5sy3fqpHSgcNjgmGNxR7Uhi44hWMDlK/view?usp=sharing

#import "writeData.h"
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <substrate.h>

#define PLIST_PATH @"/var/mobile/Library/Preferences/com.jbro129.terrariamod.plist"

inline bool GetPrefBool(NSString *key) {
		return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
}

%ctor {
	if(GetPrefBool(@"dev")) {
		writeData(0x0, 0x0);
	} else {
		writeData(0x0, 0x0);
}


	if(GetPrefBool(@"craft")) {
		writeData(0x, 0x0);
		writeData(0x, 0x0);
		writeData(0x, 0x0);
	} else {
		writeData(0x, 0x0);
		writeData(0x, 0x0);
		writeData(0x, 0x0);
}


	if(GetPrefBool(@"health")) {
		writeData(0x, 0x);
		writeData(0x, 0x);
	} else {
		writeData(0x, 0x);
		writeData(0x, 0x);
}


	if(GetPrefBool(@"block")) {
		writeData(0x, 0x);
	} else {
		writeData(0x, 0x);
}

}




%hook AppDelegate


- (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 {
UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"Terraria Mod Menu" 
                                                  message:@"Mod By Jbro129"
                                                 delegate:self 
										cancelButtonTitle:@"Continue" 
										otherButtonTitles:@"Subscribe", nil]; 
[igcredits show];
[igcredits release]; 
return %orig();
}
 
%new
-(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex {
 
NSString *button = [alertView buttonTitleAtIndex:buttonIndex];
 
	if([button isEqualToString:@"Subscribe"])
	{
		[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://youtube.com/Jbro129"]];                                                                                
	}
}
%end

 

I removed the offsets because I just dont like sharing offsets.

That google drive link is a video I recorded display recorder.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • 스페이스 미니언즈: 디펜스 Space Minions: Defense v0.0.38 [ +9 Cheats ] Never Die
      Modded/Hacked App: Space Minions: Defense By Teamsparta Inc.
      Bundle ID: com.TeamSparta.SpaceMinions
      App Store Link: https://apps.apple.com/kr/app/space-minions-defense/id6758454845?uo=4

      🤩 Hack Features

      - Currency / No Need
      - Resources / No Need
      - DMG MAX
      - Never Die
      - Enemy Speed
        • Winner
      • 11 replies
    • 스페이스 미니언즈: 디펜스 Space Minions: Defense v0.0.38 [ +9 Jailed ] Never Die
      Modded/Hacked App: Space Minions: Defense By Teamsparta Inc.
      Bundle ID: com.TeamSparta.SpaceMinions
      App Store Link: https://apps.apple.com/kr/app/space-minions-defense/id6758454845?uo=4

      🤩 Hack Features

      - Currency / No Need
      - Resources / No Need
      - DMG MAX
      - Never Die
      - Enemy Speed
        • Haha
        • Thanks
        • Winner
        • Like
      • 11 replies
    • Merge Age: Stone Haven v2616.1.0 [ +3 Cheats ] Currency Max
      Modded/Hacked App: Merge Age: Stone Haven By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.stoneagemerge
      App Store Link: https://apps.apple.com/us/app/merge-age-stone-haven/id6756160382?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Energy
      • 0 replies
    • Merge Age: Stone Haven v2616.1.0 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Merge Age: Stone Haven By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.stoneagemerge
      App Store Link: https://apps.apple.com/us/app/merge-age-stone-haven/id6756160382?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Energy
        • Like
      • 0 replies
    • Knife Hero: Idle RPG +4 Cheats
      Modded/Hacked App: Knife Hero: Idle RPG By MAD PIXEL GAMES LTD
      Bundle ID: idle.merge.rpg.battle
      App Store Link: https://apps.apple.com/us/app/knife-hero-idle-rpg/id6761775350?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Damage Multiplier
      - Currency Multiplier
      - Game Speed Multiplier
      - No ADS

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb hack file from the link above. Use Safari, Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
        • Winner
      • 1 reply
    • Knife Hero: Idle RPG +4 Jailed Cheats
      Modded/Hacked App: Knife Hero: Idle RPG By MAD PIXEL GAMES LTD
      Bundle ID: idle.merge.rpg.battle
      App Store Link: https://apps.apple.com/us/app/knife-hero-idle-rpg/id6761775350?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Currency Multiplier
      - Game Speed Multiplier
      - No ADS

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Agree
        • Like
      • 3 replies
    • Galaxy Infinity: Alien Shooter v1.9 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Galaxy Infinity: Alien Shooter By Anh Nguyen
      Bundle ID: com.galaxy.alien.shooter.infinity
      App Store Link: https://apps.apple.com/us/app/galaxy-infinity-alien-shooter/id1498366248?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Booster
      - Ship & Drone / Easy Unlocked
      • 0 replies
    • Galaxy Infinity: Alien Shooter v1.9 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Galaxy Infinity: Alien Shooter By Anh Nguyen
      Bundle ID: com.galaxy.alien.shooter.infinity
      App Store Link: https://apps.apple.com/us/app/galaxy-infinity-alien-shooter/id1498366248?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Booster
      - Ship & Drone / Easy Unlocked
      • 0 replies
    • Ruin Survivor - Zombie Shooter v1.0 | +2
      Modded/Hacked App: Ruin Survivor - Zombie Shooter By SUPLIFE PTE. LTD.
      Bundle ID: com.survival.scare.serect
      App Store Link: https://apps.apple.com/us/app/ruin-survivor-zombie-shooter/id6760385622?uo=4

      🤩 DIY Features

      - HEALTH MAX
      - AMMO MAX
        • Winner
      • 1 reply
    • Don't Exfil Late (Auto Update) Jailed Cheats +6
      Modded/Hacked App: Don't Exfil Late By PIXEL RABBIT LIMITED
      Bundle ID: net.pixelrabbit.jh2
      App Store Link: https://apps.apple.com/us/app/dont-exfil-late/id6760633438?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - God Mode
      - Multiply Attack
      - Infinite Revive
      - Infinite Skill Refresh
      - Skip Ads
      - Battle Cash Drop Multiplier

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/211508-dont-exfil-late-auto-update-jailed-cheats-6/
        • Informative
        • Agree
        • Winner
        • Like
      • 5 replies
    • The Demonized: Idle RPG +5 Jailed Cheats
      Modded/Hacked App: The Demonized: Idle RPG By Game Duo Co.,Ltd.
      Bundle ID: com.deepgames.release.becamethedevil
      iTunes Store Link: https://apps.apple.com/us/app/the-demonized-idle-rpg/id6477870177?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Damage Multiplier
      - Never Die
      - Dumb Enemies
      - Attack Speed Multiplier
      - Freeze Resources


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 321 replies
    • (Colopl Rune Story Japan) 白猫プロジェクト +6 Jailed Cheats
      Modded/Hacked App: 白猫プロジェクト By COLOPL, Inc.
      Bundle ID: jp.colopl.wcat
      iTunes Store Link: https://apps.apple.com/jp/app/%E7%99%BD%E7%8C%AB%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88/id895687962?uo=4

       

      Mod Requirements:
      - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.





      Hack Features:
      - Loot Multiplier - x1 - 100
      - Damage Multiplier
      - Never Die
      - Custom Damage
      - Unlimited SP
      - Move Speed Multiplier


      Jailbreak required hack(s): 


      Hack Download Link:

      Hidden Content
      React or reply to this topic to see the <a href='https://iosgods.com/topic/3762-info-how-to-unlockview-the-hidden-content-on-iosgods/?do=findComment&comment=78119'>hidden content & download link</a>.








      Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer.
      STEP 3: Download Cydia Impactor and extract the archive.
      STEP 4: Open/Run Cydia Impactor on your computer then connect your iOS Device and wait until your device name shows up on Cydia Impactor.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Cydia Impactor application.
      STEP 6: You will now be asked to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information..
      STEP 7: Wait for Cydia Impactor to finish sideloading/installing the hacked IPA.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will now need to go to your Settings -> General -> Profiles & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further instructions inside the hack's popup in-game.

      NOTE: For free Apple Developer accounts you will need to repeat this process every 7 days. Using a disposable Apple ID for this process is suggested but not required. Jailbroken iDevices can skip using Cydia Impactor and just install the IPA mod with AppSync & IPA Installer (or alternatives) from Cydia. If you have any questions or problems, read our Cydia Impactor topic and if you don't find a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - @Zahir


      Cheat Video/Screenshots:

       
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 555 replies
×
  • 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