Jump to content

14 posts in this topic

Recommended Posts

Posted

When using debuggers you should always look for near by STR instructions almost 99% of the time. To be sure of which to hack type in 'I R' in GDB/LLDB and you will see what each register holds, look for the one with the amount you just had in game then so on

what's this I R command in LLDB :lol:

 

eIkDD9n.png

 

what should i take?

and what should i change it to?

thanks for all the replies ^_^

Posted

Bruh he is using a debugger with watchpoints, always str

STR R7 :frantic:

You understand that the STR R7 is apart of a function right

what's this I R command in LLDB :lol:

 

eIkDD9n.png

 

what should i take?

and what should i change it to?

thanks for all the replies ^_^

SUB R1, R1, R10 change to NOP

or you can NOP the instruction above it so you get a huge garbage number for what you are hacking

 

this function actually looks like a getCurrency or getPrice function because its adding and subtracting whatever the currency is, so try

 

MOV R0, #0

BX LR

 

for free store

 

if you want infinite coins when you get some change the ADD R1, R1, R10 to MOV R1, R7

Posted

You understand that the STR R7 is apart of a function right

 

SUB R1, R1, R10 change to NOP

or you can NOP the instruction above it so you get a huge garbage number for what you are hacking

 

this function actually looks like a getCurrency or getPrice function because its adding and subtracting whatever the currency is, so try

 

MOV R0, #0

BX LR

 

for free store

 

if you want infinite coins when you get some change the ADD R1, R1, R10 to MOV R1, R7

so after NOP the SUB if my money lower than the price it's say: go to the store

but if lower than mine i can buy it without loosing money

so can i buy a stuff have a high price?

Posted

so after NOP the SUB if my money lower than the price it's say: go to the store

but if lower than mine i can buy it without loosing money

so can i buy a stuff have a high price?

Try MOV R0, #0 to afford everything regardless of price. :)

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