All Projects → tropicbliss → buckshot

tropicbliss / buckshot

Licence: MIT license
A fast and capable Minecraft name sniper.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to buckshot

MojangSharp
A C# wrapper library for Mojang API (no longer actively maintained)
Stars: ✭ 38 (+80.95%)
Mutual labels:  asynchronous, mojang, mojang-authentication, mojang-api
Stockpile
Smart caching server for the Mojang API
Stars: ✭ 12 (-42.86%)
Mutual labels:  mojang-authentication, mojang-api
mojang
A wrapper for the Mojang API and Minecraft website
Stars: ✭ 19 (-9.52%)
Mutual labels:  mojang, mojang-api
papyrusjs
papyrus.js renders maps of Minecraft: Bedrock Edition worlds using node.js, LevelDB and leaflet.
Stars: ✭ 53 (+152.38%)
Mutual labels:  mojang
BlockSniper
An advanced (brush) world editing plugin for PocketMine-MP
Stars: ✭ 77 (+266.67%)
Mutual labels:  sniper
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
Stars: ✭ 98 (+366.67%)
Mutual labels:  asynchronous
promise
Common interface for simple asynchronous placeholders.
Stars: ✭ 66 (+214.29%)
Mutual labels:  asynchronous
async
Asynchronous drain for slog-rs v2
Stars: ✭ 23 (+9.52%)
Mutual labels:  asynchronous
asynchronous
[READ ONLY] Asynchronous messaging using SimpleBus. Read the full documentation here:
Stars: ✭ 24 (+14.29%)
Mutual labels:  asynchronous
rails async migrations
Asynchronous support for ActiveRecord::Migration
Stars: ✭ 56 (+166.67%)
Mutual labels:  asynchronous
future.callr
🚀 R package future.callr: A Future API for Parallel Processing using 'callr'
Stars: ✭ 52 (+147.62%)
Mutual labels:  asynchronous
iguazu-graphql
✨ Iguazu GraphQL is a plugin for the Iguazu ecosystem that allows for GraphQL requests backed by a simple cache.
Stars: ✭ 17 (-19.05%)
Mutual labels:  asynchronous
ext-pq
PostgreSQL client library (libpq) binding
Stars: ✭ 33 (+57.14%)
Mutual labels:  asynchronous
CallofDuty.py
Asynchronous, object-oriented Python wrapper for the Call of Duty API.
Stars: ✭ 86 (+309.52%)
Mutual labels:  asynchronous
Promise
Asynchronous Programming with Promises
Stars: ✭ 15 (-28.57%)
Mutual labels:  asynchronous
RxIo
Asynchronous non-blocking File Reader and Writer library for Java
Stars: ✭ 20 (-4.76%)
Mutual labels:  asynchronous
ambi
Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.
Stars: ✭ 13 (-38.1%)
Mutual labels:  asynchronous
TgTwitterStreamer
Continous Integration from Twitter to Telegram.
Stars: ✭ 55 (+161.9%)
Mutual labels:  asynchronous
AsyncIO
.NET library for handling asynchronous file system operations
Stars: ✭ 20 (-4.76%)
Mutual labels:  asynchronous
dynamic-home-example-flutter
How to use dynamic home page in Flutter?
Stars: ✭ 21 (+0%)
Mutual labels:  asynchronous

buckshot

A fast and capable asynchronous Minecraft name sniper.

Features

  • 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

Issues

  • Microsoft authentication does not work on macOS (manually specify bearer tokens instead)

Usage

  1. Download the latest release for your operating system.
  2. Create and edit config.toml. Refer to this guide to help you configure the sniper.
  3. 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 use cd 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.
  4. 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.

Command line arguments

Run ./buckshot --help.

Compiling from source

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].