Idkwhattosay Posted August 6, 2011 Posted August 6, 2011 (edited) Ok i am a total beginner , so dont go to hard with me I'm doin a script but its not workin While (1 ) If WinActive("SRO_Client")and PixelGetColor( 838, 667) == 0x8F1110 Then MouseClick("left", 830, 732, 1, 1) Sleep(100) EndIf If WinActive("SRO_Client")and PixelGetColor( 214, 414) == 0xFF8A00 Then MouseClick("left", 214, 414, 1, 1) Sleep(100) EndIf If WinActive("SRO_Client")and PixelGetColor( 241, 433) == 0xFF8A00 Then MouseClick("left", 241, 433, 1, 1) Sleep(100) EndIf If WinActive("SRO_Client")and PixelGetColor( 288, 417) == 0xFF8A00 Then MouseClick("left", 288, 417, 1, 1) Sleep(100) EndIf If WinActive("SRO_Client")and PixelGetColor( 217, 467) == 0xFF8A00 Then MouseClick("left", 217, 467, 1, 1) Sleep(100) EndIf WEnd thanks in advance Edited August 6, 2011 by Idkwhattosay
wakillon Posted August 6, 2011 Posted August 6, 2011 Read the Forum Rules ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts
Recommended Posts