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

    • [ Reinforced Wooden Stick Lv99 ] 99강화 나무몽둥이 : 키우기 Cheats v99.1.26 +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/
      • 22 replies
    • Dummynation Cheats v3.4.2 +3
      Modded/Hacked App: Dummynation By ALEJANDRO HERNANDEZ FERRERO
      Bundle ID: ahf.dummynation
      iTunes Store Link: https://apps.apple.com/us/app/dummynation/id6444295551?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

      - Premium + No Ads
      - Infinite Research Point
      - Infinite Liquidity (Gold)


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/topic/191828-dummynation-v313-jailed-cheats-3/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/191829-dummynation-cheats-v313-3/
      • 21 replies
    • Candy Critters: Idle Merge v1.3 +3++ Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Candy Critters: Idle Merge By PlaySide Studios PTY LTD
      Bundle ID: com.playsidestudios.candycritters
      App Store Link: https://apps.apple.com/us/app/candy-critters-idle-merge/id6480020380?uo=4

       


      🤩 Hack Features

      - Unlimited Currencies -> Will increase instead of decrease.
      - All Cards Unlocked
      - No Card Upgrade Cost
      - Free In-App Purchases
      • 12 replies
    • Candy Critters: Idle Merge v1.3 +3++ Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Candy Critters: Idle Merge By PlaySide Studios PTY LTD
      Bundle ID: com.playsidestudios.candycritters
      App Store Link: https://apps.apple.com/us/app/candy-critters-idle-merge/id6480020380?uo=4

       


      🤩 Hack Features

      - Unlimited Currencies -> Will increase instead of decrease.
      - All Cards Unlocked
      - No Card Upgrade Cost
      - Free In-App Purchases
      • 11 replies
    • Big Helmets: Heroes of Destiny v1.0 +3 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Big Helmets: Heroes of Destiny By BoomBit, Inc.
      Bundle ID: com.bighelmets.destiny
      iTunes Store Link: https://apps.apple.com/pl/app/big-helmets-heroes-of-destiny/id6745514342

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      • 0 replies
    • Big Helmets: Heroes of Destiny v1.0 +3 Cheats [ Damage & Defence ]
      Modded/Hacked App: Big Helmets: Heroes of Destiny By BoomBit, Inc.
      Bundle ID: com.bighelmets.destiny
      iTunes Store Link: https://apps.apple.com/pl/app/big-helmets-heroes-of-destiny/id6745514342

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      • 1 reply
    • Earn to Die Rogue v1.16.194 +15 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Earn to Die Rogue By Not Doppler Pty Limited
      Bundle ID: com.notdoppler.earntodierogue
      iTunes Store Link: https://apps.apple.com/us/app/earn-to-die-rogue/id1564024870?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Gold
      - Unlimited Skill Tree Tokens


      Jailbreak required hack(s): [Mod Menu Hack] Earn to Die Rogue v1.00.96 +2 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 302 replies
    • Earn to Die Rogue v1.16.194 +15 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Earn to Die Rogue By Not Doppler Pty Limited
      Bundle ID: com.notdoppler.earntodierogue
      iTunes Store Link: https://apps.apple.com/us/app/earn-to-die-rogue/id1564024870?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Gold
      - Unlimited Skill Tree Tokens


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Earn to Die Rogue v1.00.96 +2 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 167 replies
    • The Battle Cats Cheats v14.6.0 +2
      Modded/Hacked App: The Battle Cats by ponos corporation
      Bundle ID: jp.co.ponos.battlecatsen
      iTunes Store Link: https://apps.apple.com/us/app/the-battle-cats/id850057092?uo=4&at=1010lce4


      Hack Features:
      - Infinite Cash
      - OHK Linked

      NOTE: Please don't ask me for currencies hack since this is the best I can do


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/124447-arm64-the-battle-cats-v940-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/124448-arm64-the-battle-cats-cheats-v950-2/
      • 922 replies
    • Jetpack Joyride 2 Cheats v4.1.10 +1
      Modded/Hacked App: Jetpack Joyride 2 By Halfbrick
      Bundle ID: com.halfbrick.jetpackjoyride2
      iTunes Store Link: https://apps.apple.com/us/app/jetpack-joyride-2/id1598096399?uo=4


      Hack Features:
      - Infinite Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/141408-jetpack-joyride-2-v0120-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/141406-jetpack-joyride-2-cheats-all-versions-1/
      • 108 replies
    • Game Dev Tycoon Cheats v1.6.12 +1
      Modded/Hacked App: Game Dev Tycoon by Greenheart Games Pty. Ltd.
      Bundle ID: com.greenheartgames.gdtmobile
      iTunes Store Link: https://itunes.apple.com/us/app/game-dev-tycoon/id1162580001?mt=8&uo=4&at=1010lce4


      Hack Features:
      - Add Money Per Month
       

      Hack Download Link: https://iosgods.com/topic/83670-arm64-game-dev-tycoon-cheats-v124-1/
      • 163 replies
    • Toram Online v4.1.6 - [ Custom Move Speed & More ]
      Modded/Hacked App: Toram Online By ASOBIMO,Inc.
      Bundle ID: com.asobimo.toramonline
      iTunes Store Link: https://itunes.apple.com/us/app/toram-online/id988683886?mt=8&uo=4&at=1010lce4
       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate or Substitute.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - Custom Move Speed
      - God Mode 
      - Fast Attack Speed
      - Fast Cast Speed
      - Always Critical Chance
      - Never Miss Hit 
      - Mobs/Bosses Can't Avoid & Guard 
      - Quick Draw
      - Armor Break
      - Magic Wall - Stun + Full Map Hack 
      • 2,617 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