What method should I call to get the avatar of the account I am logged in to and draw it in the mainmenu, like this?
mike melony
Posts
-
Draw MainMenu9 Sept 2023, 11:20 -
NEED HELP (Kotlin code)7 Aug 2022, 04:46ok change “0F” to "0". that 's ok
-
NEED HELP (Kotlin code)6 Aug 2022, 16:34@larissa 不支持
-
NEED HELP (Kotlin code)6 Aug 2022, 15:55
I don't know how to use the opposite number of kotlin
-
Percentage of velocity simple mode25 Aug 2021, 10:18First plz put the following code
override val tag: String get() = modeValue.get()
override val tag: String get() = if(modeValue.get() == "Simple") "${horizontalValue.get()}% ${verticalValue.get()}%" else modeValue.get()
Then you'll get an ArrayList like this
(plz don't say I'm a skider. I just sent it when no one sent it XDDD
-
Array list help14 Aug 2021, 15:34 -
PlayerList11 Aug 2021, 05:09Who has this source code of playerlist, just like the figure below, thank u very much
-
NoFall mode4 Aug 2021, 09:30@0x64 If it's work,thx a lot
-
NoFall mode28 Jul 2021, 14:26who has the Edit Nofall mode,plz give us thx
-
How to add killaura's rotation mode?26 Jul 2021, 03:35@xinepeng No, I haven't added it yet
-
How to add killaura's rotation mode?26 Jul 2021, 02:42I have some novoline and Exhibition rotation source code, but I don't know how to add rotation mode to Killaura
-
Speed Mode18 Jul 2021, 02:37@_simonclient_ do u have discord?
-
Speed Mode18 Jul 2021, 02:23@_simonclient_ How did you do it
-
Speed Mode18 Jul 2021, 02:21@_simonclient_ Wuwuwu idk
-
Speed Mode18 Jul 2021, 02:06@_simonclient_ I don't understand skid:(
-
Speed Mode18 Jul 2021, 02:04@_simonclient_ ncp:(
-
Speed Mode18 Jul 2021, 02:02@_simonclient_ Maybe something is wrong with the watchdog.kt file:)
/* * 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.ncp; import net.ccbluex.liquidbounce.event.MoveEvent; import net.ccbluex.liquidbounce.features.module.modules.movement.speeds.SpeedMode; import net.ccbluex.liquidbounce.utils.MovementUtils; public class Watchdog extends SpeedMode { public Watchdog() { super("Watchdog"); } @Override public void onMotion() { if(mc.thePlayer.isInWater()) return; if(MovementUtils.isMoving()) { if(mc.thePlayer.onGround) mc.thePlayer.jump(); else MovementUtils.strafe(MovementUtils.getSpeed() * 1.311F); }else{ mc.thePlayer.motionX = 0D; mc.thePlayer.motionZ = 0D; } } @Override public void onUpdate() { } @Override public void onMove(MoveEvent event) { } }
-
Speed Mode18 Jul 2021, 01:57@_simonclient_ watchdog.kt
-
Speed Mode18 Jul 2021, 01:53@_simonclient_
But that's what it looks like after it's registered -
Speed Mode18 Jul 2021, 01:49@_simonclient_ speed.kt?