Advance Auto Clicker
Im looking for or wanting to make a autoclicker that will click a button when something on the screen is in a specific location.
say theres a circle moving from left to right, i want it to click the stop button when the circle is in a certian postion.
any help?
You need it to run in background as hidden lets call it process or you dont mind to set focus on window if so?
1. You should get active window name and set focus to it..
2. Get that moving circle funcion or whatever hook?.. and get thouse locations from the moving circle.
3. call mouse.f set position from from you window & circle position wherever it is and mouse_event() send input/click?
However this could be all wrong and could be solved in much faster way.. if you would explain more about app. or whatever you are trying to apply this...
its for a flash game that stacks blocks....
You'll actually need to capture screenshot of the window quick enough so you can check for circle or whatever thing you are trying to match. However this method requires quite good amount of efficiency, which I doubt you can get. A good and more practical method would be to use cheat engine for tracking the object's location and getting button's handle so you can do this efficiently. There are many tutorials on how to hack flash games using cheat engine. Go, have a look at them.