This esp code is for a box around the enemy, snap lines, distance numbers, and health bars
import the esp.h file in your tweak.xm
initialize it static esp * es;
es = [[esp alloc]initWithFrame:main];
and redraw the screen in your tweak.xm with [es setNeedsDisplay];
figure out the rest.
you can do pull requests if you want
My Discord is Mobean#6137