Skip to content

Usage Tutorial

bora edited this page Jun 29, 2024 · 6 revisions

For normal users (Running the .exe rather than the .py file directly)

  • Use Windows 10+ with "Mouse Acceleration" disabled

  • Download the latest version from this page

  • Extract the files to a folder of your choice, then navigate to config.txt in a text editor such as Notepad. Modify the configuration to your liking and test out different settings.

  • Open the Roblox game for the colorbot to be used in (i.e Arsenal, Aimblox, Bad Business). Adjust the enemy outlines accordingly (if possible in said game).

  • Launch the colorbot from the .exe. In Arsenal, enable Enemy Outlines and change the color to match the one selected in the config. In Bad Business, set Outline Transparency to 0 and set the enemy color to match exactly what you have in the config.

  • After making changes to config.xt, save them to the file and restart the colorbot or use the UPDATE_KEY feature.

  • Note: For Arsenal, the lowest graphics settings are recommended. - Turning off Kill Effects, Ragdolls, and Shadows while turning on Basic Skins and Disable Bloom is recommended but not required.

For developers (Running the .py rather than the .exe in order to modify the source code manually)

  • Use Windows 10+ with "Mouse Acceleration" disabled

  • Download the lastest source code as a .zip

  • Download Python if it isn't already installed. If you have another version already, then don't install it.

  • Important: Check "Add Python to PATH" in the installer before installing Python.

  • Extract the colorbot then run installer.bat and wait for it to finish.

  • Modify your config and run the .py. If it crashes instantly, make sure you're using the right Python version with Add to PATH enabled.