mardi 18 mars 2014

[Help] Getting name from radarstruct? topic




For some reason i'm getting some weird strings when trying to get a players name from the radarstruct:


Code:


int radar = process.ReadInt(process.ClientModule + 0xA841FC);
int radarPointer = process.ReadInt(new IntPtr(radar + 0x20));
tmp.Name = process.ReadString(new IntPtr(radarPointer + (0x1E0 * (playerid + 1)) + 0x24), 32);


Returns this:






Aucun commentaire:

Enregistrer un commentaire