[Programing] what is the best programing launguage

10/06/2010 17:22 lordovsaba#1
hi i am willing to learn a new programming launguage to create bots witch i will post for free useing so if you can please tell me what is the best one to learn i will start learning it as soon as possible i allready know a bit about VB
10/06/2010 19:06 iGeorge112#2
You can also try AutoIT for creating some bots but I don't think it's a programming language. If I'm wrong please someone correct me!
10/06/2010 19:27 jackpotsvr#3
I don't think there is a best language orso, just the one you understand and is the less buggy xD
10/06/2010 20:05 gabrola#4
There is no such thing as the best programming language, each language has it's uses.

Quote:
Originally Posted by iGeorge112 View Post
You can also try AutoIT for creating some bots but I don't think it's a programming language. If I'm wrong please someone correct me!
AutoIt is an automation script-based language.
10/06/2010 20:20 iGeorge112#5
Quote:
Originally Posted by gabrola View Post
There is no such thing as the best programming language, each language has it's uses.



AutoIt is an automation script-based language.
Thanks for correcting my mistake out there. Well I just told him an option, I saw many bots which were made with AutoIt.
10/06/2010 23:48 lordovsaba#6
i mean is there one that is more noticed by TQ than other one's?
10/07/2010 02:11 Fecker#7
I prefer C++, but Java is great for learning to program with. Once you learn one language it is so easy to learn more, each language shares alot of the same things. Then again, no one cares.... :rolleyes:
10/07/2010 03:32 pro4never#8
Quote:
Originally Posted by lordovsaba View Post
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.
10/07/2010 03:40 _tao4229_#9
Python, obviously.
10/07/2010 06:31 Ian*#10
Quote:
Originally Posted by _tao4229_ View Post
Python, obviously.
I love my bulky python programs :bandit::bandit:
10/07/2010 08:28 zhalyn#11
java, c++, Python and c# :)
10/07/2010 18:00 KraHen#12
Neither and all of them. Programming languages are just tools.
10/07/2010 18:18 IAmHawtness#13
I just tried out Python, and I must say I loved it
10/07/2010 22:49 ImmuneOne#14
I vote GTFO++.
10/08/2010 10:41 Korvacs#15
There is no Best programming language, they all ahve strengths and weaknesses, if there was a best programming language there wouldnt be hundreds of them, obviously.