Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.14 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.14 KB

LumberJack Telegram Bot 🪵🪓

Bot made for LumberJack telegram game. It recognises a couple of key pixels on your screen and makes lumberjack dodge tree's branches.

This is a mod to work exclusively on MacOS from the original code from Enrique Moran.

How does it works? 🤷

The script searches for the play button anywhere on the screen. Once it is pressed, it tries to locate the most lower branch and take it into account to play the game.

After that, it uses PyAutoGUI to simulate user inputs and play the game.

Usage example 👀

Here you can check for a video showcase of the bot playing the game (image clickable):

Showcase video

First install the requierements through pip install -r requirements.txt.

Optional: I recommend creating a virtual enviornment for testing and development.

After that, just run python lumberjacBot.py and place the browser window with the game in focus. Then relax and enjoy beating your friends! 😄