THIS IS NOT MINE I JUST WANTED TO SHARE IT WITH OTHERS .
Res: 1920x1080
OS: Win10 / Win7
Requirements: Autohotkey
Don't ask me if I can help you. I don't want to.
And don't blame me if you're getting banned.
Make sure to reset the gamma to default.
Virustotal: really? its an AHK script.
Source:
; -Muffin.
CoordMode, Tooltip
CoordMode, Pixel
CoordMode, Mouse
Loop {
ImageSearch, , , 880, 460, 1030, 540, *80 1.png
if ErrorLevel = 0
{
Loop {
ImageSearch, , , 880, 460, 1030, 540, *80 1.png
if ErrorLevel = 0
{
if (getkeystate("XButton1") or getkeystate("XButton2")) {
Click down
}
break
}
else if ErrorLevel = 1
{
Click up
continue
}
else if ErrorLevel = 2
{
Click up
break
}
}
}
else if ErrorLevel = 1
{
Click up
continue
}
else if ErrorLevel = 2
{
MsgBox, Error Retrace
break
}
}
F2::exitapp
Keys:
Side mouse buttons will activate it while pressed
F2 exits it
And include this image into the folder: (rename it to 1.png)
http://i.imgur.com/uzEjJXX.png