Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,25 @@ SMOOTH_FACTOR = 1

TRIGGERBOT = disabled
TRIGGERBOT_DELAY = 0
TRIGGERBOT_DISTANCE = 10
TRIGGERBOT_DISTANCE = 50

# Set the color of enemies to aim at. Yellow, Blue, Pink/Magenta/Purple, Green, Cyan, Red, Black, or Aimblox (for Arcade and Competitive only).
COLOR = Pink
# If you're playing Bad Business, use 0000ff with outline transparency set to 0.
# Black is NOT recommended at all and sucks very bad. Red is also bad for Arsenal.

# Get custom color from https://github.com/Seconb/Roblox-Colorbot/wiki/Custom-Color-Guide. Remember to change COLOR to custom.
UPPER_COLOR = 0, 0, 0
LOWER_COLOR = 0, 0, 0
UPPER_COLOR = 0, 0, 255
LOWER_COLOR = 0, 0, 255

# Hides the menu (you can't see anything and have to use Task Manager to close Python)
HIDE_CONSOLE = disabled

# These colors specifically are RGB. Custom colors are HSV.
SHOW_FOV = enabled
CAM_FOV_COLOR = 0, 0, 255
AIM_FOV_COLOR = 255, 0, 0
AIM_FOV_COLOR = 0, 0, 255

# Bettercam is better, mss is less buggy. Change to mss if Bettercam is buggy.
CAM_TYPE = bettercam