Osiris
Osiris copied to clipboard
ESP Distance, how to modify it?
ESP Distance, how to modify it?
Calculate distance from local origin to enemy origin using distTo();
Insert this where is your esp loop:
if (distance >= max_distance) continue;
You can only shorten the distance btw.