Skip to content

RavMda/go-bots

Repository files navigation

Go version License Go Report Card

Go-Bots

Go-Bots was created to help server owners stress-test their servers with bots

Be aware that many anti-bot measures will successfully block this tool

Features

  • Convenient configuration via YAML

  • Register/Login on the server

  • Change protocol to the one you prefer (check out this list)

  • Spam chat with custom phrases

  • "Smart" cooldown system

  • It can simulate jumps, arm swings and head rotations

  • Custom packet spam (not tested, better not use it)

  • Low RAM and CPU usage compared to some other solutions

    uh

Known Issues

  • Bots can stuck in blocks when jumping because there are no physics involved
  • Packet spam can freeze on Windows systems
  • Older protocol versions may not work
  • help...

Usage

  1. Download latest artifact here or compile the binary yourself

  2. Create "proxies.txt" and add SOCKS4 proxies there in this format:

    host:port
    host:port
    ...
    
  3. Change values that will correspond to you in "config.yml"

  4. Run it!

Build

git clone https://github.com/RavMda/go-bots.git
cd ./go-bots/
go build -ldflags "-s -w" -o ./go-bots

Preventive Measures

[2LS] AntiBot

License

GPL-3.0 License