Skip to content

A program that creates roblox accounts, and maybe also like or follow certain things. o7 Fire edition. for educational purpose

License

Notifications You must be signed in to change notification settings

o7-Fire/Roblox-Bot-Tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roblox-Bot-creator

Creates roblox accounts.

How to Install

pip install RobloxAccountMaker

Planning on being added

  • Check if username is taken
  • Account Manager (other project)

What does it do?

The program opens a script-controlled browser that navigates to the roblox.com page, fills in every info, and lets you click the sign up button and complete the captcha.

How to use

import RobloxAccountMaker

RobloxAccountMaker.setupUser("name123123", "password", "Male", "Jan", "04", "1990")
RobloxAccountMaker.createUser()

#creates account with randomized name 
RobloxAccountMaker.setupUserRandomized("password")
RobloxAccountMaker.createUser()

#creates account with randomized name and password is name
RobloxAccountMaker.setupUserRandomized()
RobloxAccountMaker.createUser()

Proxy

import RobloxAccountMaker

RobloxAccountMaker.setupUser("name123123", "password", "Male", "Jan", "04", "1990")
RobloxAccountMaker.createUser(True)
# True = enable proxy
# if not proxy.txt, then it will create one for you

image image

Current use:

RobloxAccountMaker.setupUser(name, password, month, day, year)
RobloxAccountMaker.setupUserRandomized(password)

What it looks like:

image image

About

A program that creates roblox accounts, and maybe also like or follow certain things. o7 Fire edition. for educational purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%