https://github.com/oery/centurion
A Minecraft username sniper built in Rust
https://github.com/oery/centurion
Last synced: 3 months ago
JSON representation
A Minecraft username sniper built in Rust
- Host: GitHub
- URL: https://github.com/oery/centurion
- Owner: Oery
- Created: 2025-01-11T10:58:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T13:59:58.000Z (5 months ago)
- Last Synced: 2025-01-19T14:53:24.016Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Centurion
Centurion is a bot to claim minecraft usernames.
## Proxy
A proxy is required to use the bot. It was made to support [ProxyScrape](proxyscrape.com) but could probably support other proxies that support sessions.
## Configuration
Configuration is done through the `.env` file.
The following variables are available:
- `PROXY_USERNAME`: Self explanatory
- `PROXY_PASSWORD`: Self explanatory
- `PROXY_URL`: The base URL of the proxy to use
- `TARGET_NAME`: The name to change to
- `DROPTIME_MIN`: When to start changing names [UNUSED]
- `DROPTIME_MAX` When to stop changing names [UNUSED]Unused Env vars must be set in code directly.
## Accounts
Acccounts must be in the `accs.txt` file.
The file must be in the following format:
```
email1:password1
email2:password2
```## Building
- Clone the repository
- Install [Rust](https://www.rust-lang.org/tools/install)
- Run `cargo build --release`## Running
- Run `cargo run --release`