Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 08:30

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

Advertisement



► DEVELOPERS -DARKORBIT BOT ◄

Discussion on ► DEVELOPERS -DARKORBIT BOT ◄ within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2015
Posts: 157
Received Thanks: 61
Post ► DEVELOPERS -DARKORBIT BOT ◄

#UPDATE -Last update: 14.03.2017
HI,

is an post that i created for help the "small developers", just to have an initial input.

VB.NET :
Code:
Login with WebBrowser (1 webbrowser, 2 textbox and 1 button)


get SID


get SERVER


Login with Http 1. ( no work )


Source BOTS:


A-bot project:



Account manager



C#:
Login with WebBrowser (1 webbrowser, 2 textbox and 1 button)


get SID


get SERVER

Code:
Polska project:


AUTO IT:
Simple bot example






If you have information to share and if you want to share with the community... This is the right place


New codes or projects will be added in the future



-Last update: 14.03.2017
orys is offline  
Thanks
9 Users
Old 10/26/2016, 22:08   #2
 
elite*gold: 0
Join Date: Apr 2012
Posts: 197
Received Thanks: 22
Finaly some tuts that ihave been waiting for
Wandalas is offline  
Thanks
1 User
Old 10/26/2016, 22:13   #3
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,997
Received Thanks: 3,421
Hey,

I'd rather use instead of using a webbrowser.
NoCheatImPGM is offline  
Thanks
2 Users
Old 10/26/2016, 22:15   #4
 
elite*gold: 0
Join Date: Nov 2015
Posts: 157
Received Thanks: 61
reply

Quote:
Originally Posted by NoCheatImPGM View Post
Hey,

I'd rather use instead of using a webbrowser.
Hi,

yes but I'm afraid that can intercept the packages
orys is offline  
Thanks
1 User
Old 10/26/2016, 22:27   #5

 
~Demetrio~'s Avatar
 
elite*gold: 93
Join Date: Oct 2012
Posts: 1,234
Received Thanks: 1,117
Web browser can do slow login process :
Here ya have something useful [Not my code]

~Demetrio~ is offline  
Thanks
3 Users
Old 10/26/2016, 22:29   #6
 
elite*gold: 0
Join Date: Nov 2015
Posts: 157
Received Thanks: 61
Quote:
Originally Posted by ~Demetrio~ View Post
Web browser can do slow login process :
Here ya have something useful

Hi

very interested, good job (for sharing)
orys is offline  
Thanks
1 User
Old 10/26/2016, 22:52   #7
 
Řoβч966's Avatar
 
elite*gold: 0
The Black Market: 117/0/2
Join Date: Sep 2014
Posts: 2,867
Received Thanks: 2,516
Quote:
Originally Posted by orys View Post
Hi

very interested, good job (for sharing)
Nice work by doing this thread, almost the same idea i had but well... I still can't code well.

May i ask, where are you from? I've recognised some word, but i may be wrong, italy?
Řoβч966 is offline  
Old 10/26/2016, 22:59   #8
 
elite*gold: 0
Join Date: Nov 2015
Posts: 157
Received Thanks: 61
-
orys is offline  
Thanks
1 User
Old 10/28/2016, 07:35   #9
 
manulaiko3.0's Avatar
 
elite*gold: 0
Join Date: May 2014
Posts: 662
Received Thanks: 1,154
Quote:
Originally Posted by orys View Post
Hi,

yes but I'm afraid that can intercept the packages
Web browsers also make http requests.
manulaiko3.0 is offline  
Thanks
1 User
Old 10/28/2016, 16:29   #10
 
elite*gold: 33
Join Date: Feb 2012
Posts: 590
Received Thanks: 148
Well, if you dont know how to send those login packets and you insist on taking a WebBrowserControl, then don't use this IE thingy. Use , it's simple, but quite fast. It's based on Chromium which also is being used in Chrome.

It also got some other features as well, but for the main reason:
It's open-source
Technostar is offline  
Thanks
2 Users
Old 10/29/2016, 08:57   #11
 
elite*gold: 0
Join Date: Aug 2014
Posts: 16
Received Thanks: 0
me "Do sid" with you data and automatically launch code to login ? and click bonus boxes code pls
lencls37 is offline  
Old 10/29/2016, 13:32   #12
 
elite*gold: 0
Join Date: Nov 2015
Posts: 157
Received Thanks: 61
Quote:
Originally Posted by lencls37 View Post
me "Do sid" with you data and automatically launch code to login ? and click bonus boxes code pls
Hi,

If you intend to use autoit, there is this simple script, that is running:
  • Search box or palla
  • Use minimap region
  • Use windows region search
ps: ]MENTION] = "@"


Change:
Code:
Global $pallacolor= 0xECFBF7
or or integrates image search
Download imagesearch: --->

Add in statements:
Code:
#include <ImageSearch.au3>
And add declaration:
Code:
global $y = 0, $x = 0
' $boximage= _ImageSearchArea('box.bmp', 0, $x, $y, 0)
Use this guide:
orys is offline  
Thanks
2 Users
Old 10/29/2016, 14:18   #13
 
skeith_sk8's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 3,053
Received Thanks: 2,658
Recomendation to all coders (especially new coders). Make a functions documentation is essential on every project. When you spend a lot of hours programming and you have for example +1000 lines code its pretty usefull to have a documentation as you will not need to think, you will only have to read. It is also very important if you will share the code with another programmer as he may not understand some things and if you have written the documentation it will be easier for him.

I also recommend to create multiple different functions. I mean, if you are creating a GG spinner/clicker for example, dont create just 1 funcion. First create the function which clicks on the GG button, then a function which check how many GG spins you have and so on. It will be easier for code and the most important thing, it will be easier to solve possible bugs.
Example of multiple functions. For the pet checking i have 4 different functions which are called in the global PET function


Simple autoit code for a repair random feature:
Code:
//Generates a random number in order to repair between portal&spot 
Func repairRandom()
   Local $i = Random(1,2,1)  //This generates a random number between 1&2
   If $i = 1 Then            //If the number is 1:
	  Call("repairWhere", $ImageRepairPortal) //We call the repair function with the param $ImageRepairPortal
   Else                      ;If the number is not 1, then its 2, so:
	  Call("repairWhere", $ImageRepairSpot)	 //We call the repair function with the param $ImageRepairSpot
   EndIf
EndFunc
I also want to mention this function documentation, which is pretty usefull:

It runs a function every X ms.
Usage example:
Code:
AdlibRegister ("cloak",Random(25000,35000,1)) //This should be on the main. I have a function called start on my bot where i call all adlinregister functions.

Func cloak()
   If $camuflar1 = "1" Then //Cloak CPU must be on key 1 ($camuflar1 is the GUI content for that)
	  Send("1")
   EndIf
EndFunc
Random mouse click example. ($x and $y are global var. They are the coordinates of the imagesearch). $searchImg is the path to the image to search. Example (there should be a @ before desktopWidth and Height)
Code:
Local $searchImg= _ImageSearchArea($searchImg,1,0,0, DesktopWidth, DesktopHeight, $x, $y, 22) 
   If $searchImg = 1 Then 
         MouseClick("left",$x+Random(1,3,1),$y+Random(1,3,1),1,0)
skeith_sk8 is offline  
Thanks
3 Users
Old 10/30/2016, 00:57   #14
 
YatoDev's Avatar
 
elite*gold: 50
Join Date: Sep 2012
Posts: 3,841
Received Thanks: 1,462
Quote:
Originally Posted by skeith_sk8 View Post
SNIP
Why do you use Call() to call the functions?
YatoDev is offline  
Thanks
1 User
Old 10/30/2016, 10:49   #15
 
skeith_sk8's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 3,053
Received Thanks: 2,658
Quote:
Originally Posted by YatoDev View Post
Why do you use Call() to call the functions?
Yes i know that i can also use cloak() instead of the call, but i prefer it, dont ask me why because i dont know it hahahahaha
I think that Call("cloak",param) is more visible than just cloak(param)
skeith_sk8 is offline  
Thanks
1 User
Reply




All times are GMT +1. The time now is 08:30.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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