This repository was archived by the owner on Jun 28, 2021. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2
A simple Python discord bot to authenticate ownership of ROBLOX accounts.
License
NotificationsYou must be signed in to change notification settings
n0vuh/RobloxVerify
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
** 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, referencehere
- 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>