All Projects → games647 → Lambdaattack

games647 / Lambdaattack

Licence: mit
Minecraft bot for servers. Currently supports stress testing. More features are planned

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Lambdaattack

Smartinvs
Advanced Inventory API for your Minecraft Bukkit plugins.
Stars: ✭ 132 (-0.75%)
Mutual labels:  minecraft, gui
Web2executable
Uses NW.js to generate "native" apps for already existing web apps.
Stars: ✭ 824 (+519.55%)
Mutual labels:  standalone, gui
Instapy Gui
gui for instapy automation
Stars: ✭ 313 (+135.34%)
Mutual labels:  bot, gui
Adidas Bot
Browser automation tool for buying adidas shoes
Stars: ✭ 146 (+9.77%)
Mutual labels:  bot, proxies
Customui
Library to create custom UI's in MCPE 1.2+
Stars: ✭ 60 (-54.89%)
Mutual labels:  minecraft, gui
Udemy Course Grabber
A script/software for automatically enrolling/joining 100% discounted Udemy courses for free. Get Paid Udemy courses for free with just a few clicks.
Stars: ✭ 230 (+72.93%)
Mutual labels:  bot, gui
Mongo Express
Web-based MongoDB admin interface, written with Node.js and express
Stars: ✭ 4,403 (+3210.53%)
Mutual labels:  standalone, gui
Mineos
Home of MineOS and it's software for OpenComputers mod
Stars: ✭ 381 (+186.47%)
Mutual labels:  minecraft, gui
Torchbot
A bot for minecraft written in java
Stars: ✭ 47 (-64.66%)
Mutual labels:  bot, minecraft
Botcraft
Botcraft is a cross-platform C++ library to create bots that connect and interact with Minecraft servers with (optional) integrated OpenGL renderer
Stars: ✭ 41 (-69.17%)
Mutual labels:  bot, minecraft
Mineflayer
Create Minecraft bots with a powerful, stable, and high level JavaScript API.
Stars: ✭ 2,377 (+1687.22%)
Mutual labels:  bot, minecraft
Fishingbot
1.8 - 1.16.5 Fishing bot for Minecraft
Stars: ✭ 119 (-10.53%)
Mutual labels:  bot, minecraft
Minecraft World Downloader
Download Minecraft worlds, extend server's render distance
Stars: ✭ 187 (+40.6%)
Mutual labels:  minecraft, gui
Netbeans Mmd Plugin
Free mind map and PlantUML editor with plugins for both NetBeans and Intellij
Stars: ✭ 283 (+112.78%)
Mutual labels:  standalone, gui
Mineflayer Statemachine
A state machine plugin for Mineflayer to aid in designing more complex behavior trees.
Stars: ✭ 32 (-75.94%)
Mutual labels:  bot, minecraft
Whatsappbot
Send messages to any person in any time how much you want.
Stars: ✭ 104 (-21.8%)
Mutual labels:  bot, gui
Minebot
Minebot
Stars: ✭ 119 (-10.53%)
Mutual labels:  bot, minecraft
Litegui.js
Javascript Library to create webapps with a desktop look-alike interface. All the widgets are created from Javascript instead of using HTML.
Stars: ✭ 131 (-1.5%)
Mutual labels:  gui
React Nodegui Starter
Starter repository for react based native desktop apps using react-nodegui
Stars: ✭ 132 (-0.75%)
Mutual labels:  gui
Chisel
A builder's best friend
Stars: ✭ 131 (-1.5%)
Mutual labels:  minecraft

LambdaAttack

Description

Minecraft bot. Currently used for stress testing.

Features

  • Graphical user interface
  • Command line interface
  • Configurable amount and join delay
  • Configurable target
  • Configurable name format or name list
  • LogPanel to see errors directly
  • Test with Spigot, Paper
  • Disconnects gracefully after the end
  • Automatically registers for cracked servers
  • Supports SOCKS proxies
  • Free
  • Open source

Requirements

  • Java 9
  • Minecraft 1.11, 1.12, 1.14 or 1.15 server

Downloads

https://github.com/games647/LambdaAttack/releases

Building

  1. Download Apache Maven
  2. Unpack it
  3. Optionally add the bin folder to your PATH variable to invoke Maven with mvn without specifying the complete path to the bin folder for every command
  4. Download this project with Git (git clone <URL/[email protected]:...>) or as zip
  5. Move to the top folder of the project conting the pom.xml
  6. Run mvn clean install
  7. The final version is inside the core/target folder

Images

Gui

Command Line Usage

To run LambdaAttack from the command line without a GUI, enter
java -jar lambdaattack.jar <options>.

These are the available options:

Name Description
-h, --host <arg> The hostname to connect to. Defaults to 127.0.0.1
-p, --port <arg> The port to connect to. Defaults to 25565
-c, --count <arg> The amount of bots to connect to the server. Defaults to 20
-d, --delay <arg> The delay between bot spawns, in milliseconds. Defaults to 1000
-n, --name <arg> The format for bot names. Requires exactly one integer placeholder %d. Defaults to Bot-%d
-v, --version <arg> The Minecraft version of the server to connect to. Defaults to 1.15.2
-r, --register Makes Bots run the /register and /login command after joining with username and password being LambdaAttack
--help Displays a help page

Dependencies

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].