Announcement: Lua.org now officially recommends this forum as a meeting place for the Lua community
The forum is currently open to new registrations. The registration will close for a short period of time when reaching 500 active members, to upgrade the server resources.
Is it possible to make a Lua script that can detect a specific color on a specific part of your screen and then trigger an event, kind of like Auto Hotkey scripting?
You'd need a library to interface with the OS to grab (effectively) a screenshot, and to send a click event or whatever you're hoping to trigger. You might be able to hack something together with a screenshot binary that spits out a file that you parse... but I'd recommend just learning AutoHotkey's scripting language and using that instead.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.