|
Would you guys guide me with how to make it as im newbie..
I tried this but it doesnt work..
AutoItSetOption ("WinTitleMatchMode",2)
While 1
Sleep (2000)
ControlSend ("iMetin.pl","","","{Space}")
ControlSend ("iMetin.pl","","","{2}")
ControlSend ("iMetin.pl","","","{z}")
WEnd
@It works only if i click chat but there are items that are going to be used when it click e.g. 2 and it doesnt click it only do it if i click on chat why?
|