Minecraft name sniper.
Project description
Arceus
The best (probably) free Minecraft name sniper.
IMPORTANT - LICENSE TERMS
The arceus project is licensed under GNU GPLv3 or later. This means you CANNOT redistribute modifications to the project except under GNU GLPv3. In other words, any modifications you make must also be open source.
Features
- Transfer and blocking sniper
- Benchmark to test settings
- Low latency by opening the TCP connections before sending requests
- High requests/second by bypassing HTTP overhead
Discussion and Support
Join the Discord Server for support, feature suggestions, usage help, and general discussion.
Installation
You can read the installation instructions here.
Usage
First, you'll need to create a config.json
:
IMPORTANT: If you don't know JSON syntax, please read this tutorial and make sure your JSON is valid before asking for help.
{
"accounts": [
{
"email": <ACCOUNT_EMAIL>,
"password": <ACCOUNT_PASSWD>
}
...
]
"offset": <REQUEST_OFFSET>,
"attempts": <REQUEST_ATTEMPTS>
}
CLI Options:
Name | Short | Description |
---|---|---|
--target |
-t |
Name to snipe |
--config |
-c |
Config file to use |
--attempts |
-a |
Request attempts |
--later |
-l |
Days later to snipe |
Transfer Snipe:
arceus transfer
Block Snipe:
arceus block
Benchmarking
CLI Options:
Name | Short | Description |
---|---|---|
--host |
-h |
Benchmark API to use |
--offset |
-o |
Request timing offset |
--attempts |
-a |
Request attempts |
--delay |
-d |
Seconds before the benchmark |
Benchmarking doesn't read config.json
, if you want to specify an offset, use the --offset
option
arceus benchmark
Contributing
Feel free to fork the project and make a pull request on GitHub.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.