Im just getting started looking for ideas i want to make a nice bot w/o a gui any ideas on what programing languages to use and just the all around sh*t i will need to create a bot designed purely for ops?
visual basic
vb wont do console apps
Quote from: Camel on April 14, 2003, 04:04 PM
vb wont do console apps
Yes it will, you just have to use the Windows API. Example: http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=30204&lngWId=1
Quote from: kamakazie on April 14, 2003, 04:11 PM
Quote from: Camel on April 14, 2003, 04:04 PM
vb wont do console apps
Yes it will, you just have to use the Windows API. Example: http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=30204&lngWId=1
Of course, you have to ask yourself whether it's worth having to bend over backwards to get a console application working with Visual Basic when a) VB is clearly designed for making GUIs, fast, and b) it'd actually be
easier to do it with something which has native character-mode I/O, such as C or C++.
hmm, I say gogo PASCAL!
(borland Turbo Pascal owns j00)
Learn Python. It's easier to learn than VB.
ty all, I got vb 6.0 and borland C++ lets see what i can do lol, ill probably need more help soon
DDX_DoCtoR
Quote from: St0rm.iD on April 14, 2003, 07:41 PM
Learn Python. It's easier to learn than VB.
:o Something's easier than VB!?
VB .NET has the ability to make console apps, but really isn't suited for bot making because of the .NET Framework Update required to be run.
Quote from: Camel on April 14, 2003, 04:04 PM
vb wont do console apps
that's too funny. +1 for it.
ugh, you know what i meant ::)
Quote from: drivehappy on April 14, 2003, 11:47 PMVB .NET has the ability to make console apps
VB.NET == C#.NET == C++.NET
What's the common denominator? .NET.
The only difference is syntax.