(adsbygoogle = window.adsbygoogle || []).push({});
Okay so i decided to make a RTM tool cause i was bored and i made the connection and name changer which works fine but the non-host doesn't work. I made a check box then named it VSAT and this is the code i used for the VSAT:
if (this.checkBox2.Checked)
{
PS3.Extension.WriteBytes(0x23C60, new byte[] { 0x60, 0x00, 0x00, 0x00 });
}
else
{
PS3.Extension.WriteBytes(0x23C60, new byte[] { 0x40, 0x81, 0x00, 0x44 });
}