-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
Patcher [MM] Sniper 3D v2.1.1 +6 Cheats [UPDATED]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
- 103 replies
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with:
-
Patcher [MM] Sniper 3D v2.1.1 +6 Cheats [UPDATED]
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
I know.. Ammo won't stay then though after close app..- 103 replies
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with:
-
Heheh, got the notification now
-
No problem. Also there is a button 'Quote' when clicking this on my reply & add your reply, this will give me a notificstion of ur reply. Now I had to check everytime myself to see if you needed any more help. Just a tip
-
You can use strings to hack, which is (in my opinion) still pretty hard. if you can find the values with a memory hacker like gameplayer, you can use lldb to get the ida offset & hack it. also the game Zenonia 4 is good to practice
-
Most games do have encryptes binary. try Pou, this one isn't.
-
A deb file is supposed not to be big. It's also not an app, but it 'connects' to the app. for example you installed a .deb for Pou, you'll need the app from appstore so the deb can 'connect' & make the hack apply.
-
Sniper 3D Assasin: Shoot to Kill Gun Game By Fun Games For Free v2.0.7 com.fungames.sniper3d Requires: iOS 6.0 or later. Price: Free Updated: 2017-08-14T00:32:00Z iTunes URL: https://itunes.apple.com/us/app/sniper-3d-assassin-shoot-to-kill-gun-game/id930574573?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 (from Cydia). - PreferenceLoader (from Cydia). Hack Features - Unlimted Coins - Unlimited Energy - Unlimited Diamonds - Unlimited Ammo - No Reload (bcs unlimited ammo) - You can buy premium weapons Hack Download Link [Hidden Content] 08/26/2017 - Updated to v2.1.1 & added support to armv7 08/13/2017 - Updated t0 v2.1.3 & added the feature where you can buy premium weapons without premium subscription. Installation Instructions STEP 1: Download the .deb Cydia hack file from the link above. STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it. STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. STEP 7: Turn on the features you want and then open the game. NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits - @Ted2 - @Zimon (for giving me NSTimer code) NOTE: I posted this hack because all tweaks/patchers on forum don't support the current version. Cheat Video/Screenshots N/A
- 103 replies
-
- 289
-
-
-
-
-
-
-
- Hack
- Patcher Hack
-
(and 1 more)
Tagged with:
-
You have to do it using IDA, iGG cant do that.
-
Shmoo made a tutorial on this. See the tutorial section
-
Go into safemode & delete the tweak. See: http://www.iphonefaq.org/archives/973277
-
Gonna try tonight, got multiply offsets yesterday, so need to breakpoint on every offset to see if it freezes lol
-
Bt = backtrace?
-
I did break on the above function, when try spending, game would freeze.
-
No, I can't..
-
Yea already did that, but not really works if I try like the same.. Lol
-
Hi there, I'm trying to hack a game, I feel like I'm very close. I hacked this function: sub_100C7DCC0 LDR W8, [X0,#0xC] SUB W8, W8, W1 <------> changed to ADD & the W1 to W29 STR W8, [X0,#0xC] RET When substracting any resources out there, it added like 8800milion to any resources. But, when closing app this would go back to normal. I went looking for a function that might be check something. I found this: sub_100C7DCF0 MOV W8, #0xB4DE0000 MOVK W8, #0xABBC CMP W1, W8 CSET W8, EQ MOV W9, #0x24E80000 MOVK W9, #0x388C CMP W1, W9 CSET W9, EQ ORR W0, W8, W9 RET I'm pretty new to CMP things etc. What I did was: sub_100C7DCF0 MOV W8, #0xB4DE0000 MOVK W8, #0xABBC CMP W1, W8 CSET W8, EQ <------> change to MOV W8, #1 MOV W9, #0x24E80000 MOVK W9, #0x388C CMP W1, W9 <-------> change to MOV W9, #1 CSET W9, EQ ORR W0, W8, W9 RET What this did was the following, it made food have the same value as my gems, which normally is like 4000 less. But still, when spending, my resources will go back to normal after reopen app. Anyone knows what to do? Thanks! ps: typed on phone, so idk if everything works alright
-
Or rasticrack. Atleast when u wanna share a ipa hack crack the app with both binaries... So using iTunes installing
-
The ipa now only has 32bit binary i thibk. Install the app using itunes on your device & then crack it.
-
Welcome!
-
Not sure. I only debug on iOS. You might google for: GDB Android & you'll find tutorials
-
There is a android GDB debugger, but you're not using IDA or reflector with it.
-
Patcher Hack Temple Run v1.6.2 Cheats - Autorun & more
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Should be -
Oh ok. That's easy. In the strings & function bar?
-
Health, hP, takeDamage, damage, Dmg. Speed, Acceleration etc etc. most games are sub_x, so it's harder.