PHP Code:
private void Play_Click(object sender, EventArgs e)
{
SearchPixel("Violet");
if (VioletFound)
Mouse.Click();
Sleep(500);//0.5sec
Repeat Everything
}
A: i'm trying to make an aimbot that looks for violet pixels , and quickly click on it, then sleep for 0.5sec and continue work
the code is wrong i know, but this is the idea and i'm looking for help to turn this to a right code (not asking to do it for my, i just want the working terms of these... things






