Quote:
Originally posted by chocoman4k+Feb 7 2006, 16:50--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (chocoman4k @ Feb 7 2006, 16:50)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--warman2442@Feb 7 2006, 07:52
chocoman, what type of programming do you use to make your bots/hacks ? VB,C++,C, etc??
|
For COtobo:
The inject .dll (the actual program) was coded using C++ and C with inline assembly (Visual C++ .net 2003).
The loader was coded using assembly (masm) and C with inline assembly (Visual C++ 6).
COPE (the packet engine) was coded using C with inline assembly (Visual Studio 6).
For other projects:
When I can tell that it is going to be a large project I am using C++ with classes, otherwise C.
When I have to code some code which is later being injected into other processes I use the masm assembler.
For drafts, small tests etc. I use Visual C# or Delphi depending on what's easier to use according to the situation.
[/b][/quote]
choco wow thats amazing you noe all that, so you dont use visual basic 2005 *Which i think is newest version* for anything? Cuz im learning VB.