Seconb / Roblox-Colorbot

A tool that aims at enemy outlines in Roblox games.
Other
49 stars 20 forks source link

Hello, can this app be used for other games. #18

Open Leozgu opened 9 months ago

Leozgu commented 9 months ago

I want to use this program for the game [the Finals], can the parameter "COLOR = Yellow" be used to express colors in the format #CCCCC?

Seconb commented 9 months ago

Hi, I believe this program may be detected by EAC (The Finals Anticheat) due to the method it uses of moving the mouse but I can’t fully confirm. The yellow color is not able to be expressed that way. It’s made up of HSV values, and upper and lower. It goes through a specific range of colors. There’s more information about it online and the source code. If you want to customize manually, use Hariangr’s “HSVRangeTool” that’s somewhere on github, can’t find the link but you can just google it. Take a screenshot of an enemy in game and input it into that program, filter out anything that isn’t the enemy so only the enemy outline shows in the mask, then save and use those hsv values it should work.

But like I said there’s a solid chance it’s detected already

Leozgu commented 9 months ago

Ok, thank you very much for your reply.