Jump to content

Increases instead of decreases


Go to solution Solved by Rook,

6 posts in this topic

Recommended Posts

  • Solution
Posted

If it's SUB R0, #, just change it to ADD R0, #1 so it increases instead of decreasing.

Basically just change the SUB to an ADD.

Posted
5 minutes ago, DiDA said:

If it's SUB R0, #, just change it to ADD R0, #1 so it increases instead of decreasing.

Basically just change the SUB to an ADD.

I accidentally did ADD R0, #10 first time I tried doing ADD xD what would happen then?

Posted

Wait, I've been trying to hack my game by changing sub    sp, x29, #0x50            ; =0x50 into add    sp, x29, # 0x50             ; =0x50

Is that wrong?

Should I change it to add    sp, x29, #1             ; =1 or just stick with what I've currently got? 

Posted
1 hour ago, NoHax said:

Wait, I've been trying to hack my game by changing sub    sp, x29, #0x50            ; =0x50 into add    sp, x29, # 0x50             ; =0x50

Is that wrong?

Should I change it to add    sp, x29, #1             ; =1 or just stick with what I've currently got? 

IDA tho xD

Posted
5 hours ago, Joka said:

I accidentally did ADD R0, #10 first time I tried doing ADD xD what would happen then?

It would just add 10 to register 0

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