I tried to teach java how to play a simple web browser game, but thing went a little crazy and java messed up with some customers.
This program uses Java Robot class mostly to perform mouse input and screen grabbing.
IMPORTANT : I hard coded most of this program to make it work (bread and sausages positions etc), but not only that this program works only under certain requeriments : you need my screen resolution 1024 x 768, also the game window must be expanded but not full screen. None of these guarantee that the program will work because I didn't test it anywhere else.
Last but not least this is about a program that controls your mouse so it should be run carefully, it will stop once mouse y position reaches 600 pixels otherwise the only option is to restart your pc.
You are warned.
Source Code : https://github.com/JoshuaHernandezMar....