Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashimthearab/mcaltcreator

Creates MCPE Alts for when you get banned on servers! (Or you can use it as a Microsoft account alt creator)
https://github.com/hashimthearab/mcaltcreator

Last synced: 20 days ago
JSON representation

Creates MCPE Alts for when you get banned on servers! (Or you can use it as a Microsoft account alt creator)

Awesome Lists containing this project

README

        

# MCAltCreator
Creates MCPE Alts for when you get banned on servers! (Or you can use it as a Microsoft account alt creator)
# How to use?
1. Install Firefox (https://www.mozilla.org/en-US/firefox/new/)
2. Install Python and pip (https://www.python.org/downloads/ and https://pip.pypa.io/en/stable/installing/#upgrading-pip)
3. Install selenium
```
pip install selenium (in a command prompt)
```
4. Run altcreator.py using python
```
py altcreator.py (in a command prompt)
```
# Additional Notes / FAQ
## Why do I need Firefox?
```
The bot uses Firefox as the browser to create the alts in.
```
## What is geckodriver.exe?
```
Geckodriver.exe is what gets used to automate the Firefox browser. It's a webdriver used with selenium.
```
Something to note: The alts all get saved in a file the bot creates called logins.txt. It will be created in the same directory that you have altcreator.py in.