Little bit help !

02/23/2014 20:41 CallMeWizzz#1
Hi guys :),
I wanna make autoit script that's auto heal my char when he needed to.
So, I wanna script example.
When hp color change from red to black auto click heal key then when hp back red stop click heal :) and ty :)
02/23/2014 21:02 alpines#2
Use Pixelsearch or ImageSearch (I prefer the first one) and learn some AutoIt.
It doesn't take a hour to make an auto-pot script.
02/23/2014 21:07 CallMeWizzz#3
I tried a lot be he get 1 color only and keep spam click heal :( I'm just beginner in autoit :)
02/24/2014 15:22 VisionEP1#4
Color or color checksum or ce pointer
02/24/2014 16:03 CallMeWizzz#5
so Color(color code) ? then

IF NOT Color(color code) then
send ( heal key)
is that right ?
ohh common that's so hard :@
02/24/2014 18:33 alpines#6
Just scan at the point, if your hp is full you get the color and if the color is not the code then you push the key.
02/25/2014 00:08 CallMeWizzz#7
bro I got the colors but idk how to use colors with it :(