Welcome on MasterOf13FPS! MasterOf13FPS

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

Source Random code

Ayrton

New member
Joined
Dec 7, 2022
Messages
1
Reaction score
0
Points
0
Java:
public void onRenderHand() {
    if (this.isEnabled() && (this.stored + 1000L < System.currentTimeMillis() || this.stored == -1L)) {
        ClientWrapper.mcObj().thePlayer.sendQueue.addToSendQueue(new Packet11PlayerPosition(ClientWrapper.mcObj().thePlayer.posX, ClientWrapper.mcObj().thePlayer.boundingBox.minY - 0.2D, ClientWrapper.mcObj().thePlayer.posY - 1.5D, ClientWrapper.mcObj().thePlayer.posZ, ClientWrapper.mcObj().thePlayer.onGround));
        this.stored = System.currentTimeMillis();
    }
}

// Edit (Krypton): Used code blocks, unsure what this post is even about..
 
Last edited by a moderator:
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top