@laz to your Microsoft account?

Ali00035
Posts
-
Account Trouble -
Account Trouble@laz so can you elaborate on what happens? it gives out a wrong email/password error or? anything else
-
Account Trouble@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
-
Account Trouble@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
-
Account TroubleTry to login to it on the Minecraft Launcher
-
Account Trouble@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)
-
Account Trouble -
Account Trouble@laz 1.8.9 LB or 1.18 LB?
-
Account Trouble@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
-
Account TroubleYou have to login to your MS account through the Minecraft Launcher not LB
-
Account Trouble@ali-ccfakex-0 said in Account Trouble:
You have to login to your MS account through the Minecraft Launcher not LB
-
Account Trouble@laz dont worry xD
-
Profile picture next to nick in NameTagsmc.getTextureManager().bindTexture(target.getLocationSkin())
-
Profile picture next to nick in NameTags@wxdbie btw are you coding on Kotlin or Java?
-
Profile picture next to nick in NameTags@wxdbie are you making a custom LB?
-
Chat message detector and deleterExplaining it in the rudest way possible.
- Import the S02PacketChat as @Aftery and @Plumer-Man said.
var S02PacketChat = Java.type("net.minecraft.network.play.server.S02PacketChat");
- Check if the packet is S02PacketChat as @Larissa said, add this in
module.on("packet", function(e) {
if (e.getPacket() instanceof S02PacketChat) {
- In order to read the message, you need to add this variable in the same place.
var Message = e.getPacket().getChatComponent().getUnformattedText();
- 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.
-
What texture pack is this?@butterchicken full video or screenshot?
-
How can i crash minecraft client with script@yan-tommy do you want to crash minecraft with an error code? or make it shutdown?
-
Cant build liquidbounce@windows-10x ".git"