Skip to content

A simple Minecraft Forge mod that allows logging in to other people's accounts using only a token.

License

Notifications You must be signed in to change notification settings

neznaamey/TokenAuth

 
 

Repository files navigation

TokenAuth

A simple Minecraft Forge mod that allows logging in to other people's accounts using only a token.

Fun fact: most of this readme was authored by GitHub Copilot.

Ratting myself, and logging into my own account.

Download

Download from Releases and drag that into your mod folder.

or

Setup and build yourself using 1.8.9ForgeTemplate#Setup's instructions.

Features

  • Login into an account with a token (or an ign:uuid:token formatted string).
  • Restore your session to your original one (at launch time) with the click of a button.
  • Shows the status (user, uuid) next to the gui button in GuiMultiplayer.
  • Works well with DxxxxY/R.A.T.
  • Error handling for invalid inputs.
  • Simple:
    • No dependencies.
    • No config.
    • Uses Forge's event system to draw a button on the multiplayer gui.
    • Uses an AT to allow modification of the session on runtime.

Disclaimer

This is for educational purposes only. I am not responsible for any damage caused by this tool.

License

GPLv3 © dxxxxy

About

A simple Minecraft Forge mod that allows logging in to other people's accounts using only a token.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%