What program?

12/18/2011 09:56 Arvydas000#1
Hi all.I have one question, maybe can say me what program can create conqueronline bot? (I think is C++?).Fast answer.Thanks :rolleyes:
12/18/2011 11:09 BaussHacker#2
Any programming language.
12/18/2011 11:23 Chalkie#3
ned dawnload brogram namde notbad blus blus....meny brogram to mak boot that my.
12/18/2011 14:20 -Sensei-#4
fast man!
12/18/2011 14:26 majick#5
God really? if you need that answer why didn't you just translate the tutorial and Google up a torrent in that programming language.

didnt you see the sign
[Only registered and activated users can see links. Click Here To Register...]
they lurk
12/18/2011 16:40 Arvydas000#6
maybe know anyone tutorial? Becouse i want try to create a bot.I understand c++,notepad++,C# programs.
12/18/2011 18:20 aeldepaky#7
give him a Break will you, //you filme Break;
12/18/2011 20:21 andrewxxx#8
any programming language will be fine , even visual basic , its just how u gona use them
12/19/2011 09:53 donn#9
Quote:
Originally Posted by Arvydas000 View Post
maybe know anyone tutorial? Becouse i want try to create a bot.I understand c++,notepad++,C# programs.
1. Open Notepad++
2. Start writing
3. Compile
4. Run

Tutorial done. Enjoy your own bot.
12/19/2011 17:16 Arvydas000#10
donn nice tutorial thx :D I want see bot structure how him start write :)
12/19/2011 18:55 BaussHacker#11
Quote:
Originally Posted by Arvydas000 View Post
donn nice tutorial thx :D I want see bot structure how him start write :)
Code:
#include <stdio.h>
#include <conquerbot.h>

using namespace conquerbot;

int main(void)
{

while (botstatus == available)
{
bot();
}

return 0;
}
12/19/2011 20:47 majick#12
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]


Don't forget to click thanks in his threads.


c++ is a better language with java for the ease and security on certain things however c# is versatile
12/20/2011 02:47 pro4never#13
Don't forget the more generic..

[Only registered and activated users can see links. Click Here To Register...]
12/20/2011 23:24 andrewxxx#14
Quote:
Originally Posted by BaussHacker View Post
Code:
#include <stdio.h>
#include <conquerbot.h>

using namespace conquerbot;

int main(void)
{

while (botstatus == available)
{
bot();
}

return 0;
}
u made my day xD :handsdown:
12/21/2011 00:02 pro4never#15
Quote:
Originally Posted by andrewxxx View Post
u made my day xD :handsdown:
What, you asked for an idea of how to code it and he gave you a perfect example. Not funny at all xD


Honestly this has been gone over more times then I care to count. I know just personally (and I don't take that much credit, there's PLENTY of other resources on the forum and net in general) have released a bit thread on the theory and knowledge you'd need to know in order to deal with packets/bots/proxies, have written and released a fully working proxy with basic bot functionality as a framework to work with (it sucked but there's TONS of examples and information inside the thread to work with) as well as a second framework with full step by step guides and videos about how to go from framework to the beginnings of a working bot.

If you move away just from the bit of stuff I've written, there's also hawtness' full hook based framework to create a hook bot (no need for the new encryption which is what stops you from using the old proxy frameworks. They will not work on current patch without some serious work), hybrid's programming guides and well.. the list just keeps going.


We've provided some links but at this point I'd strongly suggest doing some reading and after that, do a bit more searching around the forum and the net in general. There's really not that much more that can be said on the subject that hasn't been gone over a hundred times.