The repository does not have any commits yet
web-automation
villecheat
VilleCheat – Farmville Clicker
more…
This project is a mix of different small things:
– input injection
How to GET it
Windows: Right now there is no executable file ready for download.
If you’re a developer you can compile your own out of the source code, as
described below.
Linux / Windows / Mac OSX developers
Just get the source code from http://www.gitorious.org/web-automation/villecheat and
open it with QtCreator, so you can
Build and Run it.
(or, if you prefer, you can do the usual “qmake; make;” stuff on the console if you like more ;–))
How to USE it
- login to facebook and start the Farmville application
- start villecheat
- etc..
-
Cloning this repository:
git clone git://gitorious.org/web-automation/villecheat.git villecheat cd villecheat
Add this repository as a remote to an existing local repository:
git remote add villecheat git://gitorious.org/web-automation/villecheat.git git fetch villecheat git checkout -b my-local-tracking-branch villecheat/master_or_other_branch
- Branches:
- master


