Not really an release for the DO Section, but i coded it only for the DO Section, so I'm gonna release it here. Source is attached. The 4th function is not mine.
If you don't know what this is don't bother me with your Questions.
Functionalities:
- Basic Mouse Interactions
- Pixel/Color Finder
Functions:
public void MoveMouse(int x, int y)
Moves the Mouse to the Specified x,y
public void LeftClick()
Clicks with left
public void RightClick()
Clicks with Right
unsafe public static Point PixelSearch(Rectangle rect, int r, int b, int g, int Shade_Variation)
Returns the first found Pixel with the specified rbg color from left-top. The Point struct can be used by including System.Drawing in your Project. Recommended shade-Variation is at about 5.
Overall it remembers to an Light AutoIt Copy :P. Why did I code this? I was bored. I didn't test it so it's up to you. This Library can be used in every .NET language, of course with an reference to the dll. It contains Interop, which can make the Program not working as excepted, but in 99% of all cases this isn't true. If you find some bugs, it sure has a lot, or something you need in your Projects, write it in this Thread.
If you don't know what this is don't bother me with your Questions.
Functionalities:
- Basic Mouse Interactions
- Pixel/Color Finder
Functions:
public void MoveMouse(int x, int y)
Moves the Mouse to the Specified x,y
public void LeftClick()
Clicks with left
public void RightClick()
Clicks with Right
unsafe public static Point PixelSearch(Rectangle rect, int r, int b, int g, int Shade_Variation)
Returns the first found Pixel with the specified rbg color from left-top. The Point struct can be used by including System.Drawing in your Project. Recommended shade-Variation is at about 5.
Overall it remembers to an Light AutoIt Copy :P. Why did I code this? I was bored. I didn't test it so it's up to you. This Library can be used in every .NET language, of course with an reference to the dll. It contains Interop, which can make the Program not working as excepted, but in 99% of all cases this isn't true. If you find some bugs, it sure has a lot, or something you need in your Projects, write it in this Thread.