
Originally Posted by
poyoo
Is it a high ban rate if I left it on overnight?
Probably yea, since it always click on the same color
Func getColor()
$point = MouseGetPos()
$color = PixelGetColor($point[0], $point[1])
MsgBox(0, "Select color", "Selected color = " & $color)
^
THIS GETS THE COLOR AND SAVES AS $COLOR
Func click()
MsgBox(0, "Attacking", "Starting to attack")
While 1
$point = PixelSearch(1503, 862, 101, 26, $color, 2) <<
THIS SEARCHES FOR THE COLOR
if IsArray($point) Then
MouseClick("left" ,$point[0], $point[1], 1, $mousespeed) <<
CLICKS IF COLOR FOUND
Sleep($sleepdelay)
I'd say you're lucky if you run this for 2 hours without a ban
I wouldn't blaim the author, the intention is good, but the script itself isn't