private bool GetAttached() { if (PS3.GetAttached()) { return(true); } IsAttached = false; Stats = null; SelectedClass = null; StatsEnabled = false; UnlockAll = false; GodmodeBool = false; StatsTypeEnabled = false; Status = !PS3.GetConnected() ? "Connected to any ps3!" : "Attached to any process!"; return(false); }