Repositories
truth
-
Cloning this repository:
git clone git://gitorious.org/web-automation/truth.git truth cd truth
Add this repository as a remote to an existing local repository:
git remote add truth git://gitorious.org/web-automation/truth.git git fetch truth git checkout -b my-local-tracking-branch truth/master_or_other_branch
biocheat
A Facebook Biotronic Cheat..er.. Hinter!
This project is a mix of different small things: Image processing (Training and recognition of patterns), AI (Solving the Biotronics puzzle), IN/OUT interaction (Screen reading/Mouse replaying), and Visualization. more…
Download BioCheat
Vista / XP
Dowload the latest biocheat here [only 2MB with integrated Qt4.5]. Make sure to install the popular Visual C++ 2008 runtime if the program doesn’t start.
Source Code (Linux/MacOS/Windows)
Just get the latest snapshot of the source code here, on gitorious.
You can clone the git repository using “git clone git://gitorious.org/web-automation/biocheat.git”)
Build it using QtCreator (or using the plain old “cd biocheat; qmake-qt4; make” from the console/command prompt if you like more ;–))
Instructions
- login to facebook and start the Biotronics application
- star this app
- tune the parameters to focus on the Biotronics gamefield (as shown on the screenshot) it’s very important that the field is closely contained into the capture rectangle. check the correctness of the alignment whith the ‘recognize’ mode
- switch to the ‘hint’ visualization, as shown on Readme.png
- PLAY, and BEAT all your friends!!
- tell them you’re not evil, but you’re cheating ;–)
NOTE: If the ‘hint’ mode doesn’t work, it means that the calibration si not good! check with the recognize tab if all the blocks are recognized!!
YouTube video
See how to build it, use it, and even change it(!) here ;–)
Screenshot

-
Cloning this repository:
git clone git://gitorious.org/web-automation/biocheat.git biocheat cd biocheat
Add this repository as a remote to an existing local repository:
git remote add biocheat git://gitorious.org/web-automation/biocheat.git git fetch biocheat git checkout -b my-local-tracking-branch biocheat/master_or_other_branch
autogram
AutoGram – Anagram Solver (+ WordChallenge automation)
This project is a mix of different small things: more…
- algorithms (anagram making and dictionary validation)
- image processing (training and recognition of patterns)
- input injection (to perform actions on the browser)
- screen grabbing (ok, that’s a oneliner :–))
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/autogram 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 WordChallenge application
- start autogram
- tune the capture rectangle to center it to the 6 letters this step is very important
- switch to the ‘WordChallenge’ mode
- let ‘autogram’ PLAY, and BEAT all your friends!
- tell them you’re not evil, but you’re cheating ;–)
-
Cloning this repository:
git clone git://gitorious.org/web-automation/autogram.git autogram cd autogram
Add this repository as a remote to an existing local repository:
git remote add autogram git://gitorious.org/web-automation/autogram.git git fetch autogram git checkout -b my-local-tracking-branch autogram/master_or_other_branch
gamesolver
another step ;–) stay tuned…
-
Cloning this repository:
git clone git://gitorious.org/web-automation/gamesolver.git gamesolver cd gamesolver
Add this repository as a remote to an existing local repository:
git remote add gamesolver git://gitorious.org/web-automation/gamesolver.git git fetch gamesolver git checkout -b my-local-tracking-branch gamesolver/master_or_other_branch
darbs18s-clone
-
Cloning this repository:
git clone git://gitorious.org/~darbs18/web-automation/darbs18s-clone.git darbs18s-clone cd darbs18s-clone
Add this repository as a remote to an existing local repository:
git remote add darbs18s-clone git://gitorious.org/~darbs18/web-automation/darbs18s-clone.git git fetch darbs18s-clone git checkout -b my-local-tracking-branch darbs18s-clone/master_or_other_branch
darbs18s-biocheatb
-
Cloning this repository:
git clone git://gitorious.org/~darbs18/web-automation/darbs18s-biocheatb.git darbs18s-biocheatb cd darbs18s-biocheatb
Add this repository as a remote to an existing local repository:
git remote add darbs18s-biocheatb git://gitorious.org/~darbs18/web-automation/darbs18s-biocheatb.git git fetch darbs18s-biocheatb git checkout -b my-local-tracking-branch darbs18s-biocheatb/master_or_other_branch
darbs18s-sample
-
Cloning this repository:
git clone git://gitorious.org/~darbs18/web-automation/darbs18s-sample.git darbs18s-sample cd darbs18s-sample
Add this repository as a remote to an existing local repository:
git remote add darbs18s-sample git://gitorious.org/~darbs18/web-automation/darbs18s-sample.git git fetch darbs18s-sample git checkout -b my-local-tracking-branch darbs18s-sample/master_or_other_branch
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

