Quote:
Originally posted by 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.