Quote:
Originally Posted by blaze420777
I've been botting for a long time and was thinking of getting into actually creating a proxy bot. I'm a complete novice at this so not sure what language to start learning to achive this. From what i've been reading on several places is that theres many progamming languages out there. I was wondering what language is usually used to create a proxy bot for Conquer. I've narrowed it down to python/C#/C++. What advice to you guys have for someone starting out?
|
Having never used python, I cannot comment on that, however I have created proxies in both C#/C++.
My experience of creating proxies in C# has always been, rather easy. I never imagined I would ever need to use c++, as I did not/do not plan to release publicly, obfuscation is not required. However with spare time on my hands, I decided to attempt it in C++. To be honest, I didn't find anything relatively hard, it was a basic copy of my C# proxy, with syntax converted to C++, with a few things tidied up.
I immediately noticed the difference with the memory management in C++, in comparison to C#, and the difference was substantial.
I'm sure I don't need to tell you that C++ is a native language and used in multiple companies worldwide. Building a proxy was a large learning curve with C++ for me, conquer provides a great outlet in which to better my skills, and I'm sure you'll be pleased with the results in C++.
Therefore I recommend you at least attempt it in C++, if you fail, then by all means, revert to C# :)
Advice has never been my strong point, but I do try my best.
The post above me makes a lot of sense also, please read that :)