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

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

AutoSkyWars.kt

2023-08-15 11:43 作者:菜級玩家  | 我要投稿

package net.ccbluex.liquidbounce.features.module.modules.hyt

//Thx LiquidBounce

//只在花雨庭空島戰(zhàn)爭工作


import net.ccbluex.liquidbounce.event.*

import net.ccbluex.liquidbounce.features.module.Module

import net.ccbluex.liquidbounce.features.module.ModuleCategory

import net.ccbluex.liquidbounce.features.module.ModuleInfo

import net.ccbluex.liquidbounce.utils.ClientUtils

import net.ccbluex.liquidbounce.utils.MovementUtils

import net.ccbluex.liquidbounce.value.FloatValue

import net.ccbluex.liquidbounce.value.IntegerValue

import net.ccbluex.liquidbounce.value.ListValue



@ModuleInfo(name = "AutoSkyWars", category = ModuleCategory.HYT, description = "space.bilibili.com/500398541";)

class AutoSkyWars : Module() {


? ? private val modeValue = ListValue("mode", arrayOf(

? ? ? ? "firework",

? ? ? ? "fly"

? ? ), "firework")

? ? private val X = IntegerValue("posX",0,-100,100)

? ? private val Y = IntegerValue("posY",10,2,50)

? ? private val Z = IntegerValue("posZ",0,-100,100)

? ? private val vanillaSpeedValue = FloatValue("FlySpeed", 4f, 0f, 10f)

? ? private val Times = IntegerValue("TpTicks",10,0,100)

? ? private var TPtimes = Times.get()

? ? @EventTarget


? ? fun onUpdate(event: UpdateEvent) {

? ? ? ? val vanillaSpeed = vanillaSpeedValue.get()

? ? ? ? val thePlayer = mc.thePlayer!!

? ? ? ? ? ? if (thePlayer.capabilities.isFlying) {

? ? ? ? ? ? ? ? when (modeValue.get().toLowerCase()) {

? ? ? ? ? ? ? ? ? ? "firework" -> {//像煙花一樣起飛

? ? ? ? ? ? ? ? ? ? ? ? ? ? ClientUtils.displayChatMessage("[修改空島出生點]火箭發(fā)射器ヾ(??▽?)ノ")

? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.setPositionAndRotation(

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.posX + X.get() / 2,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.posY + Y.get() / 2,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.posZ + Z.get() / 2,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.rotationYaw,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.rotationPitch

? ? ? ? ? ? ? ? ? ? ? ? ? ? )

? ? ? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? ? ? "fly" -> {//飛行

? ? ? ? ? ? ? ? ? ? ? ? if (TPtimes == 0) {

? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.motionY = 0.0

? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.motionX = 0.0

? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.motionZ = 0.0

? ? ? ? ? ? ? ? ? ? ? ? ? ? if (mc.gameSettings.keyBindJump.isKeyDown) thePlayer.motionY += vanillaSpeed

? ? ? ? ? ? ? ? ? ? ? ? ? ? if (mc.gameSettings.keyBindSneak.isKeyDown) thePlayer.motionY -= vanillaSpeed

? ? ? ? ? ? ? ? ? ? ? ? ? ? MovementUtils.strafe(vanillaSpeed)

? ? ? ? ? ? ? ? ? ? ? ? }else{

? ? ? ? ? ? ? ? ? ? ? ? ? ? ClientUtils.displayChatMessage("[修改空島出生點]蕪湖!起飛??!")

? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.setPositionAndRotation(

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.posX + X.get() / 2,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.posY + Y.get() / 2,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.posZ + Z.get() / 2,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.rotationYaw,

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? thePlayer.rotationPitch

? ? ? ? ? ? ? ? ? ? ? ? ? ? )

? ? ? ? ? ? ? ? ? ? ? ? ? ? TPtimes -= 1

? ? ? ? ? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? ? ? else{

? ? ? ? ? ? ? ? ? ? val thePlayer = mc.thePlayer ?: return

? ? ? ? ? ? ? ? ? ? thePlayer.capabilities.isFlying = false

? ? ? ? ? ? ? ? ? ? mc.timer.timerSpeed = 1f

? ? ? ? ? ? ? ? ? ? thePlayer.speedInAir = 0.02f

? ? ? ? ? ? ? ? ? ? TPtimes = Times.get()

? ? ? ? ? ? }

? ? }

? ? override fun handleEvents() = true

? ? override val tag: String

? ? ? ? get() = modeValue.get()

}

//注釋

//注釋

//注釋

AutoSkyWars.kt的評論 (共 條)

分享到微博請遵守國家法律
武汉市| 衡山县| 建湖县| 遂平县| 衡阳市| 洛阳市| 罗源县| 雷州市| 鄱阳县| 华坪县| 九龙坡区| 自贡市| 内乡县| 宁国市| 邵东县| 开化县| 鹰潭市| 兖州市| 桐梓县| 梓潼县| 古田县| 石狮市| 连城县| 商河县| 万安县| 连江县| 桃江县| 广灵县| 平遥县| 余庆县| 新昌县| 克什克腾旗| 石屏县| 平原县| 随州市| 米泉市| 蒙城县| 陵水| 内黄县| 临沧市| 石家庄市|