[REQUEST] Java
-
@neptunenoodles @caex @icewormy3 but how do I indicate that I want to find a bow?
-
@____ what is it?
-
@6sence said in [REQUEST] Java:
best way to change yaw and pitch is to change event.yaw and pitch in motion event
this is not intent base tutorial client bro
the real way is:
RotationUtils.setTargetRotation(new Rotation(yaw,pitch)) // normal way RotationUtils.setTargetRotation(new Rotation(yaw,pitch),keepLength) // the keepLength parameter is like KeepRotationsLength setting in scaffold
-
@chocopiexd said in [REQUEST] Java:
@6sence said in [REQUEST] Java:
best way to change yaw and pitch is to change event.yaw and pitch in motion event
this is not intent base tutorial client bro
the real way is:
RotationUtils.setTargetRotation(new Rotation(yaw,pitch)) // normal way RotationUtils.setTargetRotation(new Rotation(yaw,pitch),keepLength) // the keepLength parameter is like KeepRotationsLength setting in scaffold
smartarse event as in the litteral Event is in every base and if it doesn't have it I wouldn't consider it as a base since every other method is detectable.
-
@6sence said in [REQUEST] Java:
@chocopiexd said in [REQUEST] Java:
@6sence said in [REQUEST] Java:
best way to change yaw and pitch is to change event.yaw and pitch in motion event
this is not intent base tutorial client bro
the real way is:
RotationUtils.setTargetRotation(new Rotation(yaw,pitch)) // normal way RotationUtils.setTargetRotation(new Rotation(yaw,pitch),keepLength) // the keepLength parameter is like KeepRotationsLength setting in scaffold
smartarse event as in the litteral Event is in every base and if it doesn't have it I wouldn't consider it as a base since every other method is detectable.
not every base is the same
in most base:
event.setYaw(yaw) and event.setPitch(pitch)
in liquidbounce:
RotationUtils.setTargetRotation(new Rotation(yaw,pitch))
these 2 methods are the same, basically modifying the yaw and pitch value when sending player packets
-
@chocopiexd exactly they're the same so why you being a smartarse about me helping zhao?