-
Posts
22 -
Joined
-
Last visited
Everything posted by youngzzzzzzz
-
Request [VIP Cheat][ Captain Tsubasa Japan ]キャプテン翼 ~たたかえドリームチーム~
youngzzzzzzz replied to youngzzzzzzz's topic in Hack Requests
help -
Name of the game you want hacked: [ Captain Tsubasa Japan ]キャプテン翼 ~たたかえドリームチーム~ Version of the game: 4.3.0 iTunes Link for the app: https://apps.apple.com/jp/app/id1181335936 Jailbroken or Non-Jailbroken: Jailbroken Requested Features: - Enemies Don't Move- Enemies Have 0 Stamina- Weak Enemies or just jailbreak bypass is ok.
- 1 reply
-
- 1
-
-
Interested also
-
Video Adventure Capitalist - How to make an iOS Mod iPA - Tutorial
youngzzzzzzz replied to PhillyTCG's topic in Tutorials
thanks bro -
Thanks much for this!
-
Patcher Hack iOSGods iAP Cracker - iAP Tweak Modifier
youngzzzzzzz replied to Laxus 's topic in Free Jailbreak Cheats
link is dead -
Patcher Hack iOSGods iAP Cracker - iAP Tweak Modifier
youngzzzzzzz replied to Laxus 's topic in Free Jailbreak Cheats
Thx -
Help/Support Crash while hooks MGCopyAnswer.
youngzzzzzzz replied to youngzzzzzzz's topic in Help & Support
thank u very much @@shmoo Any suggetion of spoofing UDID for arch 'arm64' ? -
Help/Support Crash while hooks MGCopyAnswer.
youngzzzzzzz replied to youngzzzzzzz's topic in Help & Support
syslog of my iphone6s plus 9.0.2jb before crashed [0;37mJul 20 17:14:49 iPhone[0;36m MobileSafari[20940][2;33m <[0;33mWarning[2;33m>[0;37m:[m my hookfunction [0;37mJul 20 17:14:49 iPhone[0;36m MobileSafari[20940][2;33m <[0;33mWarning[2;33m>[0;37m:[m my hookfunction [0;37mJul 20 17:14:49 iPhone[0;36m MobileSafari[20940][2;33m <[0;33mWarning[2;33m>[0;37m:[m my hookfunction [0;37mJul 20 17:14:49 iPhone[0;36m com.apple.xpc.launchd[1][m (UIKitApplication:com.apple.mobilesafari[0xaa3f][20940])[m <Notice>: Service exited due to signal: Illegal instruction: 4 [0;37mJul 20 17:14:49 iPhone[0;36m diagnosticd[177][2;31m <[0;31mError[2;31m>[0;37m:[m unable to find offset 0x9a7f3a5c in shared cache for arch 'arm64' [0;37mJul 20 17:14:49 iPhone[0;36m SpringBoard[783][2;33m <[0;33mWarning[2;33m>[0;37m:[m Application 'UIKitApplication:com.apple.mobilesafari[0xaa3f]' crashed. and my iphone5s 9.1jb [0;37mJul 20 17:30:42 iPhone[0;36m MobileSafari[969][2;32m <[0;32mNotice[2;32m>[0;37m:[m MS:Notice: Injecting: com.apple.mobilesafari [MobileSafari] (1241.11) [0;37mJul 20 17:30:42 iPhone[0;36m MobileSafari[969][2;32m <[0;32mNotice[2;32m>[0;37m:[m CoreFoundation = 1241.110000 [0;37mJul 20 17:30:42 iPhone[0;36m MobileSafari[969][2;32m <[0;32mNotice[2;32m>[0;37m:[m Could not match CoreFoundation = 1241.110000 [0;37mJul 20 17:30:42 iPhone[0;36m MobileSafari[969][2;33m <[0;33mWarning[2;33m>[0;37m:[m my hookfunction [0;37mJul 20 17:30:42 iPhone[0;36m MobileSafari[969][2;33m <[0;33mWarning[2;33m>[0;37m:[m my hookfunction [0;37mJul 20 17:30:42 iPhone[0;36m MobileSafari[969][2;33m <[0;33mWarning[2;33m>[0;37m:[m my hookfunction [0;37mJul 20 17:30:42 iPhone[0;36m diagnosticd[191][2;31m <[0;31mError[2;31m>[0;37m:[m error evaluating process info - pid: 969, puniqueid: 969 [0;37mJul 20 17:30:42 iPhone[0;36m com.apple.xpc.launchd[1][m (UIKitApplication:com.apple.mobilesafari[0x8cb0][969])[m <Notice>: Service exited due to signal: Illegal instruction: 4 [0;37mJul 20 17:30:42 iPhone[0;36m SpringBoard[779][2;33m <[0;33mWarning[2;33m>[0;37m:[m Application 'UIKitApplication:com.apple.mobilesafari[0x8cb0]' crashed. Tweak.xm: #import <CoreFoundation/CoreFoundation.h> #import "substrate.h" #import "MobileGestalt.h" CFPropertyListRef (*orig_MGCopyAnswer)(CFStringRef key);//hook MGCopyAnswer CFPropertyListRef replace_MGCopyAnswer(CFStringRef key) { NSLog(@"my hookfunction"); return orig_MGCopyAnswer(key); } __attribute__((constructor)) static void initialize() { MSHookFunction(MGCopyAnswer,replace_MGCopyAnswer,&orig_MGCopyAnswer); } makefile: export ARCHS = armv7 arm64 export TARGET = iphone:clang:latest:8.0 include $(THEOS_MAKE_PATH)/common.mk TWEAK_NAME = DemoTweak DemoTweak_FILES = Tweak.xm DemoTweak_LIBRARIES = flipswitch MobileGestalt DemoTweak_LDFLAGS += -Wl,-segalign,4000 DemoTweak_CFLAGS = -Wno-c++11-extensions include $(THEOS_MAKE_PATH)/tweak.mk include $(THEOS_MAKE_PATH)/aggregate.mk after-install:: # install.exec "killall -9 SpringBoard" any ideas? -
tested on iphone6s plus & iphone5s I thought arm64 devices can not hook like this. #import <CoreFoundation/CoreFoundation.h> #import "substrate.h" #import "libMobileGestalt.h" CFPropertyListRef (*orig_MGCopyAnswer)(CFStringRef key);//hook MGCopyAnswer CFPropertyListRef replace_MGCopyAnswer(CFStringRef key) { NSLog(@"my hookfunction"); return orig_MGCopyAnswer(key); } __attribute__((constructor)) static void initialize() { MSHookFunction(MGCopyAnswer,replace_MGCopyAnswer,&orig_MGCopyAnswer); } any ideas to hook MGCopyAnswer on arm64 devices??
-
Help/Support clang: error: unable to execute command: Bus error: 10
youngzzzzzzz replied to kizzlil's topic in Help & Support
thx very much!! it works!! -
Edited 25/5 it's been solved. I added the AdSupport framework to the makefile in the tweak project and done. I want to change the idfa value (like what PMP doing) and try to write some hooking codes. //target codes #1 #import <AdSupport/AdSupport.h> - (NSString *)idfaString { NSBundle *adSupportBundle = [NSBundle bundleWithPath:@"/System/Library/Frameworks/AdSupport.framework"]; [adSupportBundle load]; if (adSupportBundle == nil) { return @""; } else{ Class asIdentifierMClass = NSClassFromString(@"ASIdentifierManager"); if(asIdentifierMClass == nil){ return @""; } else{ //for no arc //ASIdentifierManager *asIM = [[[asIdentifierMClass alloc] init] autorelease]; //for arc ASIdentifierManager *asIM = [[asIdentifierMClass alloc] init]; if (asIM == nil) { return @""; } else{ if(asIM.advertisingTrackingEnabled){ return [asIM.advertisingIdentifier UUIDString]; //target value } else{ return [asIM.advertisingIdentifier UUIDString];//target value } } } } } Tweak.xm #import <AdSupport/ASIdentifierManager.h> #import <AdSupport/AdSupport.h> %hook ASIdentifierManager -(NSUUID*)advertisingIdentifier { %log; NSUUID *x = [[NSUUID alloc] initWithUUIDString:@"11111111-1111-1111-1111-111111111111"]; return x; } %end unfortunately , it doesnt works. So I took another try, //target codes #2 #import <AdSupport/AdSupport.h> - (NSString *)idfaString { ASIdentifierManager *aim = [[ASIdentifierManager alloc] init]; if (aim != nil) { if (aim.isAdvertisingTrackingEnabled) { return [[aim advertisingIdentifier] UUIDString]; }else{ return @""; } } return @""; } and it works! I want to know why target codes #1 didn't work and how to make it work.
-
Tool iGameGuardian v6.0/v7.0.1 Cracked iOS 8 - 10.2
youngzzzzzzz replied to Oxytyramine's topic in Tools
thx