WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

Source Source Cheat ElytraStafe For Minecraft

CrazyTrap

Newbie
Newbie

CrazyTrap

Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
378
Reaction score
1
Attention, Minecraft enthusiasts! Look no further for top-notch Minecraft source «ElytraStafe» available for free download in this exclusive thread. As avid players ourselves, we understand the importance of reliable and effective resources to take your gameplay to the next level. The sources listed in our esteemed "Minecraft Cheat Sources" section have all been rigorously tested and are guaranteed to deliver an unparalleled gaming experience.

1644938767_69-krot-info-p-krasivii-fon-s-sheiderami-mainkraft-70.jpg

ElytraStafe:​

JavaScript:
public class ElytraStrafe extends Module {
    private int boostTicks;
    public NumberSetting SpeedX = new NumberSetting("Скорость", "Скорость", 0.8F, 0.1F, 0.9F, 0.1F);

    public ElytraStrafe() {
        super("ElytraStrafe", ModuleCategory.Movement);
        addSettings(SpeedX);
    }

    @EventTarget
    public void onUpdate(EventUpdate event) {
        if (Minecraft.player.onGround) {
            Minecraft.player.jump();
        }

        if (mc.player.ticksExisted % 2 == 0) {
            mc.player.motionX *= 1.0D;
            mc.player.motionZ *= 1.0D;
            mc.player.connection.sendPacket(new CPacketEntityAction(mc.player, CPacketEntityAction.Action.START_FALL_FLYING));
        }

        if (Minecraft.player.isElytraFlying()) {
            ++this.boostTicks;
            Minecraft.player.capabilities.isFlying = false;
            Minecraft.player.capabilities.allowFlying = false;
            if (this.boostTicks > 0) {
                mc.player.motionX *= 1.5;
                mc.player.motionZ *= 1.5;

                MovementUtils.setSpeed(SpeedX.getNumberValue());
                if (!MovementUtils.isMoving()) {
                    this.boostTicks = 0;
                }
            }
        }
    }
}
 
Top