Quacked420
Veteran
- Messages
- 58
- Reaction score
- 10
- Points
- 793
Hello, I'm messing around modding BO3 on PS3 with an RTM tool and everything is working perfectly apart from when I attempt to modify my rank using
and
my rank does change, but not to the value which I entered into the numericUpDown, for example if I enter the rank 22 my rank changes to 26, anyone able to help me out? Cheers.
Code:
public static uint Rank = 937289176u - 94u;
Code:
PS3.SetMemory(Addresses.Rank, BitConverter.GetBytes((uint)numericUpDown2.Value));
my rank does change, but not to the value which I entered into the numericUpDown, for example if I enter the rank 22 my rank changes to 26, anyone able to help me out? Cheers.