Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
/ RobloxVerify Public archive

A simple Python discord bot to authenticate ownership of ROBLOX accounts.

License

Notifications You must be signed in to change notification settings

n0vuh/RobloxVerify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

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!

RobloxVerify

GitHub code size in bytes GitHub last commit GitHub Repo stars GitHub

A simple Python discord bot to authenticate ownership of ROBLOX accounts. Preview


Documentation

words.txt

  • 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

main.py

  • 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)

dependencies

  • requests
  • discord
  • random
  • python 3.8>

DISCORD SERVER

Releases

No releases published

Packages

No packages published

Languages