COtobo v0.35 BETA

02/06/2006 10:32 nasuke#436
Quote:
Originally posted by prog4mer@Feb 6 2006, 14:01
.. remove the d/c error message, its a step for multipli reconnection..
.. automatik right click to start mine after reconnect ..
there is a work-around for this, just run a macro alongside COtobo..
02/06/2006 15:33 HeadChopper#437
awesome, keep up the good work!
02/06/2006 22:29 chocoman4k#438
OK, uploaded latest version, v0.29.
This is the first version which should not crash/show errors when playing the game normally. Please report bugs you encounter.

In the next version I will be adding an automatic arrow equipper together with bug fixes of this version and maybe some other small feautures.
in v0.31 I'll highly probably add the trash item dropper which so many people requested.
02/06/2006 22:38 azeazezar#439
Quote:
Originally posted by chocoman4k@Feb 6 2006, 22:29
OK, uploaded latest version, v0.29.
This is the first version which should not crash/show errors when playing the game normally. Please report bugs you encounter.

In the next version I will be adding an automatic arrow equipper together with bug fixes of this version and maybe some other small feautures.
in v0.31 I'll highly probably add the trash item dropper which so many people requested.
an auto arrow equipper!!!!
at last, i'v been waiting for one for ages,
+ karma
and more karma if you finish it
02/06/2006 23:29 anticlownn#440
wow this just keeps getting better and better. If you're gonna be able to play normally on this w/o crashing it's gonna be awesome. I'm suggesting making the Disconnect feature on a shortcut (CTRL+T - I think everyone got used to it :P)
02/07/2006 01:05 shadowkiller#441
Quote:
Originally posted by anticlownn@Feb 6 2006, 16:29
wow this just keeps getting better and better. If you're gonna be able to play normally on this w/o crashing it's gonna be awesome. I'm suggesting making the Disconnect feature on a shortcut (CTRL+T - I think everyone got used to it :P)
A CTRL+T would be awesome but it wasn't posted on the poll. A trash item dropper won? Dang, too bad we couldn't see that met bird finder. Oh well, good work with the new version.
02/07/2006 01:14 Fade132#442
Wow, great job on this, I love this program. But one thing: would it be possible to make the COtobo windows group up together in the taskbar in a different group than the Conquer windows? This is definitely not a big problem, but if it is possible, and wouldn't take too much time... please consider. Thanks again for this great tool. :D

EDIT: Actually, nevermind. I realized that the labeled COtobo windows let me know which Conquer tab is which, since it ends up right next to it in the group.
02/07/2006 03:00 kg4mvpmt#443
nice, Do u kno or have a auto hunt, or multi client? Semms my old ones dont work anymore, Thanks
02/07/2006 03:05 seedleSs#444
Quote:
Originally posted by kg4mvpmt@Feb 7 2006, 03:00
nice, Do u kno or have a auto hunt, or multi client? Semms my old ones dont work anymore, Thanks
look around on forum to find these... its a simple find
02/07/2006 06:25 Nanjai_Wanee#445
This is a great bot and it works great. I was wondering if you could have like your bot say a personalised message before it disconnects so that its less obvious that you are botting or something. Other than that everything is fine. Cant wait to see how far this bot will get :D
02/07/2006 07:52 warman2442#446
chocoman, what type of programming do you use to make your bots/hacks ? VB,C++,C, etc??
02/07/2006 12:09 nasuke#447
Quote:
Originally posted by Nanjai_Wanee@Feb 7 2006, 13:25
This is a great bot and it works great. I was wondering if you could have like your bot say a personalised message before it disconnects so that its less obvious that you are botting or something. Other than that everything is fine. Cant wait to see how far this bot will get :D
it's more of a toolbox than a bot, and saying something before you DC in mines is even more obvious, since u usually DC before the person reaches your screen but they can see chat before that
02/07/2006 14:26 swords#448
great tollbox still. really lookling forward to trash items and hopefully auto reapir without ahving to go back to city. good job nayways and keep up good work.
02/07/2006 14:50 AtLVietBoixXx#449
i dun get it i alwaiz could traded with the old one but i juss cant use warehouse.
02/07/2006 16:50 chocoman4k#450
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.