Originally posted by Dog88Christian
You are replacing the dlls in the tool location with correct ones?
This is the error code i get if i keep pressing okay if that helps
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at PS3Lib.CCAPI.GetConsoleList()
at PS3Lib.PS3API.ConsoleList..ctor(PS3API f)
at PS3Lib.PS3API.ConnectTarget(Int32 target)
at BO2.Form1.metroButton1_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at MetroFramework.Controls.MetroButton.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)