
latestz
Member-
Posts
17 -
Joined
-
Last visited
Everything posted by latestz
-
Thanks!
-
Name of the game you want hacked: Apollo for Reddit Version of the game: 1.3 iTunes Link for the app: https://itunes.apple.com/us/app/apollo-for-reddit/id979274575?mt=8 Jailbroken or Non-Jailbroken: Jailbroken Requested Features: Finally the notification version is here! Anyone could make the 'Ultra' version hack?
- 9 replies
-
- 12
-
-
-
Name of the game you want hacked: nPlayer Plus Version of the game: 3.8.6 iTunes Link for the app: https://itunes.apple.com/us/app/nplayer-plus/id539397400?mt=8 Jailbroken or Non-Jailbroken: Jailbroken Requested Features: This Plus version could be obtained from Appcake, however playing DTS file is still not possible, it requires receipt checking: https://imgur.com/a/DsEJhtk You could get example DTS file from here for testing: https://thedigitaltheater.wetransfer.com/downloads/24c2cb03a84ef8aefdf9bfe962dcdf6120161120155634/6ce5fa Thanks in advance!
-
- 5
-
-
-
-
Name of the game you want hacked: Gaia GPS Member + Premium Version of the game: 1.6.2 iTunes Link for the app: https://itunes.apple.com/us/app/gaia-gps-hiking-hunting-maps/id1201979492?mt=8 Jailbroken or Non-Jailbroken: Jailbroken Requested Features: Unlock all member + premium features (Layered maps, topo maps, hiking trails, outdoor GPS tools, hunting maps, offroad, private & public land) Thanks in advance!
-
Help/Support How to change this to false in ARM64
latestz replied to latestz's topic in Help & Support
I solved this. Just change the CBZ to B. Done. -
Help/Support How to change this to false in ARM64
latestz replied to latestz's topic in Help & Support
I screenshot it for better depiction: https://imgur.com/a/FfCRvuE https://imgur.com/a/awiH2yT I initially wanted to disable the check for update popup, but for testing purposes, I think it's better to achieve a TRUE value instead of FALSE as I described in the original post. So that if the popup keep come out when I open the app I knows the hack works. (the popup is time based, it display only once a day) @Laxus -
Help/Support How to change this to false in ARM64
latestz replied to latestz's topic in Help & Support
Hey thanks for the help! But it crashed though. Any way around? @Joka -
There's so few ARM64 tutorial here. I learnt ARMv7 in here, but trying to do the hack in ARM64 make my mind blown. Here's the ARMv7: PUSH {R4-R7,LR} ADD R7, SP, #0xC PUSH.W {R8,R10,R11} SUB SP, SP, #0x18 MOV R10, R0 MOV R0, R2 BLX.W _objc_retain MOV R11, R0 MOV R0, #(selRef_shouldCheckForUpdate - 0xA90A) ADD R0, PC ; selRef_shouldCheckForUpdate LDR R1, [R0] ; "shouldCheckForUpdate" MOV R0, R10 ; void * BLX.W _objc_msgSend CMP R0, #0 BEQ.W loc_AAB4 I try to skip all lines after CMP and go to loc_AAB4 by changing MOV R0, #(selRef_shouldCheckForUpdate - 0xA90A) to MOV R0, #0. However in ARM64, my eyes dropped to the ground. SUB SP, SP, #0x60 STP X26, X25, [SP,#0x50+var_40] STP X24, X23, [SP,#0x50+var_30] STP X22, X21, [SP,#0x50+var_20] STP X20, X19, [SP,#0x50+var_10] STP X29, X30, [SP,#0x50+var_s0] ADD X29, SP, #0x50 MOV X20, X0 MOV X0, X2 BL _objc_retain MOV X19, X0 ADRP X8, #selRef_shouldCheckForUpdate@PAGE LDR X1, [X8,#selRef_shouldCheckForUpdate@PAGEOFF] ; char * MOV X0, X20 ; void * BL _objc_msgSend CBZ W0, loc_ADCC Anyone could help me here? I changed MOV X20, X0 to MOV X20, #0 and it crashed. Thanks in advance!
-
Tried that too but still no luck. What I'm doing wrong here? @Laxus
-
Anyone can help me with this? I decompiled a .dylid into this: var_8= -8 var_4= -4 SUB SP, SP, #8 MOVS R2, #1 STR R0, [SP,#8+var_4] STR R1, [SP,#8+var_8] MOV R0, R2 ADD SP, SP, #8 BX LR And the actual code is: %hook SomeClass - (int)somemethod { return 1; } %end I'm learning how to hack tweak by creating my own tweak and hack my own tweak first I try to make it to return 0 (false). I did by changing MOVS R2, #1 to MOVS R2, #0 but it still returning 1. Any ideas?
-
Anyone can help me with this? I decompiled a .dylid into this: var_8= -8 var_4= -4 SUB SP, SP, #8 MOVS R2, #1 STR R0, [SP,#8+var_4] STR R1, [SP,#8+var_8] MOV R0, R2 ADD SP, SP, #8 BX LR And the actual code is: %hook SomeClass - (int)somemethod { return 1; } %end I try to make it to return 0 (false). I did by changing MOVS R2, #1 to MOVS R2, #0 but it still returning 1. Any ideas?
-
Name of the game you want hacked: Medium Version of the game: 3.42 iTunes Link for the app: https://itunes.apple.com/us/app/medium/id828256236?mt=8 Jailbroken or Non-Jailbroken: Jailbroken Requested Features: The app restricted certain amount of articles you can read per month. Hopefully someone can hack this to have unlimited articles reading. Thank you!
-
Name of the game you want hacked: Medium Version of the game: 3.42 iTunes Link for the app: https://itunes.apple.com/us/app/medium/id828256236?mt=8 Jailbroken or Non-Jailbroken: Jailbroken Requested Features: The app restricted certain amount of articles you can read per month. Hopefully someone can hack this to have unlimited articles reading. Thank you!
-
Name of the game you want hacked: Medium Version of the game: 3.42 iTunes Link for the app: https://itunes.apple.com/us/app/medium/id828256236?mt=8 Jailbroken or Non-Jailbroken: Jailbroken Requested Features: The app restricted certain amount of articles you can read per month. Hopefully someone can hack this to have unlimited articles reading. Thank you!
-
- 3
-
-
-
Hi guys! Though this is about sideloads app, but I'm using theos to develop it, so any help from here is much appreciated. Using FLEX, by setting StoreKit -> transactionState (long)->1, I can trick the app to thinking that I have successfully purchase the app. And this only need to be done once, that means later if I disable the tweak in FLEX, the app still in purchased state. So taking advantage of this in sideloaded app, I can hook it in the app. However, when you install the app using cydia impactor/Xcode, the button to purchase is set to 'unavailable'. So I'm guessing apple disabled it. Anyway to bypass this?
-
Thanks!