If u re want to create bot come :)

01/19/2018 19:54 lenclstr746#1
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...]
01/19/2018 20:34 Řoβч966#2
I like it, but now expect tons of pm's asking "why is this not working" xD

I'll try it also, maybe some boxes are usefull ^^
01/19/2018 21:17 Snow❄️#3
I believe this is in the wrong section, Maybe it is not. I think it belongs in the coders den area?

Regardless, nice tutorial. I am in shock that it took you just 4 screenshots to explain xD. I am going to agree with the user above, and say good luck with the spam :D

Regards,

Snow
01/20/2018 00:12 manulaiko3.0#4
doesn't work
01/20/2018 00:48 eqoo#5
merhaba eren bana auto it ile program yazmayı öğretirmisin iyi günler.
01/20/2018 09:07 lenclstr746#6
Quote:
Originally Posted by manulaiko3.0 View Post
doesn't work
because learning not finished

Quote:
Originally Posted by eqoo View Post
merhaba eren bana auto it ile program yazmayı öğretirmisin iyi günler.
tabiki dostum istersen whatsapp üzerinden iletişime geçebilirsin +90 538 822 9375

Next step at this night
01/21/2018 11:52 ItsTequila#7
Okay, time for me to contribute a bit to your research. In case you try to move on to something a bit more powerful and I definitely think you should, read that article [Only registered and activated users can see links. Click Here To Register...]
It's relatable method to do pixel searches and with playing around with sizes and colors you can get can insane benchmarks!
I don't think it's worth it doing a bot BUT in case you are still convinced to do one why not just trying your best and hardest. In the end of the day autoit is used for quickcoding stuff but C# would be way more reliable and c++ even more due to the use of pure gpu instead of a mix from both.

Useful topic to look into: [Only registered and activated users can see links. Click Here To Register...]
01/23/2018 14:44 Sampara#8
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <GUIListBox.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=C:\Users\User\Desktop\daoark\DOBOTGUI.kxf
$Form1 = GUICreate("Form1", 1048, 606, 823, 246)
GUISetFont(10, 400, 0, "Arial Narrow")
$Pic1 = GUICtrlCreatePic("", 0, 0, 800, 600, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
$Group1 = GUICtrlCreateGroup("Login", 808, 0, 233, 129)
$Label1 = GUICtrlCreateLabel("Username", 816, 24, 53, 20)
$Label2 = GUICtrlCreateLabel("Password", 816, 56, 51, 20)
$ip_username = GUICtrlCreateInput("", 880, 24, 121, 24)
$ip_password = GUICtrlCreateInput("", 880, 56, 121, 24, BitOR($ES_PASSWORD,$ES_AUTOHSCROLL))
$b_login = GUICtrlCreateButton("Login", 896, 88, 75, 25, $WS_GROUP)
$Checkbox1 = GUICtrlCreateCheckbox("Save", 824, 88, 49, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("General Settings", 808, 136, 233, 105)
$Checkbox2 = GUICtrlCreateCheckbox("Passive PET", 824, 160, 89, 17)
$Checkbox3 = GUICtrlCreateCheckbox("Guard Mode", 936, 160, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Show FPS", 824, 184, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Allow Jump", 936, 184, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Change Config Under Attack", 824, 208, 185, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group3 = GUICtrlCreateGroup("NPC Settings", 808, 248, 233, 209)
$Checkbox7 = GUICtrlCreateCheckbox("Attack NPC", 824, 272, 97, 17)
$List1 = GUICtrlCreateList("", 816, 288, 209, 102, BitOR($LBS_SORT,$LBS_MULTIPLESEL,$LBS_STANDARD,$WS _VSCROLL,$WS_BORDER))
GUICtrlSetData(-1, "Boss Devolarium|Boss Kristallin|Boss Kristallon|Boss Kucurbium|Boss Lordakia|Boss Lordakium|Boss Mordon|Boss Saimon|Boss Sibelon|Boss Sibelonit|Boss StreuneR|Boss Streuner|Devolarium|Kristallin|Kristallon|Lordakia |Lordakium|Mordon|Protegit|Saimon|Sibelon|Sibeloni t|Streune|StreuneR")
$Checkbox8 = GUICtrlCreateCheckbox("Circle NPC", 824, 392, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("Follow NPC", 936, 392, 89, 17)
GUICtrlCreateCombo("", 904, 416, 89, 25)
GUICtrlSetData(-1, "LCB-10|MCB-25|MCB-50|UCB-100")
$Label4 = GUICtrlCreateLabel("Ammunition", 824, 416, 57, 20)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group4 = GUICtrlCreateGroup("Flee Settings", 808, 464, 233, 121)
$Checkbox10 = GUICtrlCreateCheckbox("Flee On Attack", 824, 488, 97, 17)
$Label3 = GUICtrlCreateLabel("HP % Flee", 824, 512, 57, 20)
GUICtrlCreateCombo("", 888, 512, 145, 25)
GUICtrlSetData(-1, "90%|80%|70%|60%|50%|40%|30%|20%|10%")
$Checkbox11 = GUICtrlCreateCheckbox("Wait For %100 HP", 824, 552, 121, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd

Üstat ben böyle bir gui yaptım sadece kendim kullanacağım gerisinde ne yapacağımı bilmiyorum bir yardımcı olur musun? [Only registered and activated users can see links. Click Here To Register...] NPC İçin yapacağım botu
01/23/2018 15:51 Petyaking2#9
Is this tutorial done, or there will be something to continue?
01/23/2018 18:46 Boyunduruk#10
Quote:
Originally Posted by Petyaking2 View Post
Is this tutorial done, or there will be something to continue?
it just the beginning
01/24/2018 12:00 lenclstr746#11
will continue at the weekend
haftasonu devam edicem beyler işten ebem s*kildi aq

Quote:
Originally Posted by Sampara View Post
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <GUIListBox.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=C:\Users\User\Desktop\daoark\DOBOTGUI.kxf
$Form1 = GUICreate("Form1", 1048, 606, 823, 246)
GUISetFont(10, 400, 0, "Arial Narrow")
$Pic1 = GUICtrlCreatePic("", 0, 0, 800, 600, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
$Group1 = GUICtrlCreateGroup("Login", 808, 0, 233, 129)
$Label1 = GUICtrlCreateLabel("Username", 816, 24, 53, 20)
$Label2 = GUICtrlCreateLabel("Password", 816, 56, 51, 20)
$ip_username = GUICtrlCreateInput("", 880, 24, 121, 24)
$ip_password = GUICtrlCreateInput("", 880, 56, 121, 24, BitOR($ES_PASSWORD,$ES_AUTOHSCROLL))
$b_login = GUICtrlCreateButton("Login", 896, 88, 75, 25, $WS_GROUP)
$Checkbox1 = GUICtrlCreateCheckbox("Save", 824, 88, 49, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("General Settings", 808, 136, 233, 105)
$Checkbox2 = GUICtrlCreateCheckbox("Passive PET", 824, 160, 89, 17)
$Checkbox3 = GUICtrlCreateCheckbox("Guard Mode", 936, 160, 97, 17)
$Checkbox4 = GUICtrlCreateCheckbox("Show FPS", 824, 184, 97, 17)
$Checkbox5 = GUICtrlCreateCheckbox("Allow Jump", 936, 184, 97, 17)
$Checkbox6 = GUICtrlCreateCheckbox("Change Config Under Attack", 824, 208, 185, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group3 = GUICtrlCreateGroup("NPC Settings", 808, 248, 233, 209)
$Checkbox7 = GUICtrlCreateCheckbox("Attack NPC", 824, 272, 97, 17)
$List1 = GUICtrlCreateList("", 816, 288, 209, 102, BitOR($LBS_SORT,$LBS_MULTIPLESEL,$LBS_STANDARD,$WS _VSCROLL,$WS_BORDER))
GUICtrlSetData(-1, "Boss Devolarium|Boss Kristallin|Boss Kristallon|Boss Kucurbium|Boss Lordakia|Boss Lordakium|Boss Mordon|Boss Saimon|Boss Sibelon|Boss Sibelonit|Boss StreuneR|Boss Streuner|Devolarium|Kristallin|Kristallon|Lordakia |Lordakium|Mordon|Protegit|Saimon|Sibelon|Sibeloni t|Streune|StreuneR")
$Checkbox8 = GUICtrlCreateCheckbox("Circle NPC", 824, 392, 97, 17)
$Checkbox9 = GUICtrlCreateCheckbox("Follow NPC", 936, 392, 89, 17)
GUICtrlCreateCombo("", 904, 416, 89, 25)
GUICtrlSetData(-1, "LCB-10|MCB-25|MCB-50|UCB-100")
$Label4 = GUICtrlCreateLabel("Ammunition", 824, 416, 57, 20)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group4 = GUICtrlCreateGroup("Flee Settings", 808, 464, 233, 121)
$Checkbox10 = GUICtrlCreateCheckbox("Flee On Attack", 824, 488, 97, 17)
$Label3 = GUICtrlCreateLabel("HP % Flee", 824, 512, 57, 20)
GUICtrlCreateCombo("", 888, 512, 145, 25)
GUICtrlSetData(-1, "90%|80%|70%|60%|50%|40%|30%|20%|10%")
$Checkbox11 = GUICtrlCreateCheckbox("Wait For %100 HP", 824, 552, 121, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd

Üstat ben böyle bir gui yaptım sadece kendim kullanacağım gerisinde ne yapacağımı bilmiyorum bir yardımcı olur musun? [Only registered and activated users can see links. Click Here To Register...] NPC İçin yapacağım botu
npc botu biraz uğraştırır açıkçası ve yüksek işlemci ister minimum i5 en iyi performans için çünkü yoğun işlemler var vede sürekli yapması gerekli güvenlik için :)

özel bilgi almak isteyen wpden yazabilir +905388229375