Open source Bee Swarm Simulator macro made for Linux. Supports every DE or WM, Wayland and X11🐧
Warning
If you encounter bugs, open an issue, make a pull request, join our discord chat, or group on Telegram. [🇷🇺/🇺🇸]
Tip
📌 Macro works on any distros DE's and WM's, but only Wayland compositors support pixel detection. If your DE/WM supports grim screenshot utility, you will get the most of the macro
- Arch-based distros:
sudo pacman -S ydotool imagemagick bc xorg-xrandr grim
- Debian-based distros:
sudo apt install ydotool imagemagick bc xorg-xrandr grim
git clone https://github.com/painvision/BeeTuxMacro/
If there are some updates, you can update macro by running this command in macro's directory:
git pull
Edit ~/BeeTuxMacro/config.sh file using your favourite text editor. No GUI, the Linux way to configure your macro
Run ~/BeeTuxMacro/setup.sh
You should have ydotoold running in a background, so macro could interact with your keyboard. You can add it to your autostart because of its 4 MB of RAM usage. Best way to launch ydotool daemon:
sudo /usr/bin/ydotoold --socket-path="/run/user/1000/.ydotool_socket" --socket-own="1000:1000"
Once ydotoold is running, you can start macroing.
Toggling macro on/off
| Command | What it does |
|---|---|
| bash -c ~/BeeTuxMacro/start.sh | Toggles macro |
| bash -c ~/BeeTuxMacro/stuff/close.sh | Force closes macro |
Find a way to setup keybind with shell command in your WM/DE.
Warning
Your display scaling option MUST be 100%, Roblox on fullscreen and nothing interrupting macro to work
- ✅ Auto Claim Hive (optional manual selection)
- ✅ Auto Sprinkler
- ✅ Auto Dig
- ✅ Convert when full backpack
- ✅ Convert when time exceeded
- ✅ Auto Honey Wreath
- ✅ Auto Kill Mobs
- ✅ Auto Wealth Clock
- ✅ Auto Stockings
- ✅ Auto Find Hive
- ✅ Auto Red/White/Blue boosters
- ✅ Gather Interrupt for individual dispenser
- ✅ Auto Reconnect
Planned: ❌ Planters, ❌ More dispensers
- ✅ Pine Tree Forest
- ✅ Rose Field
- ✅ Pumpkin Field
- ✅ Pineapple Field
- ✅ Strawberry Field
Planned: ❌ More fields
- 🗿📌 GUI for hive selection/toggle macro instead of notifications
- 📌❌ Telegram bot hooking
- ❌ Image recognition function
- ❌ Image instability function
