Hi , i waked up today with an aimbot idea, but the problem i don't know very much C# so here the code using english words, and try to help me to translate this text into a C# code please!
[Only registered and activated users can see links. Click Here To Register...]
Q: Hey WTF are you trying to do
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
[Only registered and activated users can see links. Click Here To Register...]
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