APEX_AIMBOT/config.py
2023-11-26 16:31:45 -08:00

35 lines
796 B
Python

# Portion of screen to be captured (This forms a square/rectangle around the center of screen)
screenShotHeight = 320
screenShotWidth = 320
# For use in games that are 3rd person and character model interferes with the autoaim
useMask = False
maskWidth = 80
maskHeight = 200
# Autoaim mouse movement amplifier
aaMovementAmp = .1
# Person Class Confidence
confidence = 0.4
# What key to press to quit and shutdown the autoaim
aaQuitKey = "Q"
# If you want to main slightly upwards towards the head
headshot_mode = True
# Displays the Corrections per second in the terminal
cpsDisplay = True
# Set to True if you want to get the visuals
visuals = True
# Smarter selection of people
centerOfScreen = True
# ONNX ONLY - Choose 1 of the 3 below
# 1 - CPU
# 2 - AMD
# 3 - NVIDIA
onnxChoice = 2