Jump to content

[IDA Tutorial] How to know what to change in IDA in order to make your hack work


1,637 posts in this topic

Recommended Posts

Posted
On 2/22/2015 at 3:08 PM, AnotherLurker said:

@@shmoo


0x101978: Add R0, R0, and R1 together

is wrong;


0x101978: Add R0, and R1 together and store the value in R0

 

On 2/19/2015 at 5:34 PM, Zahir said:

 

it worked cuz u modded str too

 

last time u did the same thing to STR

 

try doing it to LDR itself without STR

what should i do in this case?

 

0000000101551F2C FGOL.Player$$get_IsRobo                 ; DATA XREF: __const:0000000102CA88F0↓o
il2cpp:0000000101551F2C                 LDRB            W0, [X0,#0x30C]
il2cpp:0000000101551F30                 RET
il2cpp:0000000101551F30 ; End of function FGOL.Player$$get_IsRobo
il2cpp:0000000101551F30
il2cpp:0000000101551F34
il2cpp:0000000101551F34 ; =============== S U B R O U T I N E =======================================
il2cpp:0000000101551F34
il2cpp:0000000101551F34
il2cpp:0000000101551F34 FGOL.Player$$set_IsRobo                 ; DATA XREF: __const:0000000102CA88F8↓o
il2cpp:0000000101551F34                 STRB            W1, [X0,#0x30C]
il2cpp:0000000101551F38                 RET
il2cpp:0000000101551F38 ; End of function FGOL.Player$$set_IsRobo
il2cpp:0000000101551F38
il2cpp:0000000101551F3C
il2cpp:0000000101551F3C ; =============== S U B R O U T I N E =======================================
il2cpp:0000000101551F3C
il2cpp:0000000101551F3C
il2cpp:0000000101551F3C FGOL.Player$$get_IsSharkjiraEvolved     ; DATA XREF: __const:0000000102CA8900↓o
il2cpp:0000000101551F3C                 LDRB            W0, [X0,#01415]
il2cpp:0000000101551F40                 RET
il2cpp:0000000101551F40 ; End of function FGOL.Player$$get_IsSharkjiraEvolved
il2cpp:0000000101551F40
il2cpp:0000000101551F44
il2cpp:0000000101551F44 ; =============== S U B R O U T I N E =======================================
il2cpp:0000000101551F44
il2cpp:0000000101551F44
il2cpp:0000000101551F44 FGOL.Player$$set_IsSharkjiraEvolved     ; DATA XREF: __const:0000000102CA8908↓o
il2cpp:0000000101551F44                 STRB            W1, [X0,#0x30D]
il2cpp:0000000101551F48                 RET
il2cpp:0000000101551F48 ; End of function FGOL.Player$$set_IsSharkjiraEvolved
il2cpp:0000000101551F48
il2cpp:0000000101551F4C
il2cpp:0000000101551F4C ; =============== S U B R O U T I N E =======================================

 

 

screenshot

<a href="https://ibb.co/Hrp1PXH"><img src="https://i.ibb.co/cNXM8xr/Untitled.png" alt="Untitled" border="0"></a>

 

Untitled.png

Posted
1 hour ago, y0u said:

Untitled.png

If you want to set it to true, hack the getter functions and set to

MOV W0, #1
RET

 

Posted (edited)

ok i try in a moment and post results

70-A64-A88-EED9-4-ABF-BC8-B-6897-A272-D3

still locked even after change 

MOV W0, #1
Updated by y0u
Posted
2 hours ago, y0u said:

ok i try in a moment and post results

70-A64-A88-EED9-4-ABF-BC8-B-6897-A272-D3

still locked even after change 


MOV W0, #1

Your function is not the correct one for what you want to achieve

Player - isRobo means is the player type of robo

You need to look for other function to unlock it

Posted
29 minutes ago, Zahir said:

Your function is not the correct one for what you want to achieve

Player - isRobo means is the player type of robo

You need to look for other function to unlock it

oh that may be the case  i dont know much about it but i am doing it for my 4yrs old kid :) please if you can have a look and unlock those sharks and get unlimited coins and gems?

 

it a request

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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