CCBlueX Forum

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

    80%Velocity Bypass AAC4-AAC4.4.2

    Scripts
    8
    8
    1073
    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.
    • AquaVit
      AquaVit last edited by

      var hurt = false
      var velocityTimer = MSTimer()
      module.on("update", function () {
          if (mc.thePlayer.isInWater || mc.thePlayer.isInLava || mc.thePlayer.isInWeb){
              return
      	}
      	if (!mc.thePlayer.onGround) {
              if (hurt) {
                  mc.thePlayer.speedInAir = 0.02f
                  mc.thePlayer.motionX *= 0.6
                  mc.thePlayer.motionZ *= 0.6
              }
          } else if (velocityTimer.hasTimePassed(80L)) {
              hurt = false
              mc.thePlayer.speedInAir = 0.02f
          }
      });
      module.on("packet", function (event) {
          var packet = event.packet
      	if (classProvider.isSPacketEntityVelocity(packet)) {
      		if (mc.thePlayer == null || (mc.theWorld?.getEntityByID(packet.entityID) ?: return) != mc.thePlayer)return
      		velocityTimer.reset()
      		hurt = true
      	}
      });
      
      A hahayes Alien Gurke 3 Replies Last reply Reply Quote 1
      • A
        Aftery @AquaVit last edited by

        @AquaVit does it reduce knockback

        F 1 Reply Last reply Reply Quote 0
        • F
          fps14 @Aftery last edited by

          @Aftery said in 80%Velocity Bypass AAC4-AAC4.4.2:

          @AquaVit does it reduce knockback

          it does but slightly, so it doesn't flag as much.

          1 Reply Last reply Reply Quote 0
          • yorik100
            yorik100 last edited by

            Clean, except that using a timer that isn't tick-based can create inconsistant results

            1 Reply Last reply Reply Quote 0
            • hahayes
              hahayes @AquaVit last edited by hahayes

              omg its aquavit !!1!

              1 Reply Last reply Reply Quote 0
              • CzechHek
                CzechHek last edited by CzechHek

                yes

                yes

                1 Reply Last reply Reply Quote 0
                • Alien Gurke
                  Alien Gurke @AquaVit last edited by

                  @AquaVit Can you do a Script of it?

                  ClientQUI 0 1 Reply Last reply Reply Quote 0
                  • ClientQUI 0
                    ClientQUI 0 @Alien Gurke last edited by

                    @alien-gurke lol auch hier

                    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