Originally posted by MrCL57
1- In the Attach button put:
If (PS3.AttachProcess())
{
//Insert Code Here
}
Else
{
}
Leave the ELSE part with no Code.
2- On the DEX Radio Button put this code:
PS3.ChangeAPI(SelectAPI.TargetManager);
3- On the CEX Radio Button put this code:
PS3.ChangeAPI(SelectAPI.ControlConsole);
4- On the Connect Button put this:
If (PS3.ConnectTarget())
{
//Insert Code Here
}
else
{
}
Leave the ELSE part with no Code.
5- Theres no need in putting the TextBox with the IP if you put the code i gave you. So erase it

.
If you still have some issues. Check this Open Source i posted recently:
You must login or register to view this content.
Hope i helped you with your problem
PS: English is not my main language. So if you dont understand something, just ask me