五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網 會員登陸 & 注冊

HypixelBunny.kt

2023-08-23 12:41 作者:Dimples1337_  | 我要投稿
  • /*
    * LiquidBounce Hacked Client
    * A free open source mixin-based injection hacked client for Minecraft using Minecraft Forge.
    * https://github.com/CCBlueX/LiquidBounce/
    */
    package net.ccbluex.liquidbounce.features.module.modules.movement.speeds.other


    import net.ccbluex.liquidbounce.event.MoveEvent
    import net.ccbluex.liquidbounce.features.module.modules.movement.speeds.SpeedMode
    import net.ccbluex.liquidbounce.utils.MovementUtil
    import net.ccbluex.liquidbounce.utils.MovementUtils
    import net.minecraft.potion.Potion
    import kotlin.math.cos
    import kotlin.math.sin
    import kotlin.math.sqrt
    /**
    *
    * Skid By DeadStar
    * @Date on 2023/8/22
    *
    */
    class HypixelBunny : SpeedMode("HypixelBunny") {
    ? ?private fun getSpeedPotion(): Int {
    ? ? ? ?return if (mc.thePlayer.isPotionActive(Potion.moveSpeed)) mc.thePlayer.getActivePotionEffect(Potion.moveSpeed).amplifier + 1 else 0
    ? ?}

    ? ?fun getMoveYaw(): Float {
    ? ? ? ?var moveYaw = mc.thePlayer.rotationYaw
    ? ? ? ?if (mc.thePlayer.moveForward != 0f && mc.thePlayer.moveStrafing == 0f) {
    ? ? ? ? ? ?moveYaw += (if (mc.thePlayer.moveForward > 0) 0 else 180).toFloat()
    ? ? ? ?} else if (mc.thePlayer.moveForward != 0f && mc.thePlayer.moveStrafing != 0f) {
    ? ? ? ? ? ?if (mc.thePlayer.moveForward > 0) moveYaw += (if (mc.thePlayer.moveStrafing > 0) -45 else 45).toFloat() else moveYaw -= (if (mc.thePlayer.moveStrafing > 0) -45 else 45).toFloat()
    ? ? ? ? ? ?moveYaw += (if (mc.thePlayer.moveForward > 0) 0 else 180).toFloat()
    ? ? ? ?} else if (mc.thePlayer.moveStrafing != 0f && mc.thePlayer.moveForward == 0f) {
    ? ? ? ? ? ?moveYaw += (if (mc.thePlayer.moveStrafing > 0) -90 else 90).toFloat()
    ? ? ? ?}
    ? ? ? ?return moveYaw
    ? ?}

    ? ? ? private fun setMoveSpeed() {
    ? ? ? ?var yaw = getMoveYaw();
    ? ? ? ? ? var speed = MovementUtils.getSpeed()
    ? ? ? ?if (mc.thePlayer.moveForward != 0.toFloat() || mc.thePlayer.moveStrafing != 0.toFloat()) {
    ? ? ? ? ? ?mc.thePlayer.motionX = -sin(Math.toRadians(yaw.toDouble())) * speed;
    ? ? ? ? ? ?mc.thePlayer.motionZ = cos(Math.toRadians(yaw.toDouble())) * speed;
    ? ? ? ?}
    ? ?}

    ? ?override fun onMotion() {
    ? ?}

    ? ?override fun onDisable() {
    ? ?}

    ? ?override fun onMove(event: MoveEvent?) {}
    ? ?override fun onUpdate() {
    ? ? ? ?if (mc.thePlayer.onGround && (mc.thePlayer.moveForward != 0.toFloat() || mc.thePlayer.moveStrafing != 0.toFloat())) {
    ? ? ? ? ? ?mc.thePlayer.jump();

    ? ? ? ? ? ?setMoveSpeed()
    ? ? ? ?}
    ? ?}

    }



HypixelBunny.kt的評論 (共 條)

分享到微博請遵守國家法律
左贡县| 巨野县| 辰溪县| 龙岩市| 二连浩特市| 惠来县| 宁河县| 株洲市| 信丰县| 兰州市| 隆化县| 无锡市| 连州市| 五寨县| 章丘市| 广西| 大田县| 米易县| 那坡县| 噶尔县| 绵阳市| 保靖县| 凤凰县| 炎陵县| 三江| 师宗县| 万载县| 石屏县| 澄城县| 定南县| 榆树市| 盐津县| 香格里拉县| 社会| 柏乡县| 长汀县| 锦屏县| 林周县| 措美县| 江源县| 秦皇岛市|