Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 15:17

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

Advertisement



Attempting to Make Pally Bot

Discussion on Attempting to Make Pally Bot within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2015
Posts: 155
Received Thanks: 6
Attempting to Make Pally Bot

Hi All,

I want to attempt to make a palladium collecting bot. I just have a few questions.

-Should I be using/looking into the program autoIT?
-Should I be using/look into auto clicker programs/bot making?
-How do I include an antiban feature in my bot (I will google this as well)?

That should be it for now, I appreciate all the answers, replies, and comments.

-K.S.
kidsavage is offline  
Old 02/29/2016, 06:14   #2

 
Dr.Toni's Avatar
 
elite*gold: 1001
Join Date: Mar 2013
Posts: 10,067
Received Thanks: 5,863
Quote:
Originally Posted by kidsavage View Post
Hi All,

I want to attempt to make a palladium collecting bot. I just have a few questions.

-Should I be using/looking into the program autoIT?
-Should I be using/look into auto clicker programs/bot making?
-How do I include an antiban feature in my bot (I will google this as well)?

That should be it for now, I appreciate all the answers, replies, and comments.

-K.S.
If you think AutoIt is a Program you shouldn't try to make a bot.

lol.
How to include a Antiban Feature? Sure, everybody will tell you.
Dr.Toni is offline  
Thanks
1 User
Old 02/29/2016, 07:37   #3
 
Freshek's Avatar
 
elite*gold: 0
Join Date: Aug 2015
Posts: 803
Received Thanks: 1,362
If you want to create really good bot don't use AutoIt, because it is scripting language. You could use C++, C# or Visual Basic (I don't like it^^). Antiban is very simple -> random times, random clicks etc.
Freshek is offline  
Thanks
1 User
Old 02/29/2016, 13:46   #4
 
Vossik's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 888
Received Thanks: 308
If you need to ask like that you shouldn't do that
Vossik is offline  
Old 02/29/2016, 17:09   #5
 
CAИЄŁAS's Avatar
 
elite*gold: 52
Join Date: Jun 2013
Posts: 377
Received Thanks: 226
Come on why are these answers? the guy doesn`t know much about the subject you don`t need to be rude

If he knew he wouldn`t be here
CAИЄŁAS is offline  
Thanks
1 User
Old 03/01/2016, 00:47   #6
 
elite*gold: 0
Join Date: Jun 2015
Posts: 155
Received Thanks: 6
Quote:
Originally Posted by CAИЄŁAS View Post
Come on why are these answers? the guy doesn`t know much about the subject you don`t need to be rude

If he knew he wouldn`t be here
I appreciate it. It's just something i wanted to try to be honest.

Quote:
Originally Posted by Freshek View Post
If you want to create really good bot don't use AutoIt, because it is scripting language. You could use C++, C# or Visual Basic (I don't like it^^). Antiban is very simple -> random times, random clicks etc.
Thanks, a lot will look into it now
kidsavage is offline  
Thanks
1 User
Old 03/01/2016, 03:31   #7

 
Snow❄️'s Avatar
 
elite*gold: 35
Join Date: Dec 2015
Posts: 999
Received Thanks: 328
Auto IT won't get you very complex bots. Visual Basic is a very very beginner language and it would be a good idea to start there. You can try to make simple auto clickers at first, then move on to circle tools or something of the sort. Visual Studio <-- the software you need.

Guys, he is new, no need to discourage him, who knows he could be the next JD.

Good luck man

Regards,
Snow
Snow❄️ is offline  
Old 03/01/2016, 20:04   #8

 
~Demetrio~'s Avatar
 
elite*gold: 93
Join Date: Oct 2012
Posts: 1,234
Received Thanks: 1,117
AutoIT is a very good language to make Only bots. but if you want a most complete laguage you should try c# or c++ , even vb is good for begginers but you won't learn a lot of things.

With autoit you can make a good bot if you have or you kow how to use some dll's , the problem is that is very easy to decompile or crack , they will have your source is you are not carefull.
~Demetrio~ is offline  
Old 03/01/2016, 20:33   #9

 
Dr.Toni's Avatar
 
elite*gold: 1001
Join Date: Mar 2013
Posts: 10,067
Received Thanks: 5,863
Quote:
Originally Posted by Snowman- View Post
Auto IT won't get you very complex bots. Visual Basic is a very very beginner language and it would be a good idea to start there. You can try to make simple auto clickers at first, then move on to circle tools or something of the sort. Visual Studio <-- the software you need.

Guys, he is new, no need to discourage him, who knows he could be the next JD.

Good luck man

Regards,
Snow
I can't get the point of this sentence.
Yeah it's very easy but that it isn't a reason to start with it.
It will be very difficult to change to any other language after that.
Dr.Toni is offline  
Old 03/01/2016, 21:38   #10

 
Snow❄️'s Avatar
 
elite*gold: 35
Join Date: Dec 2015
Posts: 999
Received Thanks: 328
Quote:
Originally Posted by Dr.Toni. View Post
I can't get the point of this sentence.
Yeah it's very easy but that it isn't a reason to start with it.
It will be very difficult to change to any other language after that.
Well, you can make very good programs with VB, depends on skill. Of course he can dive straight into c++, but if brand new, he can explore in VB and easily transition to c++, its not hard.
Snow❄️ is offline  
Old 03/01/2016, 21:45   #11

 
Dr.Toni's Avatar
 
elite*gold: 1001
Join Date: Mar 2013
Posts: 10,067
Received Thanks: 5,863
Quote:
Originally Posted by Snowman- View Post
Well, you can make very good programs with VB, depends on skill. Of course he can dive straight into c++, but if brand new, he can explore in VB and easily transition to c++, its not hard.
Of course it's hard.

VB.net
Code:
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        MessageBox.Show("Hello World", "Message Box Title")
    End Sub

End Class
C++:
Code:
#include <iostream>                                     

int main(){                                            
    std::cout << "Hello World!" << std::endl;  
   return 0;                                           
}
You can see the difference?
Dr.Toni is offline  
Old 03/01/2016, 23:12   #12
 
Vossik's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 888
Received Thanks: 308
There is no tool which will translate VB.net to C++ easily and make sure that the code will work for 100%. He has to know C++ to fix bugs which will be caused by translation...
If i were you I would avoid converting
Vossik is offline  
Thanks
1 User
Old 03/01/2016, 23:18   #13

 
Snow❄️'s Avatar
 
elite*gold: 35
Join Date: Dec 2015
Posts: 999
Received Thanks: 328
Quote:
Originally Posted by Dr.Toni. View Post
Of course it's hard.

VB.net
Code:
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        MessageBox.Show("Hello World", "Message Box Title")
    End Sub

End Class
C++:
Code:
#include <iostream>                                     

int main(){                                            
    std::cout << "Hello World!" << std::endl;  
   return 0;                                           
}
You can see the difference?
I know the difference, I can code in both, for one. I started in VB, and I am doing just fine in C++.
Snow❄️ is offline  
Old 03/02/2016, 00:48   #14
 
S7K Yuuki's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 246
Received Thanks: 397
Programming is completly independient of the language, if you know how a loop works, conditionals, pointers, streams, ... you can use any language that you want (and fit your requirements).

Of course there are easier and harder languages, for example C++ is considered one of the hardests (to master, not to write a single output to the console..). As it's name says, Visual Basic is... yeah, very basic. There are other languages like Java/C# (Almost the same), Php/Asp for web, ...

If you just want to make a simple pixel bot, probably autoIT fill your requirments. If you want to learn even more about programming and get into this world probably C#/Java are the easier options. C would be awesome, but maybe is a bit hard to understand certain parts (pointers, references to memory,...). Or even Php,at the end the syntax of all of them is almost the same.

Regards!
S7K Yuuki is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Attempting to reconnect
01/09/2014 - League of Legends - 6 Replies
Hey, ich wollte mal fragen, woran das liegen könnte, dass ich seid 2 Tagen in jedem Game alle 5-10 Minuten die verbindung verliere / mich einfach nichtmehr bewegen kann, ohne das die Meldung kommt..
What should I learn first before attempting to mod mabi?
06/11/2012 - Mabinogi - 3 Replies
Well, I'm a complete noob at this. I don't want to jump right into looking for downloads such as mabipake, as I don't think I will get very far knowing nothing about it. What are some things I should learn first? I don't plan on trying to make my own mod anytime soon, but what should I learn in order to do that eventually as well? Not looking for a hand held tutorial on anything, but can someone point me in the right direction? I've gone through quite a bit of threads and haven't found...
attempting to decompile the launcher
01/29/2012 - Minecraft - 4 Replies
as the title says, I'm attempting to decompile the minecraft launcher, but I'm having problems.. what the problem is: when I open the launcher and write username/password in the textboxes and press login, it will say in red above the text boxes and buttons in the login form "java.lang.NullPointerException" and in the console: E:\Files\Minecraft\Client\Launcher\src>java net.minecraft.LauncherFrame Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at...
Attempting ZcPWBotv0.27
09/23/2008 - Perfect World - 0 Replies
I have been attempting to use said bot, but when it asks me to press F11 to select the monster I want to combat and add it to the list, it does not work. I am running Windows Vista Home Premium. Is it possible it is something with my OS messing me up? or does this bot not work on V.19 of PW Malaysia?



All times are GMT +2. The time now is 15:17.


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.