Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1 KB

README.rst

File metadata and controls

46 lines (29 loc) · 1 KB

FarmVille bot

A bot for the FarmVille game. It works on both X11 (Unix/Linux) and Windows.

Requirements

Unix/Linux (X11)

It uses the X11 XTEST extension to control the mouse, so you will need to install python-xlib.

Windows

It uses the AutoIt COM to control the mouse. You will need to install the following:

Usage

To harvest, plow or plant an area of 7 rows x 10 columns:

./main.py --debug --zoom 1 --delay 0.7 7 10

To collect from the animals or harvest the trees from an area of 3 rows and 8 columns:

./main.py --debug --zoom 1 --delay 0.7 --collect 3 8

A screencast is also available.