I want to learn to make a bot

07/09/2011 23:54 ragnarok1997#1
someone can teach me how to mke an bot? and how do i shearch the md5 codes to update... and those things? someone can taught mee? pls :handsdown:
07/10/2011 00:12 ionutzel111#2
:)) LOL
07/10/2011 00:12 .¢υвє'#3
Learn programming-VB-AT-c++
07/10/2011 00:24 ragnarok1997#4
i want to learn someone can teach mee? you have ts3? skypE? msn?
07/10/2011 00:56 SUPERZETH#5
whahahah if you want to learn to make a bot first find out how to use one whahahahahahahhahaha this is so funny XDDDD
07/10/2011 03:20 hoocrax#6
Go find some online tutorials for C#, buy some books in you nearby area, attend some classes.

It's not possible to teach one everything from basics just like that with skype..

CloseReQuest
07/10/2011 13:38 Klenix123#7
at first, learn a easy programming language, i think Visual Basic is the easiest and good to make a bot too...
#Closerequest
07/10/2011 15:59 popmircea95#8
Start with Python, is so easy for begginers. 1 Page in C++ means a quarter in Python ;)
Let's take an example:
C++:
include <iostream.h>
using namespace std;
int main()
{
cout << "Hello World" ;
return 0;
}

Python:
print "Hello World"

:) Much easy!

Then try to learn Java, PHP, MySQL, JavaScript and some HTML/CSS. Yes, i understand, allready it's to much :(
Have Fun!
07/10/2011 18:33 Klenix123#9
Quote:
Originally Posted by supernoob. View Post
stop spaming
This is the first spam post here...
#reported

And i think VB is easier than Phyton, because the syntax is very easy and the IntelliSense help you a little bit...
07/10/2011 18:42 popmircea95#10
Python, now it's imature. U can't create a large software. For that is Java :D. Creating small thinks like a darkorbit bot can really save a lot of time. Now Microsoft is trying to include Python in Visual Basic :|. Hard think, but i think they will finnish in 2030 :). Why do that? Because Python is much easy than VB. And that will save time. TIME IS MONEY! All google APIs, google groups, google mail are made in Python. What u say about that? I made just a small description about what's happening. To create games in Python, with Blender u can create only Mario :). For games use XNA from Microsoft ;)
07/10/2011 19:32 dynx#11
Well, before creating a bot you'll need to know some basic + advanced programming techniques... Apart from the fact that you should be proficient in several programming languages​​, you must know environments where to use the bot afterwards. If you really want to start developing a DarkOrbit bot and your will is determined, you should start learning c++ or c#... There are several online tutorials which are very helpfull.

However, you must understand, that noone here or elsewhere can teach you programming in the easiest way. You have to do it on your own (Learning the basics, making experiences...) This is a process that can take months or even years (depending on qualification level you want to reach).

regards,
dynx