Osiris icon indicating copy to clipboard operation
Osiris copied to clipboard

ESP Distance, how to modify it?

Open java17lzh opened this issue 2 years ago • 1 comments

ESP Distance, how to modify it?

java17lzh avatar Oct 11 '22 08:10 java17lzh

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.

martinjanas avatar Oct 25 '22 15:10 martinjanas