Quote:
Originally Posted by jordman001
Hi avati (and others ...), didnt know to better sent a PM for this or post it here, but since you have already a full mailbox i think, i'll put it here ^^
you can answer via PM pls :)
-----------------------------------------------------------------------------------------------------------------------
i really like to program. and i wanted to know wich language you used for making this bot? and did it take a long time?
i'm not asking for the sourcecode lol^^. but i have no idea to start :P. i have some basic of visual basic.net and a little c++. want to be an advanced programmer :D
every help is welcome :) even a little start :)
|
For me best way to start experimenting is to learn a script language like autoit. The programming there is not so hard because most of the hard work is already done by the autoit developers.
For example if you like to emulate a press button on autoit, you just need to write Send("x") and that press the x key. If you like to do the same on C# or C++ you have to write almost 10-20 lines of code and make a function that finally will do the same thing as autoit.
The biggest disadvantage of autoit is the speed and protection of the source code, for me...
Sometimes is even more stable to use a REAL programming language, than a script language.
If you like to start programming, my opinion is to start with something, where you can find tutorials or ready source codes that you can work with.
At this moment you can find on net very useful source codes for c# and C++ bot's.
If you really want to learn real programming, my opinion, start from there. ;)