Originally posted by LooMz
if (textBox30.Text.Length == 32)
{
PS3.CCAPI.SetBoot*********(textBox7.Text);
MessageBox.Show("Successfully Changed Boot ID ", "Success", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
else
{
MessageBox.Show("Boot ID Must Be 32 characters long to work", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
what wud be the Psid becuase its not this
if (textBox30.Text.Length == 32)
{
PS3.CCAPI.SetBootPSID(textBox7.Text);
MessageBox.Show("Successfully Changed Boot ID ", "Success", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
else
{
MessageBox.Show("Boot ID Must Be 32 characters long to work", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
Thread has been moved to PS3 Mods Questions and Inquiries.
To change you Boot console ID it should look like this.
if (textBox30.Text.Length == 32)
{
PS3.CCAPI.SetBoot*********(textBox7.Text)
MessageBox.Show("wateva u want here");
}
else
{
MessageBox.Show("wateva u want here");
}
And nothing is wrong with your PSID. Make sure that you have both CCAPI.dll added and defined it.