Jump to content

BestAndroidPlayer

Senior Member
  • Posts

    386
  • Joined

  • Last visited

Everything posted by BestAndroidPlayer

  1. If it is not officially released on his website then they are faking https://yalu.qwertyoruiop.com/
  2. Yes this is visual only, you can't upgrade or buy crates also when you go online and use infinite troops you are just in a sandbox
  3. I put %hook DSMLinearVideoAdsManager -(id) providerPrePodPromo { return ; } %end But didn't work @Ted2
  4. > Making all for tweak MrJump… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (armv7)… Tweak.xm:56:213: error: expected class member or base class name ...FBInterstitialAdInternal* _LOGOS_SELF_CONST __unused self, SEL __unused _cmd, id arg1):(bool) { ^ Tweak.xm:56:213: error: expected '{' or ',' Tweak.xm:56:212: error: only constructors take base initializers ...FBInterstitialAdInternal* _LOGOS_SELF_CONST __unused self, SEL __unused _cmd, id arg1):(bool) { ^ Tweak.xm:64:1: error: non-void function '_logos_method$_ungrouped$FBInterstitialAd$showAdFromRootViewController$' should return a value [-Wreturn-type] return ; ^ 4 errors generated. make[3]: *** [/var/mobile/mrjump/.theos/obj/debug/armv7/Tweak.xm.ce589c5c.o] Error 1 make[2]: *** [/var/mobile/mrjump/.theos/obj/debug/armv7/MrJump.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [MrJump.all.tweak.variables] Error 2 Amirhosseins-iPad:/var/mobile/mrjump root#
  5. I had the same problems, re installed theos and works now
  6. So I am using flexconverter and I keep getting minor errors such as dots or : there is my tweak.xm //Generated with FlexConverter. #include <substrate.h> %hook GADevice +(bool) isJailbroken { return FALSE; } %end %hook CBJBroken +(bool) isDeviceJailbroken { return FALSE; } %end %hook CBJBroken +(bool) isAppCracked { return FALSE; } %end %hook GameViewV7 -(bool) collideWithWall { return FALSE; } %end %hook GameOverView -(void) setJumpCount:(int)arg1 { arg1 = 99999999; return %orig; } %end %hook LevelDescriptor -(void) setLocked:(bool)arg1 { arg1 = FALSE; return %orig; } %end %hook LevelDescriptor -(bool) locked { return FALSE; } %end %hook SettingsManager -(bool) adsDisabled { return TRUE; } %end %hook FBInterstitialAdInternal -(bool) showAdFromRootViewController:(id)arg1 animated:(bool) { arg2 = FALSE; return %orig; } %end %hook FBInterstitialAd -(bool) showAdFromRootViewController:(id)arg1 { return ; return FALSE; } %end %hook GameViewV7 -(void) setJumpCount:(int)arg1 { arg1 = 99999999; return %orig; } %end Then I get this. Is there a template to codes? Image link if broken: https://image.ibb.co/gnwKRG/IMG_0322.jpg
  7. Arena of Valor: 5v5 Arena Game By Tencent Games v1.18.1 com.ngame.allstar.eu Minium iOS Version: 8.0Price: FreeLast Update: 2017-09-28T02:17:23ZiTunes URL: https://itunes.apple.com/be/app/arena-of-valor-5v5-arena-game/id1150318642?mt=8&uo=4 Jailbroken or Non-Jailbroken: jailbreak Requested Features: - map hack - free store ? - free character unlocking - free currency ?
  8. Making all for tweak TwitchNoAD... make -f Makefile --no-print-directory --no-keep-going \ internal-library-compile \ _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=TwitchNoAD _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[2]: Nothing to be done for `internal-library-compile'. rm -rf "/private/var/mobile/twitchnoad/_" /var/mobile/twitchnoad/theos/bin/fakeroot.sh -p "/private/var/mobile/twitchnoad/.theos/fakeroot" -c mkdir -p "/private/var/mobile/twitchnoad/_" [ -d layout ] && rsync -a "layout/" "/private/var/mobile/twitchnoad/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for tweak TwitchNoAD... mkdir -p "/private/var/mobile/twitchnoad/_/Library/MobileSubstrate/DynamicLibraries/" cp ./obj/TwitchNoAD.dylib "/private/var/mobile/twitchnoad/_/Library/MobileSubstrate/DynamicLibraries/" if [ -f TwitchNoAD.plist ]; then cp TwitchNoAD.plist "/private/var/mobile/twitchnoad/_/Library/MobileSubstrate/DynamicLibraries/"; fi mkdir -p "/private/var/mobile/twitchnoad/_/DEBIAN" sed -e '/^[Vv]ersion:/d' "/private/var/mobile/twitchnoad/control" > "/private/var/mobile/twitchnoad/_/DEBIAN/control" echo "Version: 0.0.1-2" >> "/private/var/mobile/twitchnoad/_/DEBIAN/control" echo "Installed-Size: 136" >> "/private/var/mobile/twitchnoad/_/DEBIAN/control" COPYFILE_DISABLE=1 /var/mobile/twitchnoad/theos/bin/fakeroot.sh -p "/private/var/mobile/twitchnoad/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/twitchnoad/_" "./com.No Advertising Allowed!2packed.twitchnoad_0.0.1-2_iphoneos-arm.deb" dyld: could not load inserted library '/var/mobile/twitchnoad/theos/bin/libfauxsu.dylib' because no suitable image found. Did find: /var/mobile/twitchnoad/theos/bin/libfauxsu.dylib: required code signature missing for '/var/mobile/twitchnoad/theos/bin/libfauxsu.dylib' /var/mobile/twitchnoad/theos/bin/fauxsu: line 43: 2273 Abort trap: 6 "$@" make: *** [internal-package] Error 134 Amirhosseins-iPad:/var/mobile/twitchnoad root#
  9. @DiDA compiled a tweak and at the very end it gave me an error and now that I look I see Debian and library in folder named _ . also the error is *** [ internal- package] Error 134
  10. Amirhosseins-iPad:/var/mobile/mlbb root# make package /var/mobile/mlbb/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/mlbb/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak mlbb... Linking tweak mlbb... ld: library not found for -lobjc clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/mlbb.dylib.64873355.unsigned] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [mlbb.all.tweak.variables] Error 2 Amirhosseins-iPad:/var/mobile/mlbb root# What I got after replacing target Also there is make file include theos/makefiles/common.mk TWEAK_NAME = mlbb mlbb_FILES = Tweak.xm TARGET = iphone:clang:latest:latest include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard"
  11. Will do thanks The only thing in the folder is a file called "libsubstrate.dylib"
  12. Amirhosseins-iPad:/var/mobile root# cd /var/mobile/mlbb Amirhosseins-iPad:/var/mobile/mlbb root# make package messages=yes /var/mobile/mlbb/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/mlbb/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak mlbb... make -f Makefile --no-print-directory --no-keep-going \ internal-library-compile \ _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=mlbb _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes clang++ -L/var/mobile/mlbb/theos/lib -lobjc -framework Foundation -framework CoreFoundation -ObjC++ -fobjc-exceptions -fobjc-call-cxx-cdtors -lsubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/mlbb.dylib" -isysroot "/var/mobile/mlbb/theos/sdks/iPhoneOS8.1.sdk" -arch armv7 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_3_0 -miphoneos-version-min=3.0 -multiply_defined suppress -L/usr/lib -o "obj/mlbb.dylib.64873355.unsigned" obj/Tweak.xm.922e78a8.o ld: library not found for -lobjc clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/mlbb.dylib.64873355.unsigned] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [mlbb.all.tweak.variables] Error 2 Amirhosseins-iPad:/var/mobile/mlbb root#
  13. -iPad:/var/mobile/mlbb root# make package /var/mobile/mlbb/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/mlbb/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak mlbb... Preprocessing Tweak.xm... Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Compiling Tweak.xm... Linking tweak mlbb... ld: library not found for -lobjc clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/mlbb.dylib.64873355.unsigned] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [mlbb.all.tweak.variables] Error 2 Amirhosseins-iPad:/var/mobile/mlbb root# Anyone knows what the issue is ? I cannot get theos to make / compile tweaks
  14. Ok so I installed THEOS / made a simple deb tweak for a sh!tty app using flex, how can I get into the crazy stuff now ? Any tutorials ( videos are preferred )
  15. It is an App Store update and if you read the policy you could see they mentioned that the app force updates the game or you won’t be able to play ranked.... mine kept saying 0/0 when I wanted to play ranked...
  16. Yea it would be awesome, I’ll update it @DiDA if it’s too much work
  17. @DiDAI mean you reply to thread saying updated, why not just make a page and update the list
×
  • 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