Releases: plushmonkey/avalanche
Releases · plushmonkey/avalanche
Disconnect
0.9 Add Disconnect behavior
Recipe attack
Add AttackRecipe
- Add a new attack that uses 1.12 PrepareCraftingGridPacket to send a lot of
books that all get deserialized. Each page in every book throws several
exceptions, causing a lot of lag to happen on netty threads.
Sneak and Swing
- Add sneak behavior.
- Add swing behavior
Behaviors
- Add delay behavior.
- Add message behavior.
- Add sequence behavior for composing multiple behaviors.
Generators
- Add increment authentication generator.
- Add random authentication generator.
- Add multi-user authentication generator.
- Add multi-token authentication generator.
CreativeWorldLag
- Add creative-world-lag attack method.
This attack method uses CreativeInventoryActionPacket to create an item with block entity data in its inventory. The server will read the xyz of the item and try to load the block entity in the world at that position. There's no range limit on this, so the server can be forced to load/generate chunks that are far away.
LoginSequential
Add LoginSequential - Add a login method that waits for the previous client to fully login before moving on to the next one.
BookEdit
- Add BookEdit attack.
- Add option to read JSON files.
Interact attack
- Read options from command line using getopt.
- Add option for logging in many instances at once.
- Add an interact attack.