write my first conquer bot

05/24/2013 11:51 elqnas1#1
hey

i would like to write my first conquer bot which just read character informations like the name , hp , mana , map , location

can any one help me with this

i know c++ language ,

any tutorial is accepted in any language
05/24/2013 13:00 Super Aids#2
There is a lot of tutorials if you search things like proxies and there is some hooking examples given as well. Not sure about hooking examples in C++, but there is one in D, which shouldn't be too hard to adapt into C++ since they're both similar languages.
05/24/2013 13:18 elqnas1#3
but there is one in D ??
what does D mean ??
05/24/2013 13:23 Captivate#4
Quote:
Originally Posted by elqnas1 View Post
but there is one in D ??
what does D mean ??
This made me highly doubt your knowledge of C++.
05/24/2013 13:31 go for it#5
Quote:
Originally Posted by elqnas1 View Post
but there is one in D ??
what does D mean ??
D is a programming language , and you should have a look at [Only registered and activated users can see links. Click Here To Register...]
this tutorials will teach you some asm and inline asm to hook functions , also there is methods and classes at this project which will do all the hooking/pattern patching for you
05/24/2013 14:23 elqnas1#6
Quote:
Originally Posted by go for it View Post
D is a programming language , and you should have a look at [Only registered and activated users can see links. Click Here To Register...]
this tutorials will teach you some asm and inline asm to hook functions , also there is methods and classes at this project which will do all the hooking/pattern patching for you

thx you very much
05/24/2013 14:25 Super Aids#7
D is a programming language compiling to native using a lot of modern programming technologies. It's just sad it's not used too much and kind of dead when it comes to resources, but it's a great language.

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

And here is the hooking example in D:
[Only registered and activated users can see links. Click Here To Register...]

Also some here for encryption changing:
[Only registered and activated users can see links. Click Here To Register...]

And if you want to learn basic sockets in D, here is mine for a webserver:
[Only registered and activated users can see links. Click Here To Register...]
05/24/2013 14:27 elqnas1#8
Quote:
Originally Posted by Captivate View Post
This made me highly doubt your knowledge of C++.
if you are going to give a reply to my Question you are welcome

other u better don't reply
05/24/2013 17:02 Dr.unreal#9
Quote:
Originally Posted by elqnas1 View Post
if you are going to give a reply to my Question you are welcome

other u better don't reply
Well to be honest he just made a proper observation . You see if you say you "know" c++ do you simply mean you know of it or do you actually know how to use it ? Its not usually good to be impolite to people trying to sort that out for you . That being said a simple google search would reveal to you how to read/write memory in c++ so your question seems even more suspicious . You know how to program and at the same time dont know how to google ? :-x
05/24/2013 17:51 Super Aids#10
Google would not get him far, but searching within in this forum would.
05/24/2013 20:49 Dr.unreal#11
Quote:
Originally Posted by Super Aids View Post
Google would not get him far, but searching within in this forum would.
Considering the fact majority of the epvp forums posts are already indexed and also the fact his questions would spead to mutch deeper scales if he wants to write a proper bot , google is the best opotion. Ofcourse there is tons of info on this forum however if he has no idea where to begin , making a proper research on the topic is a good idea .
05/24/2013 21:41 Super Aids#12
On the most part it would probably end up with people asking the same question.