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. :/
Well, I just took bits from my auto-pistol (the click part) and just added a pixel recognition
I think with a little help from the really experienced coders here, you could release a pretty decent SA pub or VIP.
Probably might need help with a detour from a ASM expert.
I know Dave doesn't read PM. What about Jetamay?
I said the autopistol was bugged. This click function works, it's the proper C++ function.