to give you an idea of what id like my program to do:
http://www.youtube.com/watch?v=Lf-0Dj95SgY
I want to use this program to farm in a mmorpg.
More specifically:
I want my program to watch an in game timer (perhaps with a web cam) and press the mouse at a determined time on the counter. I want to be able to change the time that it clicks.
My ideas so far...
take a screen shot of the game.
focus on a designated part of the screen shot that is customizable.
use some kind of character recognition on the specific location and find the digits of the counter.
download that data into a program variable that i can manipulate.
us some sort of if statement that will tell my mouse to click or a keyboard stroke to be made.
all this needs to be done within 1 second and loop every second so that it can be very accurate.
Plez help me... Im good with C++ but dont know much else. i am willing to learn some new languages because i think programing is fun in general.
http://www.youtube.com/watch?v=Lf-0Dj95SgY
I want to use this program to farm in a mmorpg.
More specifically:
I want my program to watch an in game timer (perhaps with a web cam) and press the mouse at a determined time on the counter. I want to be able to change the time that it clicks.
My ideas so far...
take a screen shot of the game.
focus on a designated part of the screen shot that is customizable.
use some kind of character recognition on the specific location and find the digits of the counter.
download that data into a program variable that i can manipulate.
us some sort of if statement that will tell my mouse to click or a keyboard stroke to be made.
all this needs to be done within 1 second and loop every second so that it can be very accurate.
Plez help me... Im good with C++ but dont know much else. i am willing to learn some new languages because i think programing is fun in general.