Got the bot running but it does not attack yet
..so in other words...Not usable yet
and since the script was made by someone who can store more then 94329854398 Vars in his head i could use some help
cause im not realy advanced with autoit yet
But the main problem is here:
He has his red pixels on a different x/y then i do
(Original)
$coord7 = PixelSearch(($Rsize[2]-545), 30, ($Rsize[2]-335), 70, 0xFF0000, 120)
If @error Then
GUICtrlSetData($F1Label14, "MHP Start error...")
Else
GUICtrlSetData($F1Label14, "MHP Start found...")
$coord8 = PixelSearch( $coord7[0], $coord7[1], ($coord7[0]+220), $coord7[1],0x000000 , 120)
If @error Then
GUICtrlSetData($F1Label14, "MHP End error...")
Else
GUICtrlSetData($F1Label14, "PHP End found...")
EndIf
EndIf
So i uncommanded these lines
$coord7 = PixelSearch(($Rsize[2]-545), 30, ($Rsize[2]-335), 70, 0xFF0000, 120)
$coord8 = PixelSearch( $coord7[0], $coord7[1], ($coord7[0]+220), $coord7[1],0x000000 , 120)
and used my pixiel search script to search for the red pixels myself and have add them to the script:
$coord7[0] = 492
$coord7[1] = 46
$coord8[0] = 692
$coord8[1] = 46
(my red pixel coord's)
But now it doesnt attack anymore like i said
some help would be nice.... but atleast i have seen the bot run