Post: Need help making RTM
05-24-2015, 09:45 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); can someone find me the connection and attach codes for tmapi and ccapi would be much appreciated
cant seem to find them :'(
05-24-2015, 11:51 AM #2
Antonio96C
Do a barrel roll!
In RadioButton CEX & DEX
Originally posted by another user
CEX this.PS3.ChangeAPI(SelectAPI.ControlConsole);
DEX this.PS3.ChangeAPI(SelectAPI.TargetManager);

Connect
Originally posted by another user
try
{
PS3.ConnectTarget(0);
MessageBox.Show("Connect", "PS3", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
}
catch
{
MessageBox.Show("Failed", "PS3", MessageBoxButtons.OK, MessageBoxIcon.Error);
}

Attach
Originally posted by another user
try
{
PS3.AttachProcess();
MessageBox.Show("Attached", "PS3", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
}
catch
{
MessageBox.Show("Failed", "PS3", MessageBoxButtons.OK, MessageBoxIcon.Error);
}

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo