/revrbe-colorbot

A simple colorbot equipped with both trigger and aimbot capabilities. It possesses the ability to memorize and disregard specific colors - to customize it for its usage.

Primary LanguageC++

revrbe-colorbot

A simple colorbot with trigger and aimbot functionality using BitBlt to capture the colors.

Usage

To record colors; simply press INSERT once to start the recording and hold mouse5 to begin recording the colors that are located at the cursors position.
To exclude colors; simply hold HOME while pressing mouse5 to exclude colors at the cursors position.

Activate the trigger and aim with mouse5(currently the aimbot code is very simple as it only works on 3x3 pixels - I'd recommend making the rectangle bigger for the aimbot implementation, as it's quite unnoticeable as it is.

Here is a video, where I showcase it:

colorbot video

NB!

Keep in mind that this code has not been tested on any anti-cheats other than VAC - there is a risk to get banned from using this.

Also, it has false-positives where it detect a color which is near/very close to the recorded colors - the threshold setting can help bring down false-positives.

But I recommend maybe doing a bigger rectangle horizontally and analyzing the detected colors and check how many pixels the colors stretch across - this way it could bring down false-positives as it would just ignore those pixels where the color-area is very small. Anyway, have fun with the repository :)

Update

I fixed the mistake I made, it now works fine.