Skip to content

Commit

Permalink
fix(legacy): verusfly scaffold B flag (CCBlueX#4000)
Browse files Browse the repository at this point in the history
yes i fix it again...
  • Loading branch information
EclipsesDev authored Sep 29, 2024
1 parent 465398e commit 276950b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,11 @@ object Disabler : Module("Disabler", Category.EXPLOIT, hideModule = false) {
if (verusFly) {
if (!isOnCombat && !player.isDead) {
val pos = player.position.add(0, if (player.posY > 0) -255 else 255, 0) ?: return
val value = if (player.isBlocking || KillAura.renderBlocking && KillAura.blockStatus) 255 else 1

sendPacket(
C08PacketPlayerBlockPlacement(
pos,
value,
256,
ItemStack(Items.water_bucket),
0F,
0.5F + Math.random().toFloat() * 0.44F,
Expand Down

0 comments on commit 276950b

Please sign in to comment.