Post: Help Me With This Code?
11-28-2015, 11:20 PM #1
LooMz
Haxor!
(adsbygoogle = window.adsbygoogle || []).push({}); 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);
}
(adsbygoogle = window.adsbygoogle || []).push({});
11-29-2015, 06:02 AM #2
Adrian
Adrian is back!
Originally posted by LooMz View Post
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.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo