Post: c# help
11-29-2014, 10:27 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); soo im making this tool for advance warfare 1.04 and when i try to attach it wont and the tool crashes but it connects ?
(adsbygoogle = window.adsbygoogle || []).push({});
11-29-2014, 11:35 PM #2
Boliberrys
^^ Sexy ^^
Originally posted by MrCL57 View Post
soo im making this tool for advance warfare 1.04 and when i try to attach it wont and the tool crashes but it connects ?


Post Screenshot of the tool, and post the code you used for Attach.
I will try to help you.
11-30-2014, 12:02 AM #3
Originally posted by Boliberrys View Post
Post Screenshot of the tool, and post the code you used for Attach.
I will try to help you.


thanks screenshots - You must login or register to view this content. & You must login or register to view this content.
11-30-2014, 12:43 AM #4
Boliberrys
^^ Sexy ^^
Originally posted by MrCL57 View Post
thanks screenshots - You must login or register to view this content. & You must login or register to view this content.


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 :P.

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 Winky Winky


PS: English is not my main language. So if you dont understand something, just ask me Winky Winky
12-11-2014, 05:03 PM #5
One
At least I can fight
or you could just do
    
try
{
PS3.ConnectTarget(); PS3AttachProcess();
}
catch
{
// error
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo