The project is under development
import roblox
client = roblox.Client(email="email@example.com", username="Example", password="Example")
@client.listen()
def on_ready(bot: roblox.User):
print(f"{bot.username} is online!")
client.login(roblosecurity="roblosecurity")
- Download Python (I recommend a recent version of Python)
- Download all files
- Put them in a common folder
- Create a Python file
- Don't forget to import the module
import roblox
- Copy the code here
- fill in the email, username, password and ROBLOSECURITY
Made with ❤️ by Artic