less aggressive preset for aimbot
This commit is contained in:
parent
0094b86fbb
commit
7cac16642b
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ class Aimbot(Hack):
|
||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
|
|
||||||
# AimBot FOV, higher = more aggressive
|
# AimBot FOV, higher = more aggressive
|
||||||
self.__fov_range = 5.
|
self.__fov_range = 4.
|
||||||
|
|
||||||
# Smoothing, more = less efficient
|
# Smoothing, more = less efficient
|
||||||
self.__smoothing = 3.
|
self.__smoothing = 6.
|
||||||
|
|
||||||
def aimbot(self) -> None:
|
def aimbot(self) -> None:
|
||||||
# Aliases
|
# Aliases
|
||||||
|
|
Reference in a new issue