Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
хуй
Browse files Browse the repository at this point in the history
  • Loading branch information
ulybaka1337 committed Sep 26, 2024
1 parent 646560b commit 73c3e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/thunder/hack/features/modules/combat/Aura.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public class Aura extends Module {
public final Setting<Boolean> clientLook = new Setting<>("ClientLook", false);
public final Setting<Boolean> pauseBaritone = new Setting<>("PauseBaritone", false);
public final Setting<BooleanSettingGroup> oldDelay = new Setting<>("OldDelay", new BooleanSettingGroup(false));
public final Setting<Integer> minCPS = new Setting<>("MinCPS", 7, 1, 20).addToGroup(oldDelay);
public final Setting<Integer> maxCPS = new Setting<>("MaxCPS", 12, 1, 20).addToGroup(oldDelay);
public final Setting<Integer> minCPS = new Setting<>("MinCPS", 7, 1, 100).addToGroup(oldDelay);
public final Setting<Integer> maxCPS = new Setting<>("MaxCPS", 12, 1, 100).addToGroup(oldDelay);

public final Setting<ESP> esp = new Setting<>("ESP", ESP.ThunderHack);
public final Setting<SettingGroup> espGroup = new Setting<>("ESPSettings", new SettingGroup(false, 0), v -> esp.is(ESP.ThunderHackV2));
Expand Down

0 comments on commit 73c3e86

Please sign in to comment.