Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

Ali00035A

Ali00035

@Ali00035
About
Posts
811
Topics
46
Shares
0
Groups
0
Followers
24
Following
8

Posts

Recent Best Controversial

  • Account Trouble
    Ali00035A Ali00035

    @laz to your Microsoft account?

    General

  • Account Trouble
    Ali00035A Ali00035

    @laz so can you elaborate on what happens? it gives out a wrong email/password error or? anything else

    General

  • Account Trouble
    Ali00035A Ali00035

    @laz said in Account Trouble:

    The count (account) doesnt work

    @ali-ccfakex-0 said in Account Trouble:

    it gives out a wrong email/password error

    is it a NFA account? or is it your main account

    if its a NFA then its normal, they expire after a day

    if its your main then your account got hijacked or there is a problem with microsoft auth services

    General

  • Account Trouble
    Ali00035A Ali00035

    @laz said in Account Trouble:

    And also when I try to join a server is tells me that its an invalid session ID

    that mostly happens when your nfa alt is expired

    General

  • Account Trouble
    Ali00035A Ali00035

    Try to login to it on the Minecraft Launcher

    General

  • Account Trouble
    Ali00035A Ali00035

    @laz NFA stands for Non full access meaning that you can only use the alt to play Minecraft (You cant change the email or password)

    General

  • Account Trouble
    Ali00035A Ali00035

    I said in Account Trouble:

    is it your main account

    @Laz

    General

  • Account Trouble
    Ali00035A Ali00035

    @laz 1.8.9 LB or 1.18 LB?

    General

  • Account Trouble
    Ali00035A Ali00035

    @laz So you tried to login to your MS account from 1.8.9 alt manager, 1.8.9 LB doesnt have the support for MS accounts, sorry

    General

  • Account Trouble
    Ali00035A Ali00035

    You have to login to your MS account through the Minecraft Launcher not LB

    General

  • Account Trouble
    Ali00035A Ali00035

    @laz

    @ali-ccfakex-0 said in Account Trouble:

    You have to login to your MS account through the Minecraft Launcher not LB

    General

  • Account Trouble
    Ali00035A Ali00035

    @laz dont worry xD

    General

  • Profile picture next to nick in NameTags
    Ali00035A Ali00035

    @wxdbie

    mc.getTextureManager().bindTexture(target.getLocationSkin())

    Support

  • Profile picture next to nick in NameTags
    Ali00035A Ali00035

    @wxdbie btw are you coding on Kotlin or Java?

    Support

  • Profile picture next to nick in NameTags
    Ali00035A Ali00035

    @wxdbie are you making a custom LB?

    Support

  • Chat message detector and deleter
    Ali00035A Ali00035

    Explaining it in the rudest way possible.

    1. Import the S02PacketChat as @Aftery and @Plumer-Man said.
    var S02PacketChat = Java.type("net.minecraft.network.play.server.S02PacketChat");
    
    1. Check if the packet is S02PacketChat as @Larissa said, add this in module.on("packet", function(e) {
    if (e.getPacket() instanceof S02PacketChat) { 
    
    1. In order to read the message, you need to add this variable in the same place.
    var Message = e.getPacket().getChatComponent().getUnformattedText();
    
    1. To check if the Message contains the string of your preference, you have to add this in the same place... again:
    if (Message.toLowerCase().contains("string of your preference")) {
    	e.cancelEvent();
    }
    // change the "string of your preference" to what you want.
    
    Kotlin/Java

  • What texture pack is this?
    Ali00035A Ali00035

    @butterchicken full video or screenshot?

    Off-Topic

  • How can i crash minecraft client with script
    Ali00035A Ali00035

    @yan-tommy do you want to crash minecraft with an error code? or make it shutdown?

    ScriptAPI

  • Cant build liquidbounce
    Ali00035A Ali00035

    @windows-10x ".git"

    Kotlin/Java
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups