- script version: 1.7.61
- protocol version: 36 (game versions below script version won't be allowed to join)
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install -y python3.13 python3.13-dev python3.13-venv
git clone https://github.com/UnKnowNModder/EntityX.git
- you may now change config.toml to your needs.
cd EntityX
tmux
- note: the config.json will be created after the first run. so run it first time and kill the process using
mgr.shutdown()and configure your settings there and run again.
./bombsquad_server
- it requires uv (the script will download automatically if you don't have it installed)
- runs the bot on a second process. (the server won't lag)
- uses socket tunnel to pass the payload through.
- you can toggle the bot and configure the owner-id and bot token in config.json found in dist/ba_root/mods/
- /cmd (it runs according to the authority of the user.)
- /say (you can send a chat message to the game directly.)
- /owner or /admin (adds/removes from the owners or admins)
- /list (to receive list of players inside the game)