Ayyware Draw Distance

Posts 17 of 7 · Page 1 of 1
Ayyware Draw Distance
void CEsp::DrawDistanse(IClientEntity* pEntity, CEsp::ESPBox size)
{
IClientEntity *pLocal = hackManager.pLocal();

Vector vecOrigin = pEntity->GetOrigin();
Vector vecOriginLocal = pLocal->GetOrigin();
static RECT defSize = Render::GetTextSize(Render::Fonts::Default, "");

char dist_to[32];
sprintf_s(dist_to, "%.0fm", DistanceTo(vecOrigin, vecOriginLocal));

Render::Text(size.x + size.w + 3, size.y + (0.6*(defSize.bottom + 28)), Color(255, 255, 255, 255), Render::Fonts::ESP, dist_to);

}
@Credits haxen
Quote Originally Posted by RTGERGregergergrgrgg View Post
sprintf_s(dist_to, "%.0fm", DistanceTo(vecOrigin, vecOriginLocal));
pijany???????????
Lol that random smiles in the text please before any further posts use CODE function
Can you post the function for DistanceTo?
I found all esp from kitsunesquad on pastebin xd
Posts 17 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?