please put one in vb in spoiler maybe? =)Quote:
I know how to do it in VB too... but for most guys in this section it would be to hard to understand :D
While 1
Opt("MouseCoordMode", 2)
MouseMove(int(Random(1018, 1255)), int(Random(788, 927)), 1)
MouseClick("left")
$Bonusbox = PixelSearch(24, 85, 1238, 916, 0xFCFFCD)
IF IsArray($Bonusbox) Then
MouseMove($Bonusbox[0], $Bonusbox[1], 1)
MouseClick("left")
Sleep(1600)
WEnd