Hi guys!
Today I will show you a simple pixel bot with "autoit".
Let's start.
Step 1.
Download autoit and imagesearch libary ;
Autoit download : [Only registered and activated users can see links. Click Here To Register...]
ImageSearch 32bit.rar ; [Only registered and activated users can see links. Click Here To Register...]
ImageSearch 64bit.rar ;[Only registered and activated users can see links. Click Here To Register...]
To set up the library extract ımagesearchdll.dll and copy windows/syswow64 and windows/system32 after copy ımageearch.au3 autoit/include folder and autoit ready :)
Step 2.
Create a gui with koda form designer
open autoit folder and enter scite/koda/koda.exe and design a "gui(form)" And after press f9 and get this gui's code like photo [Only registered and activated users can see links. Click Here To Register...]
Step 3.
open autoit folder enter scite/scite.exe we use this app for coding
paste the code like photo [Only registered and activated users can see links. Click Here To Register...]
Step 4. Start coding :)
now you want to learn use imagesearch libary
Firstly include libary = #include <ImageSearch.au3>
usage libary : $findphoto (or any name for value) = _ImageSearch("find image.png",1(always),$findphotox,$findphotoy,toler ance (0-255) )
example :[Only registered and activated users can see links. Click Here To Register...]
Nest Step 5.
we need a box image get in darkorbit or find one.
know need test your code create a function : Func test()
here your image search code
EndFunc
after uppermost write the code : Hotkeyset("{ESC}","test") like photo [Only registered and activated users can see links. Click Here To Register...]
Today I will show you a simple pixel bot with "autoit".
Let's start.
Step 1.
Download autoit and imagesearch libary ;
Autoit download : [Only registered and activated users can see links. Click Here To Register...]
ImageSearch 32bit.rar ; [Only registered and activated users can see links. Click Here To Register...]
ImageSearch 64bit.rar ;[Only registered and activated users can see links. Click Here To Register...]
To set up the library extract ımagesearchdll.dll and copy windows/syswow64 and windows/system32 after copy ımageearch.au3 autoit/include folder and autoit ready :)
Step 2.
Create a gui with koda form designer
open autoit folder and enter scite/koda/koda.exe and design a "gui(form)" And after press f9 and get this gui's code like photo [Only registered and activated users can see links. Click Here To Register...]
Step 3.
open autoit folder enter scite/scite.exe we use this app for coding
paste the code like photo [Only registered and activated users can see links. Click Here To Register...]
Step 4. Start coding :)
now you want to learn use imagesearch libary
Firstly include libary = #include <ImageSearch.au3>
usage libary : $findphoto (or any name for value) = _ImageSearch("find image.png",1(always),$findphotox,$findphotoy,toler ance (0-255) )
example :[Only registered and activated users can see links. Click Here To Register...]
Nest Step 5.
we need a box image get in darkorbit or find one.
know need test your code create a function : Func test()
here your image search code
EndFunc
after uppermost write the code : Hotkeyset("{ESC}","test") like photo [Only registered and activated users can see links. Click Here To Register...]