Jump to content

Baroto

Senior Member
  • Posts

    128
  • Joined

  • Last visited

Everything posted by Baroto

  1. Link Appstore : https://itunes.apple.com/us/app/facetune-2/id1149994032?mt=8 Bundle ID : com.lightricks.Facetune2 Requirement : Jailbreak Features : - VIP FREE (Unlimited Access) Hack instructions : 1. Add My Repo 2. Search Facetune2 VIP 3. Install and Enjoy!!! Screenshot : [Hidden Content]
  2. kan ini bypass username
  3. What your iOS version??
  4. username in the settings can not be empty
  5. Hacked App : InstaLikes for Instagram iTunes Link : https://itunes.apple.com/us/app/instalikes-for-instagram/id906899349?mt=8 BundleID : suleyman.InstaLikes Requirement : Jailbreak Features : - Bypass Username (replace username without login) - Unlimited Coin Like (Coin 5000) - Bye ADS Hack instructions : 1. Add My Repo 2. Install and Enjoy!!! Screenshot : [Hidden Content] Credit : President of Indonesia - JOKO WIDODO Edited : iOS 9 only
  6. I have a project here. but I had a problem. download do not show 1-100%. what's the solution in order to display 1-100% sequentially? Image : http://imgur.com/ASg3AqF my code: @interface SBDownloadingIcon -(id)displayNameForLocation; -(float)progressPercent; @end %hook SBDownloadingIcon - (id)displayNameForLocation:(int)location { NSString *ret = %orig; return [NSString stringWithFormat:@"%0.0f%%, %@", 100 * [self progressPercent], ret]; } %end
  7. cool. learning
  8. I would like to work on ios 9.3.3 but it seems header does not indicate - (id) displayName. how to work. thanks. header SBDownloadingIcon.h
  9. I use Header SDKs 9.3.3 and get an error like this: ==> Cleaning… > Making all for tweak CustomizeMusic… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (armv7)… ==> Linking tweak CustomizeMusic (armv7)… clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(comparesf2.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(divmodsi4.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(switch16.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(switch32.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(switch8.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(switchu8.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(udivmodsi4.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(comparedf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(divtc3.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(eprintf.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(extendhfsf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(int_util.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(mulodi4.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(mulosi4.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(negdf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(negsf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(truncdfhf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(truncsfhf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_flag_clear.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_flag_clear_explicit.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_flag_test_and_set.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_flag_test_and_set_explicit.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_signal_fence.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_thread_fence.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(emutls.c.o)) was built for newer iOS version (6.0) than being linked (5.0) Undefined symbols for architecture armv7: "_MRMediaRemoteGetNowPlayingInfo", referenced from: ____ZL15toggleLiricViewP11objc_objectP13objc_selectorP6UIViewa_block_invoke in Tweak.xm.29b02470.o "_kMRMediaRemoteNowPlayingInfoAlbum", referenced from: ____ZL15toggleLiricViewP11objc_objectP13objc_selectorP6UIViewa_block_invoke_2 in Tweak.xm.29b02470.o "_kMRMediaRemoteNowPlayingInfoArtist", referenced from: ____ZL15toggleLiricViewP11objc_objectP13objc_selectorP6UIViewa_block_invoke_2 in Tweak.xm.29b02470.o "_kMRMediaRemoteNowPlayingInfoDuration", referenced from: ____ZL15toggleLiricViewP11objc_objectP13objc_selectorP6UIViewa_block_invoke_2 in Tweak.xm.29b02470.o "_kMRMediaRemoteNowPlayingInfoTitle", referenced from: ____ZL15toggleLiricViewP11objc_objectP13objc_selectorP6UIViewa_block_invoke_2 in Tweak.xm.29b02470.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [/Users/pxcex/Desktop/Tweak/CustomizeMusic/.theos/obj/debug/armv7/CustomizeMusic.dylib] Error 1 make[2]: *** [/Users/pxcex/Desktop/Tweak/CustomizeMusic/.theos/obj/debug/armv7/CustomizeMusic.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [CustomizeMusic.all.tweak.variables] Error 2 ✘ pxcex@pxcexs-MacBook-Pro  ~/Desktop/Tweak/CustomizeMusic  make package intall > Making all for tweak CustomizeMusic… ==> Linking tweak CustomizeMusic (armv7)… clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(comparesf2.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(divmodsi4.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(switch16.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(switch32.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(switch8.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(switchu8.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(udivmodsi4.S.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(comparedf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(divtc3.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(eprintf.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(extendhfsf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(int_util.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(mulodi4.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(mulosi4.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(negdf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(negsf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(truncdfhf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(truncsfhf2.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_flag_clear.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_flag_clear_explicit.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_flag_test_and_set.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_flag_test_and_set_explicit.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_signal_fence.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(atomic_thread_fence.c.o)) was built for newer iOS version (6.0) than being linked (5.0) ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/8.0.0/lib/darwin/libclang_rt.ios.a(emutls.c.o)) was built for newer iOS version (6.0) than being linked (5.0) Undefined symbols for architecture armv7: "_MRMediaRemoteGetNowPlayingInfo", referenced from: ____ZL15toggleLiricViewP11objc_objectP13objc_selectorP6UIViewa_block_invoke in Tweak.xm.29b02470.o "_kMRMediaRemoteNowPlayingInfoAlbum", referenced from: ____ZL15toggleLiricViewP11objc_objectP13objc_selectorP6UIViewa_block_invoke_2 in Tweak.xm.29b02470.o "_kMRMediaRemoteNowPlayingInfoArtist", referenced from: ____ZL15toggleLiricViewP11objc_objectP13objc_selectorP6UIViewa_block_invoke_2 in Tweak.xm.29b02470.o "_kMRMediaRemoteNowPlayingInfoDuration", referenced from: ____ZL15toggleLiricViewP11objc_objectP13objc_selectorP6UIViewa_block_invoke_2 in Tweak.xm.29b02470.o "_kMRMediaRemoteNowPlayingInfoTitle", referenced from: ____ZL15toggleLiricViewP11objc_objectP13objc_selectorP6UIViewa_block_invoke_2 in Tweak.xm.29b02470.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
  10. i have error like this /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/usr/include/objc/NSObject.h:36:1: note: 'retain' has been explicitly marked unavailable here - (instancetype)retain OBJC_ARC_UNAVAILABLE; ^ FasterCharging.mm:10:83: error: ARC forbids explicit message send of 'retain' ...= [[self loadSpecifiersFromPlistName:@"FasterCharging" target:self] reta... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 2 errors generated. My mm. ARCHS = armv7 arm64 CFLAGS = -Wno-deprecated -Wno-deprecated-declarations include $(THEOS)/makefiles/common.mk BUNDLE_NAME = FasterCharging FasterCharging_FILES = FasterCharging.mm $(shell find $(THEOS)/include/SCLAlertView -name '*.m') FasterCharging_INSTALL_PATH = /Library/PreferenceBundles FasterCharging_FRAMEWORKS = UIKit FasterCharging_PRIVATE_FRAMEWORKS = Preferences FasterCharging_CFLAGS = -fobjc-arc include $(THEOS_MAKE_PATH)/bundle.mk internal-stage:: $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END) $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/FasterCharging.plist$(ECHO_END) what can i do?
  11. yes, but I want to implement in my bundle Preference preference when it starts to click my bundle.
  12. I already know when the button is clicked, will pop up alerts, but what I want, when I first entered my bundle preference, immediately pop up. such preference bundlenya mario run in the setting.
  13. how to generate pop-up automatically in the Preference Bundle tweak me?
  14. I like this and unresolved. https://iosgods.com/topic/36339-sclalertview-style-troubleserrors/page-3#entry1385488 Close button does not work.
  15. help me to solve the problem for months?
  16. Help Plist? Help Plist?
  17. May I use the header has Dida? or link suggested? tks Dida
  18. Dida, I managed to implement it I change like this __weak typeof (self) weakSelf = self; with __weak __typeof __ (self) weakSelf = self; in SCLAlertView.m and managed. but when I press the exit button, no response. What is wrong? Tweak.xm : %hook BBMAppDelegate - (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app. SCLAlertView *alert = [[sCLAlertView alloc] initWithNewWindow]; [alert showSuccess: @"Title here"// Success, Error, Notice, Warning, Info, Edit, Custom, Waiting subTitle: @"Subtitle here" closeButtonTitle: @"Close button" duration: 0.0f]; return %orig; } %end
  19. Thailand... Congratulations AFF 2016. I'm from Indonesia.. Good Game
  20. Still Working um
×
  • 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