Jump to content

14 posts in this topic

Recommended Posts

Posted (edited)

How am I supposed to know which part to modify?

For example. LLDB dropped me off at the address 00348c14 (as you will see in the pic and its highlighted in gray). Now, what am I supposed to do. I'm hacking points in a game. Points have to go up but I see a MOV, 2 SUB & ADD. So what thing am I supposed to modify (you will see in pic highlighted all SUB, MOV, ADD...) So what am I supposed to modify to make the points infinite?? Remember the points are supposed to go up not down when you purchase something. So what do I modify it so that the points will go up but not decrease when purchasing something or just make the points infinite?? Plz help as this is the 2nd game I'm trying.

 

Picture is : http://imgur.com/kKtKpeJ

Updated by Asianplus
Posted

My guess would be that the LDR R12, [R0] and STR R12, [R0] both could be changed to LDR R12, R7 and STR R12, R7. I've never really dabbled with IDA, so I wouldn't know honestly

Posted (edited)

My guess would be that the LDR R12, [R0] and STR R12, [R0] both could be changed to LDR R12, R7 and STR R12, R7. I've never really dabbled with IDA, so I wouldn't know honestly

Who else would know?

Who else would know?

@@DiDA

 

@@shmoo

 

@@Crypto

Updated by Asianplus
Posted

Try Pro's method. There's not that many values so you could change them 1 by 1 until you get the right one.@Patricktph any idea xD?

But on a couple tuts I watched, it showed that they modified the sub and or add around LDR or STR. So I'm confused

Posted

Try Pro's method. There's not that many values so you could change them 1 by 1 until you get the right one.@Patricktph any idea xD?

:unsure:

 

But one thing I know is that if you make the points infinite and instead of subtracting they add .. some times the game might have a maximum and when the number of points has passed the maximum then it will go negative :)

Posted

:unsure:

But one thing I know is that if you make the points infinite and instead of subtracting they add .. some times the game might have a maximum and when the number of points has passed the maximum then it will go negative :)

In this case this game doesn't go to negative. What do I mod is the question??

Posted

In this case this game doesn't go to negative. What do I mod is the question??

Trial & Error until you get the right one

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