Originally posted by Winter
Are you connecting & attaching your tool properly?
public static string getName(int Client) {
return PS3.Extension.ReadString(0x1780F28 + 0x5544 + 0x5808 * (uint)Client);
}
Example:
label1.Text = getName(0);
I think i'm connecting properly, i mean i'm able to change stats and name but just cant get client list. As far as your talking about the codes, i have no idea how to check.