#sss

4 messages · Page 1 of 1 (latest)

atomic peak
#

package me.chrest.aristhena.crest.module.modules.movement;

import base.monkey.event.EventTarget;
import base.monkey.event.events.UpdateEvent;
import me.chrest.aristhena.crest.module.Module;
import me.chrest.aristhena.crest.module.modules.movement.MovementUtils;
import net.minecraft.client.Minecraft;
import net.minecraft.network.play.client.C03PacketPlayer;

@Module.Mod(displayName = "Strafe")
public class Strafe extends Module {
Minecraft mc = Minecraft.getMinecraft();

@EventTarget
private void onUpdate(final UpdateEvent event) {
    MovementUtils.strafe();
}

}
here code
I have a piece of code, and I haven't been able to convert it to bytecode. Please help!

tame sealBOT
#

This post has been reserved for your question.

Hey @atomic peak! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

tame sealBOT