CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    What is the "minpredictsize" and "maxpredictsize" of the killaura for?

    General
    3
    5
    200
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • robertitohack
      robertitohack last edited by

      What is the "minpredictsize" and "maxpredictsize" of the killaura for?
      please answer me.

      C 1 Reply Last reply Reply Quote 0
      • C
        commandblock2 @robertitohack last edited by commandblock2

        Consider that latency exists, and your enemy is moving. If you hit it directly, the server(with anticheat) may think you are not hitting the hitbox. This option may make you aim at a position your enemy might going to be in the next few ticks, so that the server will think you are actually hitting the hitbox when the server recieve your attack packet.

        Edit: the option doesn't affect range

        https://github.com/CCBlueX/LiquidBounce/blob/46fee81fdb483fe5732326aba8d8112e81189bc7/1.8.9-Forge/src/main/java/net/ccbluex/liquidbounce/features/module/modules/combat/KillAura.kt#L568

                if (predictValue.get())
                    boundingBox = boundingBox.offset(
                            (entity.posX - entity.prevPosX) * RandomUtils.nextFloat(minPredictSize.get(), maxPredictSize.get()),
                            (entity.posY - entity.prevPosY) * RandomUtils.nextFloat(minPredictSize.get(), maxPredictSize.get()),
                            (entity.posZ - entity.prevPosZ) * RandomUtils.nextFloat(minPredictSize.get(), maxPredictSize.get())
                    )
        
                val (vec, rotation) = RotationUtils.searchCenter(
                        boundingBox,
                        outborderValue.get() && !attackTimer.hasTimePassed(attackDelay / 2),
                        randomCenterValue.get(),
                        predictValue.get(),
                        mc.thePlayer.getDistanceToEntityBox(entity) < throughWallsRangeValue.get(),
                        maxRange
                ) ?: return false
        
        robertitohack 1 Reply Last reply Reply Quote 0
        • notautismatall
          notautismatall last edited by

          1. To bypass some anticheats that actually think that you are using aim hacks

          2. It can help us reduce the attack speed so it can bypass more server (for example TurnSpeed 180 and PredictSize 5.0 will make the killaura attack enemies much slower than TurnSpeed 180 and PredictSize 1.0)

          robertitohack 1 Reply Last reply Reply Quote 0
          • robertitohack
            robertitohack @notautismatall last edited by robertitohack

            @notautismatall Ok thanks for the information, And does that affect the damage the killaura does?

            1 Reply Last reply Reply Quote 0
            • robertitohack
              robertitohack @commandblock2 last edited by robertitohack

              @commandblock2 oh, thanks bro

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              About
              • Terms of Service
              • Privacy Policy
              • Status
              • Contact Us
              Downloads
              • Releases
              • Source code
              • License
              Docs
              • Tutorials
              • CustomHUD
              • AutoSettings
              • ScriptAPI
              Community
              • Forum
              • Guilded
              • YouTube
              • Twitter
              • D.Tube