Loop {
sleep, %Accuracy%
PixelSearch, Px, Py, 949, 905, 990, 953, 0x198CC7, 30, Fast RGB
if (errorlevel = 0) && WinActive("ahk_exe beatbanger.exe")
{
Send,Z
Sleep, 75
Continue
}
PixelSearch, Px, Py, 949, 905, 990, 953, 0xED780D, 40, Fast RGB
if (errorlevel = 0) && WinActive("ahk_exe beatbanger.exe")
{
Send,X
Sleep, 75
Continue
}
PixelSearch, Px, Py, 949, 905, 990, 953, 0xC72B17, 30, Fast RGB
if (errorlevel = 0) && WinActive("ahk_exe beatbanger.exe")
{
Send,C
Sleep, 75
Continue
}
PixelSearch, Px, Py, 949, 905, 990, 953, 0xAB2B63, 30, Fast RGB
if (errorlevel = 0) && WinActive("ahk_exe beatbanger.exe")
{
Send,V
Sleep, 75
Continue
}
Continue
}