Greater PointerESP Module(v2)
-
THANKS TO @AquaVit
Note: There are some bugs in this script, I'll fix them in next update 2021/12/23
I've been editing this small script since yesterday. I've listened some functional and reasonable requests about improving this script from my friend @R4kkra and added some of my own designs.Specific updates & improvements:
- Added Scale value to control the size of arrows, Radius value to control the size of the circle
- Added Position values to change the posistion of arrows
literally useless - Added 2 color modes: "Team" and "Distance". "Team" mode will draw arrows with Team's color (similiar to ESP), and "Distance" mode will draw with color which follows a linear mapping about distance.
hue(dis) = if (dis < 8) 0/*red*/ else if (dis >= 48) 240/*blue*/ else 40 * (dis - 8)
- Make "Solid" more like "Solid" someone may help me about that? I actually know little about LWJGL
- Deleted duplicated and meaningless codes, Better readability
Pictures in Game
in Hypixel BW Lobby lime -> VIP(+) azure -> MVP(+)DOWNLOAD:
GitHub Download
My GitHub
CORE -
Really good script
-