if (isSorting)
return;
for (int x = 375; x < 390; x++)
{
int c = GetPixel(hdc, x, 350);
if (c == -1)
{
hdc = getHDC(x, 350);
return;
}
if (isRed(c))
{
Console.Beep();
isSorting = true;
|
MouseSimulator.Click(MouseButton.Left);
Thread.Sleep(100);
|
isSorting = false;
return;
}
}
|
下载地址:
http://niukaitao.ys168.com CF外挂目录。
没啥技术含量,贴出核心代码。。
if (isSorting)
return;
for (int x = 375; x < 390; x++)
{
int c = GetPixel(hdc, x, 350);
if (c == -1)
{
hdc = getHDC(x, 350);
return;
}
if (isRed(c))
{
Console.Beep();
isSorting = true;
|
MouseSimulator.Click(MouseButton.Left);
Thread.Sleep(100);
|
isSorting = false;
return;
}
}
|
下载地址:
http://niukaitao.ys168.com CF外挂目录。
没啥技术含量,贴出核心代码。。
原文:https://www.cnblogs.com/jqc6/p/14726297.html