Go to file
Enrique Moran a815dc4b16 Version 1.3
Multithreading added. 
Sleep on playing has been removed.
Efficiency highly increased.
Lumberjack no longer gets hit.
2016-12-13 21:02:33 +01:00
README.md Graph added 2016-12-12 16:43:36 +01:00
lumberjackBot.py Version 1.3 2016-12-13 21:02:33 +01:00
playButton.png Must be in same directory. 2016-12-08 16:09:41 +01:00
tree.png Must be in same directory. 2016-12-08 16:09:22 +01:00

README.md

LumberJack Telegram Bot

Simple bot made for LumberJack telegram game. It recognises a couple of key pixels on your screen and makes lumberjack dodge tree's branches. pyautogui library is needed!

How it works

The script recognises LumberJack's game window and clicks on play button. Uses player's position to locate branches and dodge them.

alt tag

Recognises this area as start/restart button.





![alt tag](http://i.imgur.com/hKTuuio.png)

Checks if indicated pixel is the same color as branch's. If true, lumberjack moves right, else left.

Score record

Speed (sec) Score (avg) V1.1 Score (avg) V1.2
0.15 182 254
0.12 186 247
0.11 129 314
0.1 29 296
0.099 128 334
0.08 18 354
0.075 - 87
0.07 7 93

alt tag


Usage example

Resize and place your telegram window as the image. Open the script with python IDLE, place next to telegram and run it (F5). Don't place IDLE's window above telegram's.

alt tag