Brunorx / teste-aim-color

only test for aimcolor/aimbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colorant 🍇

About

Colorant is a highly efficient color aimbot designed to rapidly scan for a range of purple color of the valorant enemy player outlines on your screen and precisely aim/shoot at it, without any interference with the game memory or files of Valorant.

Unlike conventional video game cheats that rely on the process memory to function, Colorant adopt a unique approach by avoiding any memory reading altogether. This innovative approach has the potential to remain undetectable by anti-cheat mechanisms that typically attempt to block memory reads. Additionally, sending input to the video game without triggering any flags can be a challenging aspect to consider.

The primary objective of this project is to showcase a proof of concept, demonstrating the potential of Colorant's novel approach to aimbot technology.


image

Downloads Discord Language License

Getting started

You will need the following prerequisites:

The initial setup can be a bit challenging, as you will need to set up your Arduino and USB host shield. It is important to note that some USB shields may come unsoldered, so you may need to solder both 5V ports and the bottom 3.3V port to ensure that it works correctly. For further clarification, you can refer to THIS video.

Next, you will need to download and install Python, with Version 3.8 being recommended as it was the version used to develop this project. Once Python is installed, you can download Colorant and install the necessary dependencies by using the command pip install -r the-requirements.txt.

To utilize the Arduino board as a computer mouse, you can choose from five different sketches that are located within the ArduinoSketches folder. Connect the Arduino board to your computer and open the Arduino IDE software. Then, select the appropriate board and port, and upload the desired sketch. By following these steps, you can turn your Arduino board into a functional computer mouse, enabling you to control the cursor and perform clicking functions using the board's hardware. I suggest trying out each of the five sketches to determine which one works best for your mouse.

Note that if you selected a sketch other than 1Arduino, you may need to configure move and click functions to make it compatible with your Arduino sketch. The Colorant code is currently optimized for the 1Arduino sketch, so adjustments may be necessary for other sketches.

With the prerequisites and dependencies installed, you can now run the main.py file, which is the main entry point of the program. You do not need to make any changes to the code, as it is ready to use.

By following these steps, you can enjoy using Colorant to quickly and accurately aim and shoot within your favorite valorant gamemode.

Configuration

You can customize Colorant to suit your preferences:

  • Enemy outlines should be set to PURPLE, as this is how the color aimbot operates.
  • The FOV size can be adjusted by editing the value located Here, please note that the existing code is optimized for the use of a 50 FOV, so adjustments to the code may be required to ensure proper functionality for other fov sizes.
  • Modify keybinds by changing the virtual-key codes in This function. Refer to This link for virtual-key codes.

By making these adjustments, you can fine-tune Colorant to suit your preferences and optimize its performance within the game.

Support

If you require support or have any questions regarding Colorant, please feel free to join the community Discord:

Discord Banner 2

I would like to express my sincere appreciation and give due credit to the program Firepro, which served as a significant inspiration for the development of my Project Colorant. Furthermore, I would like to clarify that the Arduino sketches incorporated within this project were not coded by me.

Contributing

Contributions are welcome from the community, and if you have any suggestions or encounter any issues, please do not hesitate to open an issue in the repository and provide as much detail as possible. Additionally, if you find this project helpful or interesting, please give it a ⭐.

Disclaimer

Note It is important to note that this project is intended for EDUCATIONAL PURPOSES ONLY, and should be used at YOUR OWN RISK.

Note Although the project is undetectable, this does not mean that it is not bannable. I do not condone any form of hacking, as it can ruin the game experience for both yourself and other players. This project was created solely to demonstrate the possibility of using an Arduino and a simple Python script to "cheat" within a video game.

Warning It is important to note that while the current implementation may be undetectable, Riot Games could still take action against the current source code itself. To minimize the risk of detection, it is advisable to modify the existing code or create a unique implementation based on the same concept.

About

only test for aimcolor/aimbot

License:GNU General Public License v3.0


Languages

Language:Python 100.0%