Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 02:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



If u re want to create bot come :)

Discussion on If u re want to create bot come :) within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2014
Posts: 132
Received Thanks: 31
If u re want to create bot come :)

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 :
ImageSearch 32bit.rar ;
ImageSearch 64bit.rar ;

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

Step 3.
open autoit folder enter scite/scite.exe we use this app for coding
paste the code like photo

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 :

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
lenclstr746 is offline  
Thanks
10 Users
Old 01/19/2018, 20:34   #2
 
Řoβч966's Avatar
 
elite*gold: 0
The Black Market: 117/0/2
Join Date: Sep 2014
Posts: 2,871
Received Thanks: 2,521
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 ^^
Řoβч966 is offline  
Thanks
3 Users
Old 01/19/2018, 21:17   #3

 
Snow❄️'s Avatar
 
elite*gold: 35
Join Date: Dec 2015
Posts: 999
Received Thanks: 328
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

Regards,

Snow
Snow❄️ is offline  
Old 01/20/2018, 00:12   #4
 
manulaiko3.0's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 663
Received Thanks: 1,154
doesn't work
manulaiko3.0 is offline  
Old 01/20/2018, 00:48   #5
 
elite*gold: 0
Join Date: Sep 2010
Posts: 232
Received Thanks: 21
merhaba eren bana auto it ile program yazmayı öğretirmisin iyi günler.
eqoo is offline  
Old 01/20/2018, 09:07   #6
 
elite*gold: 0
Join Date: Feb 2014
Posts: 132
Received Thanks: 31
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
lenclstr746 is offline  
Old 01/21/2018, 11:52   #7
 
ItsTequila's Avatar
 
elite*gold: 0
Join Date: Jun 2015
Posts: 647
Received Thanks: 956
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
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:
ItsTequila is offline  
Thanks
1 User
Old 01/23/2018, 14:44   #8
 
elite*gold: 0
Join Date: Jan 2018
Posts: 1
Received Thanks: 0
#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? NPC İçin yapacağım botu
Sampara is offline  
Old 01/23/2018, 15:51   #9
 
Petyaking2's Avatar
 
elite*gold: 0
Join Date: Apr 2017
Posts: 127
Received Thanks: 26
Is this tutorial done, or there will be something to continue?
Petyaking2 is offline  
Old 01/23/2018, 18:46   #10
 
Boyunduruk's Avatar
 
elite*gold: 0
Join Date: Jan 2016
Posts: 228
Received Thanks: 128
Quote:
Originally Posted by Petyaking2 View Post
Is this tutorial done, or there will be something to continue?
it just the beginning
Boyunduruk is offline  
Old 01/24/2018, 12:00   #11
 
elite*gold: 0
Join Date: Feb 2014
Posts: 132
Received Thanks: 31
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? 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
lenclstr746 is offline  
Reply


Similar Threads Similar Threads
come come come come
08/12/2014 - S4 League Trading - 0 Replies
anyone have account s4 league for trade add me on facebook https://www.facebook.com/Love.farnko :rolleyes::rolleyes::rolleyes::rolleyes:
ALL COME HERE!!! COME COME!!
09/12/2009 - 9Dragons - 20 Replies
Okay listen up guys... Nothing is being done with the whole "Lets make a band, so we can stay together" Plan lol So New Rules lol... Please Follow This Form: -------------------------- Your IGN: Your Clan: Your Level:
PSRO UP! DOWNLOAD LINK COME COME COME!!!
05/23/2008 - SRO Private Server - 152 Replies
hi all... told you... we got the vote now enjoy psro pach3.28.rar - FileFront.com] Edit: Ill put a shore guide. How To Install Patch! 1. Download the file. 2. Extract to folder 3. If you get inspection when install new media Pk2 file just Go back to the download and use the Old file where you get the ????? error.



All times are GMT +2. The time now is 02:55.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.