Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/hashimthearab/mcaltcreator
- Owner: HashimTheArab
- License: gpl-3.0
- Created: 2020-11-18T03:00:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T15:38:43.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T23:34:15.712Z (about 1 month ago)
- Language: Python
- Size: 1.43 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.