Skip to content
  • Vectorized Velocity

    Scripts
    1
    0 Votes
    1 Posts
    22 Views
    No one has replied
  • who can write the script? noSlotChanger in the client LB for Nextgen

    Unsolved Scripts
    5
    0 Votes
    5 Posts
    74 Views
    C
    This might be more than just 'preventing the server side anti-cheat to change the hot bar slot' since you mentioned that you are using noslow while eating. Can you please post what anti cheat (might be using UpdateSelectedSlotS2CPacket to sync your hotbar) and what noslow modes are you using? (grim noslow modes switches your hotbar server side) internal class NoSlowSharedGrim2364MC18(override val parent: ChoiceConfigurable<*>) : Choice("Grim2364-1.8") { @Suppress("unused") private val onNetworkTick = handler<PlayerNetworkMovementTickEvent> { event -> if (player.isUsingItem && event.state == EventState.PRE) { // Switch slots so grim exempts noslow... // Introduced with https://github.com/GrimAnticheat/Grim/issues/874 untracked { val slot = player.inventory.selectedSlot network.sendPacket(UpdateSelectedSlotC2SPacket(slot % 8 + 1)) network.sendPacket(UpdateSelectedSlotC2SPacket(slot % 7 + 2)) network.sendPacket(UpdateSelectedSlotC2SPacket(slot)) } } } } Even if you refuse to accept any UpdateSelectedSlotS2CPacket and looks as if your hotbar is not switching, there could be a desync and you won't be able to eat food. Would appreciate if you could provide more information of what you are tying to do. c0dingnoobi created this issue in GrimAnticheat/Grim closed Slot switch with charged bow #874
  • Lunar Client Crashing with liquidbounce

    Unsolved General
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • [Script] Macros

    Scripts
    2
    0 Votes
    2 Posts
    352 Views
    Q
    macros are not created using the numpad keypad and bottom keys. can you create them quickly by pressing a key without typing?
  • Create a theme in different languages.

    General Discussion
    2
    0 Votes
    2 Posts
    35 Views
    kawaiinekololisK
    For the sake of moderation, the content here should be mainly in English. Also you will likely get more people to respond to your question on English. We might introduce a section for Russian similiar to how we do it with Chinese though.
  • More customization

    Suggestions
    2
    0 Votes
    2 Posts
    26 Views
    kawaiinekololisK
    Yes, we will continue to add more customization in the future, but it takes time to mature.
  • New

    General Discussion
    2
    0 Votes
    2 Posts
    19 Views
    kawaiinekololisK
    No, all you gotta do is use it. About your question on how to install mods: https://www.youtube.com/watch?v=hJEouT54I2M
  • 0 Votes
    2 Posts
    23 Views
    kawaiinekololisK
    If we were ever to consider making an injectable client, we would probably just make it possible using the traditional LiquidBounce Nextgen, as it is already something of an injectable and it would be much easier to make it loadable at runtime. It would be limited to the specific version it was made for though, everything else would require tons of wrapper code. LiquidBounce Lite, was a short trip from me towards writing a cheat directly in Rust - which wouldn't be a big deal, however, as you said, "EXE" or rather, should we make a cheat that requires Windows API is more problematic, as I'm on Linux and this cheat was therefore made on my Windows notebook, which is not something I was interested in doing further.
  • 0 Votes
    3 Posts
    256 Views
    F
    @kawaiinekololis say how pls
  • I need script velogrimC07(apiv2)

    Unsolved ScriptAPI
    5
    0 Votes
    5 Posts
    318 Views
    F
    access to host class net.minecraft.network.play.server.S12PacketEntityVelocity is not allowed or does not exist
  • 我需要 KKCraft 的配置!

    Unsolved Chinese
    1
    0 Votes
    1 Posts
    29 Views
    No one has replied
  • Server folder

    Suggestions
    1
    0 Votes
    1 Posts
    17 Views
    No one has replied
  • Auto text

    Suggestions
    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • how to use client spoofer custom brand name

    Unsolved General
    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • HUD is late

    Bug Reports
    1
    0 Votes
    1 Posts
    17 Views
    No one has replied
  • Infinite Extraction when entering for the first time

    Unsolved General
    2
    0 Votes
    2 Posts
    357 Views
    D
    no its not infinite it repeats like a million times i waited like 1 hour then it finally opened
  • help it keep saying no deep learning engine found

    Unsolved General
    1
    0 Votes
    1 Posts
    17 Views
    No one has replied
  • [Script] GCore 0.1 (End support)

    Moved Scripts
    24
    0 Votes
    24 Posts
    3k Views
    kawaiinekololisK
    @pro0101 The script is not supported anymore.
  • Make a new config for mineberry

    Configs
    2
    0 Votes
    2 Posts
    84 Views
    J
    I have one that i can give you this Sunday
  • auto cart

    Requests
    2
    0 Votes
    2 Posts
    24 Views
    kawaiinekololisK
    https://github.com/CCBlueX/LiquidBounce/issues/5799 DevilishRar created this issue in CCBlueX/LiquidBounce open [FEATURE] XBow/Bow Cart #5799