Option to blacklist yaw/pitch values. (KillAura)
-
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
@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? -
@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?@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
-
@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
@yorik100 but what if u just
-0.5 + Math.random()
, 0.5 degree should be small enough (or too small to fix it)? -
Glad to know that this yaw/pitch aka precise aiming is causing KillAura to be detected..
-
@yorik100 but what if u just
-0.5 + Math.random()
, 0.5 degree should be small enough (or too small to fix it)?@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
-
@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
-
@Aftery said in Option to blacklist yaw/pitch values. (KillAura):
@yorik100 random() * 1e-6
thanksWill break GCD, impossible rotation
-
@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