web-automation
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
- Branches:
- master


