Originally posted by Dylzy19
Hello,
I am after the offsets for Prestige 14 and 15 please!
You could just do:
if (yourButtonIsClicked) or if (metroToggle1.Checked == true) then
{
byte[] prestige = BitConverter.GetBytes(Convert.ToInt32(
numericUpDown1.Value));
PS3.Extension.WriteBytes(0x26FD014, prestige);
}
The word in blue represents whatever way you are setting your prestige with, rather a numeric or a textbox etc...