Skip to content

Commit

Permalink
Update KillAura.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
C00LC0D35 authored Jan 4, 2024
1 parent 698ed3c commit 786586b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ object KillAura : Module() {

// Bypass
private val swingValue = ListValue("Swing", arrayOf("Normal", "Packet", "None"), "Normal").displayable { attackDisplay.get() }
private val attackTimingValue = ListValue("AttackTiming", arrayOf("All", "Pre", "Post"), "All").displayable { attackDisplay.get() }
private val attackTimingValue = ListValue("AttackTiming", arrayOf("All", "Pre", "Post", "Both"), "All").displayable { attackDisplay.get() }
private val keepSprintValue = BoolValue("KeepSprint", true).displayable { attackDisplay.get() }
private val noBadPacketsValue = BoolValue("NoBadPackets", false).displayable { attackDisplay.get() }

Expand Down

0 comments on commit 786586b

Please sign in to comment.