We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029afa9 commit 8c3e5b5Copy full SHA for 8c3e5b5
Features/AimBot.cs
@@ -14,7 +14,7 @@ namespace CS2Cheat.Features;
14
15
public class AimBot : ThreadedServiceBase
16
{
17
- private const float AimBotSmoothing = 5f;
+ private const float AimBotSmoothing = 3f;
18
private const double HumanReactThreshold = 30.0;
19
private const int SuppressMs = 200;
20
private const int UserMouseDeltaResetMs = 50;
0 commit comments