Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.41 KB

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