Can Someone Help Me With This Plz?

02/16/2014 11:05 kimberlie#1
Hello i am playing this Game that i attach as Picture i tryied all things about autoit watch some tutorials but still cant get it can somone help me.

Here is the code.

Quote:
HotKeySet ("{ENTER}", "Start")
HotKeySet ("{ESC}", "_Exit")

While 1
Sleep(250)
WEnd

Func Start()
While 1
$pxs = PixelSearch(281,95,1085,695,0xFFFFFF)
If isArray($pxs) then
MouseMove($pxs[0],$pxs[1], 0)
MouseClick("Left")
EndIf
WEnd
EndFunc

Func _Exit()
Exit
EndFunc
I Only want that my character click on the Monsters nothing else. i want an colour code or even better Image code but i dont know how it wordks can somebody give me just a simple coding. i dont have that much brain.exe
02/16/2014 13:41 alpines#2
I don't see any monster which color is black. You better get a right color code or try the worse methode ImageSearch.
02/17/2014 21:29 kimberlie#3
Quote:
Originally Posted by alpines View Post
I don't see any monster which color is black. You better get a right color code or try the worse methode ImageSearch.
Thanks. But i really dont know how to code this Image i tryied with the au3info Programm and it says that Color if ist black the colour Hmm i Need to find a Screenshot and click there than ty for answer anyway =3
02/17/2014 21:40 alpines#4
Yes, take a screen shot. Insert it in mspaint and drag Au3Info over that.
02/18/2014 18:12 kimberlie#5
Quote:
Originally Posted by alpines View Post
Yes, take a screen shot. Insert it in mspaint and drag Au3Info over that.
I did it doesnt help T-T i really Need something that chases that Monster and click on it i wish i could do it with another coding System but i Need help from you all how i can make it better...