Is MicroMacro able to read color codes?
Forum rules
This is a sub-forum for things specific to MicroMacro.
This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
This is a sub-forum for things specific to MicroMacro.
This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
Is MicroMacro able to read color codes?
Excuse me. Sorry but I need to know if this programme could identify colors so that the mouse could click? If it is i bet its gonna be great and it really helps scripting more easier for most games... 
- Administrator
- Site Admin
- Posts: 5344
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Is MicroMacro able to read color codes?
Sure can. You can get the full details on it in the manual->process functions->getPixel(). You really only need the hardware to device context (HDC) opened once, and will typically do that before entering your main loop (the while(1) section).