Code:
public static ACD GetACDByACDGUID(int guid)
{
int c = ReadInt(0x1543B9C, 0x850, 0);
short index = (short)(0xFFFF & guid);
int acd = ReadInt(ReadInt(c + 0x148)) + 4 * (index >> (byte)ReadInt(c + 0x18C)) + 0x2D0 * (index & ((1 << ReadInt(c + 0x18C)) - 1));
return new ACD(acd);
}
Just pass 0x77BC0000 and you have the player acd.