Jump to content

42 posts in this topic

Recommended Posts

Posted (edited)
41 minutes ago, staybizzy said:

@Fadexz haha I didn't even know I was doing it there back to drawing board lol thanks for noticing that 

And yeh /var/theos hahaha

No problem lol.

Updated by Fadexz
  • Replies 41
  • Created
  • Last Reply

Top Posters In This Topic

Posted
1 hour ago, Fadexz said:

@staybizzy /var/mobile/hello/theos/ is not the normal directory, I think it should be /var/theos/ instead.

Try making the tweak again with the new SDK and just copy the text in the files to the new ones (tweak.xm and makefile).

/var/mobile/hello/theos(symlink) to 

/var/theos/sdks/iPhoneOS10.1.sdk/usr/lib/libojc.tbd

 

??? this is where I am at I started all again fresh 

Bizzy:/var/mobile/test root# make package
Making all for tweak Test...
 Preprocessing Tweak.xm...
 Compiling Tweak.xm...
 Linking tweak Test...
ld: unexpected token: !tapi-tbd-v2 file '/var/mobile/test/theos/sdks/iPhoneOS10.1.sdk/usr/lib/libobjc.tbd' for architecture arm64
clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [obj/Test.dylib.64873355.unsigned] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [Test.all.tweak.variables] Error 2
Bizzy:/var/mobile/test root# 

--- make file ---

TARGET := iphone:clang:10.1:3.7
ARCHS := armv7 arm64

include theos/makefiles/common.mk

TWEAK_NAME = Test
Test_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

Test_FRAMEWORKS = UIKit

CFLAGS = -w

after-install::
        install.exec

 

---- tweak.xm ----

 

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

%hook SBPowerDownController

-(void)orderFront{

UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Hello"

message:@"Noooo"
delegate:self

cancelButtonTitle:@"Okay"
otherButtonTitles: nil]; 

[alert show];

}
%end

 

i tried it on my iPhone 4s 9.3.5 wouldn't install big boss recommended tools I also tried to install theos on iPhone 6s + 10.2 Yalu portal jailbreak and would t get some packages either ... I'm trying guys ??

Posted (edited)

@Fadexz @DiDA 

Right so this error

ld: unexpected token: !tapi-tbd-v2 file '/var/mobile/test/theos/sdks/iPhoneOS10.1.sdk/usr/lib/libobjc.tbd' for architecture arm64

is because I had apples framework in with Theos so I deleted it all out then my tweaks started to compile - but - when I get the 2 files  the .plist and .dylib  and paste them to library then dynamiclibrarys then respringing then try the tweak and nothing is that because I have other tweaks installed ?? But I did delete some but still nothing lol and now when I run Theos command or "Theos" some reason I've lost my NIC bridge link up and get this 

Can't locate NIC/Bridge/Context.pm in @INC (you may need to install the NIC::Bridge::Context module) (@INC contains: /private/var/theos/bin/lib /usr/local/lib/perl5/site_perl/5.22.0/armv7-apple-darwin /usr/local/lib/perl5/site_perl/5.22.0 /usr/local/lib/perl5/5.22.0/armv7-apple-darwin /usr/local/lib/perl5/5.22.0 /usr/local/lib/perl5/site_perl .) at /var/theos/bin/nic.pl line 20.
BEGIN failed--compilation aborted at /var/theos/bin/nic.pl line 20.

 

if some one can tell me what file I need to put where I have all the folders backed up just need to know where to paste them back in lol thanks biz 

Updated by staybizzy
Posted
10 minutes ago, staybizzy said:

@Fadexz @DiDA 

Right so this error

ld: unexpected token: !tapi-tbd-v2 file '/var/mobile/test/theos/sdks/iPhoneOS10.1.sdk/usr/lib/libobjc.tbd' for architecture arm64

is because I had apples framework in with Theos so I deleted it all out then my tweaks started to compile - but - when I get the 2 files  the .plist and .dylib  and paste them to library then dynamiclibrarys then respringing then try the tweak and nothing is that because I have other tweaks installed ?? But I did delete some but still nothing lol and now when I run Theos command or "Theos" some reason I've lost my NIC bridge link up and get this 

Can't locate NIC/Bridge/Context.pm in @INC (you may need to install the NIC::Bridge::Context module) (@INC contains: /private/var/theos/bin/lib /usr/local/lib/perl5/site_perl/5.22.0/armv7-apple-darwin /usr/local/lib/perl5/site_perl/5.22.0 /usr/local/lib/perl5/5.22.0/armv7-apple-darwin /usr/local/lib/perl5/5.22.0 /usr/local/lib/perl5/site_perl .) at /var/theos/bin/nic.pl line 20.
BEGIN failed--compilation aborted at /var/theos/bin/nic.pl line 20.

 

if some one can tell me what file I need to put where I have all the folders backed up just need to know where to paste them back in lol thanks biz 

Just reinstall Theos, you haven't installed it properly. You don't even have Perl installed correctly.

Posted

Last login: Fri Oct  6 14:52:20 on ttys000
Bizzy:~ mobile$ su
Password:
Bizzy:/var/mobile root# theos
NIC 2.0 - New Instance Creator
------------------------------
  [1.] iphone/application
  [2.] iphone/library
  [3.] iphone/preference_bundle
  [4.] iphone/tool
  [5.] iphone/tweak
Choose a Template (required): 

reinstalled so is that Theos @ perl running ?? 

Posted
2 hours ago, staybizzy said:

Last login: Fri Oct  6 14:52:20 on ttys000
Bizzy:~ mobile$ su
Password:
Bizzy:/var/mobile root# theos
NIC 2.0 - New Instance Creator
------------------------------
  [1.] iphone/application
  [2.] iphone/library
  [3.] iphone/preference_bundle
  [4.] iphone/tool
  [5.] iphone/tweak
Choose a Template (required): 

reinstalled so is that Theos @ perl running ?? 

Sweet so its working now.

Posted

@Fadexz so after spending all day deleting everything anything to do with installation of Theos and restarting from scratch end line it works I finally added a message to the power off button and it works?? so just doing abit more info searching then will be back thanks for ur time much appreciated thank you ?

Posted

@2packed Yeh I had to do the same afew time afew install methods for Theos on iOS 10 didn't work as they wasn't full and complete packages but all good and sorted thank you for your reply 

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

    • Candy Crush Saga v1.306.0 Jailed Cheats +3
      Modded/Hacked App: Candy Crush Saga By King.com Limited
      Bundle ID: com.midasplayer.apps.candycrushsaga
      iTunes Store Link: https://apps.apple.com/us/app/candy-crush-saga/id553834731?uo=4


      Hack Features:
      - Infinite Life
      - Infinite Booster
      - Infinite Move


      Jailbreak required hack(s): https://iosgods.com/topic/190447-candy-crush-saga-cheats-v12941-3/


      iOS Hack Download IPA Link: https://iosgods.com/topic/190448-candy-crush-saga-v12941-jailed-cheats-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 109 replies
    • [ The Battle Cats JP ] にゃんこ大戦争 Cheats v14.5.0 +3
      Modded/Hacked App: にゃんこ大戦争 By ponos corporation
      Bundle ID: jp.co.ponos.battlecats
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%81%AB%E3%82%83%E3%82%93%E3%81%93%E5%A4%A7%E6%88%A6%E4%BA%89/id547145938?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

      - Infinite Cash
      - OHK Linked w/ Enemy
      - Infinite Cat Foods & EXP*

       

      Non-Jailbroken Hack: https://iosgods.com/topic/194335-the-battle-cats-jp-%E3%81%AB%E3%82%83%E3%82%93%E3%81%93%E5%A4%A7%E6%88%A6%E4%BA%89-v1432-jailed-cheats-4/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/194334-the-battle-cats-jp-%E3%81%AB%E3%82%83%E3%82%93%E3%81%93%E5%A4%A7%E6%88%A6%E4%BA%89-cheats-v1432-3/
        • Agree
        • Thanks
        • Like
      • 20 replies
    • [ Reinforced Wooden Stick Lv99 ] 99강화 나무몽둥이 : 키우기 Cheats v99.1.19 +2
      Modded/Hacked App: 99강화 나무몽둥이 : 키우기 By STUDIO LICO Corp.
      Bundle ID: com.studiolico.woodenstick
      iTunes Store Link: https://apps.apple.com/kr/app/99%EA%B0%95%ED%99%94-%EB%82%98%EB%AC%B4%EB%AA%BD%EB%91%A5%EC%9D%B4-%ED%82%A4%EC%9A%B0%EA%B8%B0/id6737379268?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

      - God Mode
      - Multiply Attack

       

      Non-Jailbroken Hack: https://iosgods.com/topic/193094-reinforced-wooden-stick-lv99-99%EA%B0%95%ED%99%94-%EB%82%98%EB%AC%B4%EB%AA%BD%EB%91%A5%EC%9D%B4-%ED%82%A4%EC%9A%B0%EA%B8%B0-v9916-jailed-cheats-2/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/193095-reinforced-wooden-stick-lv99-99%EA%B0%95%ED%99%94-%EB%82%98%EB%AC%B4%EB%AA%BD%EB%91%A5%EC%9D%B4-%ED%82%A4%EC%9A%B0%EA%B8%B0-cheats-v9916-2/
        • Winner
        • Like
      • 20 replies
    • Raising Beast Friends Cheats v1.2.9 +3
      Modded/Hacked App: 짐승친구들 키우기 By Bigpicture Team Inc.
      Bundle ID: com.bigpictureteam.raisingbeastfriends
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%A7%90%EC%8A%B9%EC%B9%9C%EA%B5%AC%EB%93%A4-%ED%82%A4%EC%9A%B0%EA%B8%B0/id6503225529?uo=4


      Hack Features:
      - God Mode
      - Multiply Attack
      - Multiply Defense


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/187879-raising-beast-friends-%EC%A7%90%EC%8A%B9%EC%B9%9C%EA%B5%AC%EB%93%A4-%ED%82%A4%EC%9A%B0%EA%B8%B0-v114-jailed-cheats-3/


      iOS Hack Download Link: https://iosgods.com/topic/187878-raising-beast-friends-%EC%A7%90%EC%8A%B9%EC%B9%9C%EA%B5%AC%EB%93%A4-%ED%82%A4%EC%9A%B0%EA%B8%B0-cheats-v114-3/
        • Like
      • 6 replies
    • Otherworld Three Kingdoms Cheats v1.0.32 +4
      Modded/Hacked App: Otherworld Three Kingdoms By SuperPlanet corp.
      Bundle ID: com.superplanet.samworld
      iTunes Store Link: https://apps.apple.com/us/app/otherworld-three-kingdoms/id6496345383?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Instant Skills


      iOS Hack Download Link: https://iosgods.com/topic/183743-otherworld-three-kingdoms-cheats-v103-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 130 replies
    • Tap Tap Fish - AbyssRium Cheats v1.85.0 +1
      Modded/Hacked App: Tap Tap Fish - AbyssRium By SangHeon Kim
      Bundle ID: com.idleif.abyssrium
      iTunes Store Link: https://itunes.apple.com/us/app/tap-tap-fish-abyssrium/id1068366937?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Vitality, Gem, etc ... (Increase When Used) / Untested with Pearl
       

      Hack Download Link: https://iosgods.com/topic/81337-arm64-tap-tap-fish-abyssrium-cheats-v179-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 369 replies
    • Cooking Craze: Restaurant Game Cheats v2.6.1 +1
      Modded/Hacked App: Cooking Craze: Restaurant Game By Big Fish Games, Inc
      Bundle ID: com.bigfishgames.cookingempireuniversalf2p
      iTunes Store Link: https://apps.apple.com/us/app/cooking-craze-restaurant-game/id1029094059?uo=4

       

      🔧 Mod Requirements

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

       

      🚀 Hack Features

      - Free Store (not Free iAP)


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/topic/191693-cooking-craze-restaurant-game-v240-jailed-cheats-1/

       

      📥 iOS Hack Download Link: https://iosgods.com/topic/191694-cooking-craze-restaurant-game-cheats-v250-1/
        • Agree
        • Like
      • 6 replies
    • Chef & Friends: Cooking Game Cheats v1.32.5 +1
      Modded/Hacked App: Chef & Friends: Cooking Game By MYTONA Ltd.
      Bundle ID: com.mytona.cheftales
      iTunes Store Link: https://apps.apple.com/us/app/chef-friends-cooking-game/id1586951898?uo=4


      Hack Features:
      - Infinite Currencies (Hats, Coins, Gems)

      NOTE: May bug out the game so better try on your throw away account first 


      iOS Hack Download Link: https://iosgods.com/topic/178904-chef-friends-cooking-game-cheats-v141-1/
        • Thanks
        • Winner
        • Like
      • 28 replies
    • Cats & Soup Cheats v2.72.0 +2
      Modded/Hacked App: Cats & Soup By HIDEA Co.,Ltd
      Bundle ID: com.hidea.cat
      iTunes Store Link: https://apps.apple.com/us/app/cats-soup/id1581431235?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

      - Infinite Currencies
      - Unlocked All Specials and No Ads

       

      Non-Jailbroken Hack: https://iosgods.com/topic/157486-cats-soup-v2630-jailed-cheats-2/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/157484-cats-soup-cheats-v2640-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 305 replies
    • AdVenture Communist v6.47.0 +2 Cheats
      Modded/Hacked App: AdVenture Communist By Hyper Hippo Publishing Ltd.
      Bundle ID: com.kongregate.mobile.adventurecommunist
      iTunes Store Link: https://apps.apple.com/us/app/adventure-communist/id1225683141?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

      - Freeze Currencies
      - Unlimited Cards [Get Some]

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/149902-adventure-communist-v6430-2-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 131 replies
    • Choices: Stories You Play Cheats v4.3.0 +4
      Modded/Hacked App: Choices: Stories You Play By Pixelberry Studios
      Bundle ID: com.pixelberrystudios.choices
      iTunes Store Link: https://apps.apple.com/us/app/choices-stories-you-play/id1071310449?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

      - Free Premium Choices
      - Free Outfits
      - Free Hairstyles
      - Free Looks

      Note: able to purchase without having enough gems.

       

      Non-Jailbroken Hack: https://iosgods.com/topic/147462-choices-stories-you-play-v410-4-cheats-for-jailed-idevices/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/147155-choices-stories-you-play-cheats-v412-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 360 replies
    • Family Island — Farm game v2025148.1.76088 Jailed Cheats +1
      Modded/Hacked App: Family Island™ — Farm game by Melsoft
      Bundle ID: com.MelsoftGames.FamilyIsland
      iTunes Store Link: https://apps.apple.com/us/app/family-island-farm-game/id1464689103?uo=4&at=1010lce4


      Hack Features:
      - Cheat Engine Enabled


      iOS Hack Download Link: https://iosgods.com/topic/115337-arm64-family-island-%E2%80%94-farm-game-v20190824862-jailed-cheats-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,312 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