Joined: 19 Jul 2004 Posts: 556 Location: Los Angeles, CA votes: 1
Posted: Tue Jan 04, 2005 11:03 pm Post subject:
I agree with Charles, the only reason i would suggest starting with perl is because of the support this page brings. There tend to be many more perl developers on this site and lots of code samples and templates writen in perl. _________________ [ matt ]
Joined: 03 May 2006 Posts: 2292 Location: Colorado
Posted: Wed Jan 05, 2005 12:05 am Post subject:
I know VB very well. I've written many things in it, including bots. I don't any more because VB is not friendly when it comes to dynamic scripting and string handling. It is not impossible, but it is not the easiest thing to do in VB. _________________ Eric256
Proud previous owner and current admin of Bot-depot.com
I know VB too, and one of the things I've never liked is the amount of code required to do some simple things. I've heard some good things about .NET though, and will be taking that as part of my degree later this year. At that point I'll probably start porting my bot over to it as a project and because it will let me do a few things I have in mind. hehe _________________ Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
visual basic is a barstard when it comes to string handling. And also when you are trying to create a bot it tends to run out of memory very often. Ive made my own 3 bot templates, 6 bots, msn proxy, and a few other little things for msn. Though, Visual Basic is plain english and is too easy. Thats why im considering Assembly (a.k.a ASM).. Visual basic also is easy to transfer viruses through the win32 platform. I can create a virus in 5 lines of code... :huh: .. thats why i hate vb
I can create a virus in 5 lines of code... :huh: .. thats why i hate vb
You can create virri with just about any programming language. Thats a bit of a ridiculous reason to not like VB. _________________ Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
is why i said i hate vb because you can create a virus, is because anyone can create a virus in 5 lines of coding.. That means that more viruses get around.. read the post before you criticise.. (i dont mean to be an asshole)
That does not make it easier for viruses to get around. Many virri are NOT written in VB anyway, and there are likely other languages that don't take many lines to create a virus either. Your point makes no sense, viruses get around easy because people make them and idiots download them, it has nothing to do with the language being used. _________________ Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
Joined: 03 Jan 2005 Posts: 21 Location: Almere, The Netherlands
Posted: Sat Jan 08, 2005 10:20 am Post subject:
I do both Perl and VB, yet I prefer to code in Perl. Not even because Perl can be used on multiple OS', but simply because I enjoy Perl more. Probably because I get the feeling that the VB editor is doing all the hard work for me, especially when I'm creating a GUI. I prefer to do some studying on the Tk modules in Perl rather than dragging and dropping a component in the VB editor. And also, when I'm working in VB I get the feeling I'm just typing a letter, as mentioned before it looks like plain english, I don't find that challenging enough. At least not as challenging as coding in Perl.
I guess that when I create an app in VB, creating the same program in Perl satisfies me more.
why doesn't any1 put up an working msnbot template for vb??
Because there is at least one I know of on this forum. Take your lazy self to the search button and find it. _________________ Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
Try looking around the downloads and sample stuff over at msnfanatic.com. Last time I checked they had some sample code to connect in VB. But just like (most people) here, if you ask them to write you something, they won't.