so i want the homepage to get updated every 3. sec and check for pixel,
while 1
send("{F5}"); Update forum
sleep(3000)
Local $Redtopic = PixelSearch(80, 70, 720, 450, 0xED1C24); Search for redtopic
if not @error then
mouseclick("left", $Redtopic[0], $Redtopic[1], 1, 10)
endif
wend
why does it not send F5 more then once
sorry my bad english