Quote:
Originally Posted by lordovsaba
i mean is there one that is more noticed by TQ than other one's?
|
The only ones they can possibly detect are known scripting programs. Programming languages themselves will allow you to create absolutely anything you want (with enough time, skill and dedication)
C++ is a very high end language that is used to create most high end commercial programs.
C# is a bit simpler to catch onto and allows rapid program development (while still allowing virtually anything you can do in C++. It tends to be a bit slower though.
Java is a great option, especially if you want multi platform compatibility (eg: run a proxy server using a linux vps) or if you want nice shiny graphics. I've known a few people who really enjoy using Java for quick and simple graphic UI's vs the rather generic windowsforms of C# and other .net languages.
Basically any mid level programming language will do just fine for what you want. There is SO much information on C# around the forum and it's what I enjoy personally so I'd suggest that as an option but if you are really willing to put time into learning a language (6+ months) then go with C++ just because it will open up more options in the long term.
Regardless I'd suggest spending at least a few months just learning the language before you attempt to make bots.
If you're interested there is a sticky about bots, proxies and packets in my sig/the discussion form. It has a lot of useful links and information.