Best language to code bots?

WTF?? UBOT? GTFO. That's not even a programming language.

Go .net and study winsock. (httprequests and such).
 
Stick to PHP if you already know it. It's not worth it to learn a different one unless you have serious reasons.

You can use PHP to build desktop apps - check PHP GTK2 project. If you plan to sell it, you should know it is probably easier to crack. But then again, anything is crackable.

You will have to develop your own scraping framework as there is no solid one for PHP.

If you do want to learn a language, I'd recommend Python. It is possibly the most elegant language I have ever seen and can be used from Web apps to scientific apps. Also, Python has "mechanize" class which is a port of Perl's www-mechanize which basically is a programmable "web browser" that can scrape and submit forms, follow links, etc.

Also, if you want to build bots, get familiar with regex and DOM parsers. Personally in PHP i use phpQuery for DOM manipulation as it is a PHP port of JQuery and is easy to use.
 
python is good because it's soo easy to learn and is simple yet powerful
 
If you want a free solution, you can do some serious damage using a combination of imacros and php scripts to drive it (by generating your imacros files and doing post processing in between http transactions). It's a good way of working around javascript that is too difficult to crack using curl and php from the command line.
 
I don't know jack about coding or making websites, but I have spent a couple days on ubot and its really awesome and easy to use. I have already make a few account creators and other programs custom to MY specs. It can do everything and it also solves the captcha with decaptcher support. I can also modify the program at any time I want. its soooo awesome. They have a coupon right now. The code is CHEAPEST

google ubot studio and youll find it. I hope this helps.
 
People are usign cold fusion and delphi to code the bots for yahoo and msn
 
If i have to code the bot I will select c# language of .net to code the bot for the yahoo messenger or any other website or im
 
lol @ ubot...
Ever heard of autoIt? It's pretty basic but probably one of the best languages to code some bots (very easy to learn, lots of UDFs and so on). Of course it does have it's limitations. Otherwise I'd go with the flow and suggest C#, probably the best choice for a task like that.

Cheers
 
php for desktop apps roflmao have not heard more stupid thing ever lol

as for TS question, use delphi
 
I would also recommend C#, HttpWebRequest or if you don't mind some extra work Sockets.

And yeah Ubot... omg
construction kit for noobs :D
 
Back
Top