** Archived due to new roblox updates @ poorly written old code, follow me I might release something similar in the near future! RoAuth - new & improved version!
A simple Python discord bot to authenticate ownership of ROBLOX accounts.
- words.txt should contain any words you want to be able to be used with
privKey
. - Each word needs to be seperated by a new line, reference here
- Contains all code needed to run the discord bot, however you need to fill in a few parameters at the top.
- BOT_TOKEN: The token of your bot.
- BOT_PREFIX: The desired prefix of your bot.
- MAX_REQUESTS: The max requests to be sent before timing out the user (prompts to restart command)
- requests
- discord
- random
- python 3.8>