clicking objects on the screen

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
OmerTurkeS
Posts: 2
Joined: 18 Feb 2023, 09:05

clicking objects on the screen

Post by OmerTurkeS » 18 Feb 2023, 09:13

I want it to click on the color I specified on the screen with 10ms intervals.how can I do it
thanks :)

User avatar
boiler
Posts: 17387
Joined: 21 Dec 2014, 02:44

Re: clicking objects on the screen

Post by boiler » 18 Feb 2023, 09:28

You probably can’t do it if you need to locate the color each time because a pixel or image search typically takes more than 10 ms itself.

OmerTurkeS
Posts: 2
Joined: 18 Feb 2023, 09:05

Re: clicking objects on the screen

Post by OmerTurkeS » 18 Feb 2023, 09:49

Süre uzaya bilir fakat ekrandaki doğru rengi bulup tıklaması gerekiyor

[Mod edit: Added DeepL translation. Please use English in the main forums!]
DeepL wrote:It may take longer, but you have to find the right colour on the screen and click on it.

gmoises
Posts: 75
Joined: 18 Nov 2017, 16:43

Re: clicking objects on the screen

Post by gmoises » 18 Feb 2023, 11:48

Find color on screen ...Topic is solved
viewtopic.php?style=17&t=109037

User avatar
boiler
Posts: 17387
Joined: 21 Dec 2014, 02:44

Re: clicking objects on the screen

Post by boiler » 18 Feb 2023, 22:50

gmoises wrote: Find color on screen ...Topic is solved
viewtopic.php?style=17&t=109037
Finding the color does not solve the topic.

Two things you need to demonstrate to solve the topic:
  1. Consistently find the color in significantly less that 10 ms so that the whole operation can be completed in time.
  2. Make the clicks occur at a 10 ms rate. How are you making the click occur on the 10 ms mark each time?

Post Reply

Return to “Ask for Help (v1)”