Skip to content

Usage Tutorial

bora edited this page Jan 15, 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 "_internal" and open "config.ini" 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 and use. After making changes to "config.ini", save them to the file and restart the colorbot.

  • 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.

Clone this wiki locally