Skip to content

Commit

Permalink
Update KillAura.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
C00LC0D35 authored Dec 5, 2023
1 parent ba475d5 commit 5b187cd
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,12 +511,14 @@ object KillAura : Module() {
if (autoBlockPacketValue.equals("Legit") && autoBlockValue.equals("Range")) {
if (mc.thePlayer.hurtTime > 8) {
legitBlocking = 0
if (blockingStatus) stopBlocking()
blockingStatus = false
if (blockingStatus) {
stopBlocking()
blockingStatus = false
return
}
} else {
if (mc.thePlayer.hurtTime == 1) {
legitBlocking = 4
// extra tick to make it work if u have high ping
legitBlocking = 3
} else if (legitBlocking > 0) {
legitBlocking--
// this code is correct u idiots
Expand Down

0 comments on commit 5b187cd

Please sign in to comment.