-
Posts
4,939 -
Joined
-
Last visited
Everything posted by Ted2
-
Save Game MMX Hill Dash - Off Road Racing (All Version) +1
Ted2 replied to DeadPixels's topic in Save Game Cheats
Thankyou very ,uch -
Updated Hack: Dragon Project By goGame Pte Ltd. v1.2.1 iTunes URL: https://itunes.apple.com/ph/app/dragon-project/id1244634394?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: - One Hit Kill - Godmode The hack only works on 64bit devices! I am NOT responsible for any ban, you're the one taking the risk & use the hack. Hack Instructions The hack is a Mod Menu, three finger tap the screen to make it appear. The app has a minimum version of iOS 10 in newer versions, each update I'll include a .IPA for people who are below iOS 10, so you can install the newest version. Hack Download Link: [Hidden Content] Jailed Hack: 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 the game & three finger tap on the screen, a mod menu will appear. STEP 7: Turn on the features you want and then open the game. You may need to follow further instructions inside the hack's popup in-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 Cheat Video/Screenshots:
- 387 replies
-
- 335
-
-
-
-
-
-
-
-
My apple ID can't download this, I'll need a philipine apple ID it says. I only have US & Dutch. If someone can pm me a apple id I can use, I'll check this game out.
-
Help/Support Breakpoint doesn't hit when enemy attacks
Ted2 replied to Ted2's topic in Help & Support
I think I did that, but not sure. Lemme see yea, crashes the game when attacking -
Help/Support Breakpoint doesn't hit when enemy attacks
Ted2 replied to Ted2's topic in Help & Support
I tried to swap r4 with r5, which would basicly set the damage as max damage & max damage as damage. But no effect, maybe ADDS R4, R0, R7? but think will crash -
Fixed. How? copy the folder usr & paste it as link in var
-
Help/Support Breakpoint doesn't hit when enemy attacks
Ted2 replied to Ted2's topic in Help & Support
It drops me here: loc_494DFC CMP R4, R5 BGE loc_494E08 MOV R0, R11 BL sub_4956E8 ADDS R4, R0, R5 R4 = Max Damage I can give R5 = Damage I give -
Hack Great Royale Wars - Clash of Block v3.1 +2 Cheats
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
If you have installed the hack before you installed the game, it does not work. You need to install the app first & then my hack. -
Hack Great Royale Wars - Clash of Block v3.1 +2 Cheats
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
Did it got a update recently? Do this: 1. Delete Hack 2. reinstall app (backup!!) 3. install hack -
Hack Great Royale Wars - Clash of Block v3.1 +2 Cheats
Ted2 replied to Ted2's topic in Free Jailbreak Cheats
spend/earn some -
Help/Support Breakpoint doesn't hit when enemy attacks
Ted2 replied to Ted2's topic in Help & Support
yes, the breakpoint gets hit & game freezes. When I get hit, breakpoint doesn't get hit & doesn't freeze. When I change the code, like I wrote. It apparently is my health function too, so I find it strange -
Help/Support Breakpoint doesn't hit when enemy attacks
Ted2 replied to Ted2's topic in Help & Support
But the breakpoint doesn't get hit when I get damaged, while when change the code it does . So when I do BT, I can't compare the enemy output with mine -
Help/Support Breakpoint doesn't hit when enemy attacks
Ted2 replied to Ted2's topic in Help & Support
@Mr Cub3s -
Help/Support Breakpoint doesn't hit when enemy attacks
Ted2 replied to Ted2's topic in Help & Support
Added the code of IDA -
Help/Support Breakpoint doesn't hit when enemy attacks
Ted2 replied to Ted2's topic in Help & Support
iknow, ain't wait I ask. -
Hey, So I've found one hit kill, problem is it's linked. I know I'll need to set breakpoints, but the breakpoints doesn't hit when I get hit by enemy. Only when I hit a enemy. I'm not sure what I can do next to unlink, anyone does? This is the code; loc_495852 LDR R6, [SP,#0xA8+var_58] VLDR D8, =100.0 LDR R5, [R6,#0x14] LDR R0, [SP,#0xA8+var_58] VMOV S2, R5 VLDR S0, [R0,#0x18] VCVT.F64.S32 D16, S2 VCVT.F64.S32 D17, S0 VDIV.F64 D16, D16, D17 VMUL.F64 D16, D16, D8 VMOV R0, R1, D16 BLX.W j__ceil VMOV D16, R0, R1 MOV.W R0, #0xFFFFFFFF SUBS R1, R5, R4 <----> R4 to r7 = ONE HIT KILL, why: R4 = damage & r5 = current health MOV R2, R5 <-----> R5 to R8 = die, why: R5 = current health, r8 holds the value of 0 VCVTR.S32.F64 S0, D16 MOVS R3, #0 VSTR S0, [SP,#0xA8+var_54] STR R0, [SP,#0xA8+var_48] MOVS R0, #0 BL.W sub_CD6928 STR R0, [R6,#0x14] CMP R0, #0 BGT loc_4958FC
-
Show me R1 holds ur value Also why are you doing watch points on ida offsets, thats useless
-
Dude, you ALWAYS say R1 holds the value, I think you never even checked for real. It can be R4 etc either, CHECK IT.
-
stop reason = breakpoint 1.1 your breakpoint is hit, type in 'register read' to know the values.