Pixel / Color Aimbot | Triggerbot
Aimbot
[php]
SetCursorPos(x,y);
[/php]
Trigger Bot
[php]
mouse_event( MOUSEEVENTF_LEFTDOWN, NULL, NULL, NULL, NULL );
Sleep(10);
mouse_event( MOUSEEVENTF_LEFTUP, NULL, NULL, NULL, NULL );
[/php]
etc
[php]
HDC v552 = GetDC(HWND_DESKTOP);
COLORREF pixel;
int cx = GetSystemMetrics(SM_CXSCREEN);
int cy = GetSystemMetrics(SM_CYSCREEN);
pixel = GetPixel(v552, x, y);
if(pixel==RGB(255,0,0)){
[/php]
[REQUIRED]
Chams that matches Aimbot/Triggerbot color.
This is a horrible way of doing this. But then, its the easiest.
For anyone who needs it. Or if a lot of people want it and can't do it, I'll do it.
Volt, you're the man.
I'll take these and work with then as much as I can, I'm rusty. :/