kuteteen / tai-lieu-hoc-tap2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp-source-code-for-ios

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

About


Languages

Language:Objective-C++ 86.1%Language:Objective-C 13.9%