Skip to content

Commit 8c3e5b5

Browse files
authored
Test autobuild
1 parent 029afa9 commit 8c3e5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Features/AimBot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace CS2Cheat.Features;
1414

1515
public class AimBot : ThreadedServiceBase
1616
{
17-
private const float AimBotSmoothing = 5f;
17+
private const float AimBotSmoothing = 3f;
1818
private const double HumanReactThreshold = 30.0;
1919
private const int SuppressMs = 200;
2020
private const int UserMouseDeltaResetMs = 50;

0 commit comments

Comments
 (0)