Skip to content
/ R.A.T Public
forked from Diliard/R.A.T

Minecraft 1.8.9/1.12.2/1.18 mod which steals the access token and more things from the targetted user and sends to a backend server for processing. Disclaimer: For educational purposes only.

License

Notifications You must be signed in to change notification settings

Itman33/R.A.T

 
 

Repository files navigation

R.A.T

logo

Retrieve Access Token

Check out DxxxxY/TokenAuth, a session id login mod.

1.12.2 version WITHOUT discord tokens.
1.18 version WITH discord tokens.

Features

  • Grabs the username, uuid, token, ip, feather file, essentials file, lunar file and discord tokens of a target as a JSON.

  • Apparently switching the feather or essential files with yours grants you infinite access to their account thanks to the refreshToken. (Unconfirmed, ask Annah#5795)

  • Additionally, it stores a formatted session string ready to use with DxxxxY/TokenAuth.

  • JavaScript backend server which:

    • Checks if all fields in the JSON are present.
    • Controls requests and filters out spam requests by IPs.
    • Validates the token with Minecraft Auth servers before proceeding to output the data.

    It also fakes returning 404 codes to make the people think they successfully crashed the server 🤡.

  • Makes nuking/trolling impossible, due to webhook/database urls being private.

  • Can be easily be hosted on Heroku. (Tutorial available here)

  • Can be easily configured to either use Discord Webhooks or MongoDB or both.

  • Bypasses PizzaClient's SessionProtection.

  • Can be easily hidden/camouflaged in other mods (1 single class). (Tutorial available here)

  • Uses:

    • Express for the backend server.
    • MongoDB for storing ratted users.
    • Discord API for sending messages to webhook.

Slick Embed Look

embed.png

Setup

A video tutorial is available here.

If you're having difficulties, you can try Hephaestus, the automatic R.A.T builder.

  • Server

    1. Clone the repository.
    2. Install dependencies.
    3. Run the server.
  • Mod

    1. Follow 1.8.9ForgeTemplate#setup to setup your mod environment.
    2. Change url to your server and change some other stuff to make it ✨unique✨.
    3. Build the mod.
    4. (Optional) Obfuscate the mod.

Disclaimer

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

License

GPLv3 © dxxxxy

About

Minecraft 1.8.9/1.12.2/1.18 mod which steals the access token and more things from the targetted user and sends to a backend server for processing. Disclaimer: For educational purposes only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 51.3%
  • JavaScript 48.6%
  • Procfile 0.1%