Welcome on MasterOf13FPS! MasterOf13FPS

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

Felix Hacked Client Eclipse Ready (Fresh)

me and da boys with the best disabler code:
if (Client.INSTANCE.getModuleManager().aura.target != null && event.getPacket() instanceof C03PacketPlayer) {
C03PacketPlayer p = (C03PacketPlayer) event.getPacket();
if(p.getRotating()) {
float m = (float) (0.005 * mc.gameSettings.mouseSensitivity / 0.005);
float f = (float) (m * 0.6 + 0.2);
float gcd = (float) (m * m * m * 1.2);
p.pitch -= p.pitch % gcd;
p.yaw -= p.yaw % gcd;
}
}
 
me and da boys with the best disabler code:
if (Client.INSTANCE.getModuleManager().aura.target != null && event.getPacket() instanceof C03PacketPlayer) {
C03PacketPlayer p = (C03PacketPlayer) event.getPacket();
if(p.getRotating()) {
float m = (float) (0.005 * mc.gameSettings.mouseSensitivity / 0.005);
float f = (float) (m * 0.6 + 0.2);
float gcd = (float) (m * m * m * 1.2);
p.pitch -= p.pitch % gcd;
p.yaw -= p.yaw % gcd;
}
}
$$$$$$$$$
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top