Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Suggestions
  3. Option to blacklist yaw/pitch values. (KillAura)

Option to blacklist yaw/pitch values. (KillAura)

Scheduled Pinned Locked Moved Suggestions
24 Posts 7 Posters 5.3k Views
  • 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by A Former User
    #12

    well since it detects lots of yaw and pitch values which always end in .0, I thought it'd be a good idea to add it. you skip 0.1 value, not a whole number, so I believe it's not gonna cause aiming problems with just 0.1 value being skipped

    1 Reply Last reply
    0
    • yorik100Y Offline
      yorik100Y Offline
      yorik100
      wrote on last edited by
      #13

      LiquidBounce's killaura has a flaw that makes it detectable, it sometimes set to values that are too precise like the ones he sent

      icewormy3I 1 Reply Last reply
      0
      • yorik100Y yorik100

        LiquidBounce's killaura has a flaw that makes it detectable, it sometimes set to values that are too precise like the ones he sent

        icewormy3I Offline
        icewormy3I Offline
        icewormy3
        wrote on last edited by icewormy3
        #14

        LiquidBounce's killaura has a flaw that makes it detectable, it sometimes set to values that are too precise like the ones he sent

        ye a gcd flaw

        C 1 Reply Last reply
        0
        • icewormy3I icewormy3

          LiquidBounce's killaura has a flaw that makes it detectable, it sometimes set to values that are too precise like the ones he sent

          ye a gcd flaw

          C Offline
          C Offline
          commandblock2
          wrote on last edited by
          #15

          @icewormy3 Wait the gcd flaw was this one? Also what does gcd means? greatest common divisor? Also would it be possible to intercept C05/C06 and set the pitch/yaw?

          yorik100Y 1 Reply Last reply
          1
          • C commandblock2

            @icewormy3 Wait the gcd flaw was this one? Also what does gcd means? greatest common divisor? Also would it be possible to intercept C05/C06 and set the pitch/yaw?

            yorik100Y Offline
            yorik100Y Offline
            yorik100
            wrote on last edited by
            #16

            @commandblock2 said in Option to blacklist yaw/pitch values. (KillAura):

            @icewormy3 Wait the gcd flaw was this one? Also what does gcd means? greatest common divisor? Also would it be possible to intercept C05/C06 and set the pitch/yaw?

            It has to be fixed in LiquidBounce itself or you may end up hitting someone without looking at it

            C 1 Reply Last reply
            0
            • yorik100Y yorik100

              @commandblock2 said in Option to blacklist yaw/pitch values. (KillAura):

              @icewormy3 Wait the gcd flaw was this one? Also what does gcd means? greatest common divisor? Also would it be possible to intercept C05/C06 and set the pitch/yaw?

              It has to be fixed in LiquidBounce itself or you may end up hitting someone without looking at it

              C Offline
              C Offline
              commandblock2
              wrote on last edited by commandblock2
              #17

              @yorik100 but what if u just -0.5 + Math.random(), 0.5 degree should be small enough (or too small to fix it)?

              yorik100Y 1 Reply Last reply
              1
              • ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #18

                Glad to know that this yaw/pitch aka precise aiming is causing KillAura to be detected..

                1 Reply Last reply
                0
                • C commandblock2

                  @yorik100 but what if u just -0.5 + Math.random(), 0.5 degree should be small enough (or too small to fix it)?

                  yorik100Y Offline
                  yorik100Y Offline
                  yorik100
                  wrote on last edited by
                  #19

                  @commandblock2 said in Option to blacklist yaw/pitch values. (KillAura):

                  @yorik100 but what if u just -0.5 + Math.random(), 0.5 degree should be small enough (or too small to fix it)?

                  Some ACs have really precise raycast, aiming 0.1 degrees off would flag it when near the edge of someone's hitbox or when hitting at max range, a fix but a bad one

                  A 1 Reply Last reply
                  0
                  • yorik100Y yorik100

                    @commandblock2 said in Option to blacklist yaw/pitch values. (KillAura):

                    @yorik100 but what if u just -0.5 + Math.random(), 0.5 degree should be small enough (or too small to fix it)?

                    Some ACs have really precise raycast, aiming 0.1 degrees off would flag it when near the edge of someone's hitbox or when hitting at max range, a fix but a bad one

                    A Offline
                    A Offline
                    Aftery
                    wrote on last edited by
                    #20

                    @yorik100 random() * 1e-6
                    thanks

                    yorik100Y 1 Reply Last reply
                    0
                    • A Aftery

                      @yorik100 random() * 1e-6
                      thanks

                      yorik100Y Offline
                      yorik100Y Offline
                      yorik100
                      wrote on last edited by yorik100
                      #21

                      @Aftery said in Option to blacklist yaw/pitch values. (KillAura):

                      @yorik100 random() * 1e-6
                      thanks

                      Will break GCD, impossible rotation

                      A 1 Reply Last reply
                      0
                      • yorik100Y yorik100

                        @Aftery said in Option to blacklist yaw/pitch values. (KillAura):

                        @yorik100 random() * 1e-6
                        thanks

                        Will break GCD, impossible rotation

                        A Offline
                        A Offline
                        Aftery
                        wrote on last edited by
                        #22

                        @yorik100 1e-16

                        yorik100Y 1 Reply Last reply
                        0
                        • A Aftery

                          @yorik100 1e-16

                          yorik100Y Offline
                          yorik100Y Offline
                          yorik100
                          wrote on last edited by
                          #23

                          @Aftery said in Option to blacklist yaw/pitch values. (KillAura):

                          @yorik100 1e-16

                          Impossible rotation, for example 3.999999 is also really uncommon and even more impossible to do

                          A 1 Reply Last reply
                          0
                          • yorik100Y yorik100

                            @Aftery said in Option to blacklist yaw/pitch values. (KillAura):

                            @yorik100 1e-16

                            Impossible rotation, for example 3.999999 is also really uncommon and even more impossible to do

                            A Offline
                            A Offline
                            Aftery
                            wrote on last edited by
                            #24

                            @yorik100 + 360

                            1 Reply Last reply
                            1
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            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
                            • Login

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • Users
                            • Groups