richTextBox1.Text = "Prestige Value = " + numericUpDown1.Value.ToString();//Writes down the value of the NU&
to the textbox.
MessageBox.Show("Prestige set to the value off" + numericUpDown1.Value.ToString() + "!");//Notifys you the Value
byte[] Prestige = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Value));//Converts the Value to Bytes
PS3.SetMemory(0x000000, Prestige);//Sets the Offset and sends the NU&
value.
MessageBox.Show("Prestige set to the value off" + numericUpDown1.Value.ToString() + "!");//Notifys you the Value
byte[] Prestige = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Value));//Converts the Value to Bytes
PS3.SetMemory(0x000000, Prestige);//Sets the Offset and sends the NU&
value.
textBox1.Text = listBox1.SelectedItem.ToString();
MessageBox.Show("Selected Item " + listBox1.SelectedItem.ToString());
byte[] imagename = BitConverter.GetBytes(Convert.ToUInt32(textBox1.Text));
Array.Resize(ref imagename, imagename.Length + 1);
PS3.SetMemory(0x0176A038, imagename);
richTextBox1.Text = "Prestige Value = " + numericUpDown1.Value.ToString();//Writes down the value of the NU&
to the textbox.
MessageBox.Show("Prestige set to the value off" + numericUpDown1.Value.ToString() + "!");//Notifys you the Value
byte[] Prestige = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Value));//Converts the Value to Bytes
PS3.SetMemory(0x000000, Prestige);//Sets the Offset and sends the NU&
value.
MessageBox.Show("Prestige set to the value off" + numericUpDown1.Value.ToString() + "!");//Notifys you the Value
byte[] Prestige = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.Value));//Converts the Value to Bytes
PS3.SetMemory(0x000000, Prestige);//Sets the Offset and sends the NU&
value.
Copyright © 2026, NextGenUpdate.
All Rights Reserved.