Skip to content

Commit

Permalink
Update LegitReach.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
C00LC0D35 authored Dec 4, 2023
1 parent 5d883f8 commit 2f6f77a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
e/*
* FDPClient Hacked Client
* A free open source mixin-based injection hacked client for Minecraft using Minecraft Forge by LiquidBounce.
* https://github.com/SkidderMC/FDPClient/
Expand All @@ -10,6 +10,7 @@ import net.ccbluex.liquidbounce.event.*
import net.ccbluex.liquidbounce.features.module.*
import net.ccbluex.liquidbounce.utils.*
import net.ccbluex.liquidbounce.utils.timer.MSTimer
import net.ccbluex.liquidbounce.utils.extensions.getDistanceToEntityBox
import net.ccbluex.liquidbounce.features.value.*
import net.minecraft.client.entity.EntityOtherPlayerMP
import net.minecraft.entity.EntityLivingBase
Expand All @@ -35,6 +36,9 @@ object LegitReach : Module() {

private val packets = LinkedBlockingQueue<Packet<INetHandlerPlayClient>>()

private var comboCounter = 0
private var backtrack = false


override fun onEnable() {
if (mode.equals("AllIncomingPackets")) {
Expand Down

0 comments on commit 2f6f77a

Please sign in to comment.