Welcome on MasterOf13FPS! MasterOf13FPS

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

Recent content by H4ckeur

  1. H4ckeur

    Good rotations

    movefix, raycast, good autoblock, good rotations, attack as soon as the target is not null, etc.. you can test your killaura on anticheat-test.com with aac, if it works on aac then it will pretty much work everywhere else
  2. H4ckeur

    Good rotations

    don't forget to randomize the smoothing, some anticheats detect you if you're rotating at a constant speed. you can add randomisation to the entity position to not always hit the same spot and that's pretty much it since you said you've already implemented gcd fix. last tip (not really related...
  3. H4ckeur

    Microsoft login

    There is a way to login via MCP, head over to Start.java and add these arguments : "--uuid", "YOURUUID", "--accessToken", "YOURACCESSTOKEN","--username", "YOURMINECRAFTUSERNAME","--userType","mojang" you can get an access token using the library, there is an example in the readme. Note that...
  4. H4ckeur

    Microsoft login

    Java hasn't changed much since then, if you worked with Java for 5 years then there is no real way that you could have lost everything you knew.. but anyways, here's a mini tutorial (I assume that you're on 1.8, but it's easy to adapt to any version. Note certain things might be slightly...
  5. H4ckeur

    Anyone knows what's wrong about my scaffold spoof ?

    Fixed, can be closed. For anyone wondering how I did, basically I looked what item does minecraft check when determining the result of the place action and figured it was using mc.player.getStackInHand which returns the item you hold in your hand client side regardless if it's different on the...
  6. H4ckeur

    Anyone knows what's wrong about my scaffold spoof ?

    I'm coding my client for 1.20. I'm asking help because this wasn't an issue in 1.8. Here is a video clip of the issue basically when enabling scaffold i'm sending a slot change packet to the slot where blocks are and when disabling i switch back to my current slot for a note, i cancel all slot...
  7. H4ckeur

    Microsoft login

    you can use OpenAuth by Litarvan to login with Microsoft
  8. H4ckeur

    My guis

    Yo the third one is clean as hell, do you mind if I recreate it for myself ?
  9. H4ckeur

    [FIXED] Help with verus KA 3C Check

    do you happen to know build of verus is that? i also searched for its source code before posting here and found one but it must have been an old version as it had 3C under killaura with friendly name "aimbot" so i assumed it was rotations related (my bad on that), that's why i didn't understand...
  10. H4ckeur

    [FIXED] Help with verus KA 3C Check

    Fixed, I knew it was something dumb (incorrect packet order i was swinging after attacking). Can be closed, idk how to do it :/
  11. H4ckeur

    [FIXED] Help with verus KA 3C Check

    Video clip that demonstrates the issue i'm pretty sure it has to be something dumb because it's flagging on every attack regardless if my rotations are set or not(as shown on the streamable video), i'm randomizing my pitch so i doubt that's the issue and of course i'm aiming before attacking...
  12. H4ckeur

    [FIXED] Help with verus KA 3C Check

    Hello, I'm having troubles bypassing Verus 3C Killaura Check which I believe is Aimbot, I'm already smoothing out my rotations using EntityLookHelper#updateRotations and I'm also randomising the smoothing speed and the position of the entity to not always hit the same spot but I'm still...
  13. H4ckeur

    Tutorial How to do client side rotations

    I saw a post a while back that asked how to render the rotations client side, I've made a tutorial on how to do it if someone is still wondering how Here it is // Added media embed
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top