TehMerkMods Posted September 9, 2018 Posted September 9, 2018 So I decided to give IDA 6.6 a little blast but everyone seems to be using registers and the game I'm using doesn't use registers it uses X0 or x8 as an example. This next step of code I got from NitroGain ADD X0, SP, #0x88+var_83,LSL#12 I'm assuming I either need to edit the variable to a constant value or something. My end goal is to edit the value to have it as a constant full. (Its for a driving game and this mod is for boost, the boost is a slow regain and I would like to make it instantly regain) if you need anymore information or can help please reply
saiaapiz Posted December 3, 2018 Posted December 3, 2018 Put a breakpoint on instruction, trace #0x88+var_83,LSL#12 You will find where they get it, scan the value then modified.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.