A fast and capable asynchronous Minecraft name sniper.
- Mojang account sniping
- Microsoft account sniping
- GC sniping
- Spread (delay between asynchronous sniping requests)
- Auto offset
- Change skin on snipe
- Name queueing
- Multi account support for GC sniping
- Microsoft authentication does not work on macOS (manually specify bearer tokens instead)
- Download the latest release for your operating system.
- Create and edit
config.toml
. Refer to this guide to help you configure the sniper. - Run the sniper.
- Open a terminal (instructions for macOS users) (if you're on Windows, do yourself a favor and use Windows Terminal instead of
cmd.exe
) and usecd
to navigate to the folder where the binary is located. - For non-Windows users, you will also have to run
sudo chmod +x binary_name_here
. - Run
./binary_name_here
.
- Open a terminal (instructions for macOS users) (if you're on Windows, do yourself a favor and use Windows Terminal instead of
- The sniper might prompt you for a username (depending on your configuration). If it does, enter that and then the sniper will authenticate (this is run 8 hours before snipe) and then count down.
Run ./buckshot --help
.
If you are on another platform, compile the binary yourself to try it out:
git clone https://github.com/tropicbliss/buckshot
cd buckshot
cargo build --release
Compiling from source requires the latest stable version of Rust. Older Rust versions may be able to compile buckshot
, but they are not guaranteed to keep working.
The binary will be located in target/release
.