Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Closed AAC Aura

Status
Not open for further replies.

ResolverHeld

Member
Joined
Jul 9, 2020
Messages
53
Reaction score
10
Points
8
Der tausendste Thread seiner Art, aber ich code seit langem wieder nen Client.
Konnte auf AAC quasi alle KillAura checks bypassen, außer A2 und manchmal A4 flags und ich komm nicht drauf was fehlen könnte
Ich hab random delays, random smooth rotations, raytracing, rotationstrafe, failhits also was könnte noch fehlen?
 
Der tausendste Thread seiner Art, aber ich code seit langem wieder nen Client.
Konnte auf AAC quasi alle KillAura checks bypassen, außer A2 und manchmal A4 flags und ich komm nicht drauf was fehlen könnte
Ich hab random delays, random smooth rotations, raytracing, rotationstrafe, failhits also was könnte noch fehlen?
Maybe Hitbox?
 
Der tausendste Thread seiner Art, aber ich code seit langem wieder nen Client.
Konnte auf AAC quasi alle KillAura checks bypassen, außer A2 und manchmal A4 flags und ich komm nicht drauf was fehlen könnte
Ich hab random delays, random smooth rotations, raytracing, rotationstrafe, failhits also was könnte noch fehlen?
Ich glaube das hat was mit dem maus sensi fix zu tun
 
Last edited by a moderator:
kannst du mir vielleicht erklären was genau der maus sensi fix is?
 
Der tausendste Thread seiner Art, aber ich code seit langem wieder nen Client.
Konnte auf AAC quasi alle KillAura checks bypassen, außer A2 und manchmal A4 flags und ich komm nicht drauf was fehlen könnte
Ich hab random delays, random smooth rotations, raytracing, rotationstrafe, failhits also was könnte noch fehlen?
Java:
public float[] fixSensitivity(float[] rot) {
    float f = mc.gameSettings.mouseSensitivity * 0.6 F + 0.2 F;
    float f1 = f * f * f * 1.2 F;
    return new float[] {rot[0] - (rot[0] % f1), rot[1] - (rot[1] % f1)};
}

Added Code Tags ~DasDirt
 
Last edited by a moderator:
thats great, thanks
but why do you need such a thing, like how does the check work?
 
thats great, thanks
but why do you need such a thing, like how does the check work?
I dont know i dont bypass AAC So its hard to say
May like the name : Let a yaw and pitch differ to make it like a real rotation
 
//Auf Wunsch des Autors geschlossen
 
Last edited by a moderator:
Status
Not open for further replies.
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top