[request]bot

12/29/2009 00:17 tuxx95#1
hey could any1 upload a bot that isnt autoit or auto hotkey like the "mabitron" from awhile back or a tut on how to make one thnx 8D
12/29/2009 01:35 Halfslashed#2
If your going to make a non autohotkey/autoit bot, then your going to have to program your own.

I've heard C, C#, and C++ are all good for making bots without AHK/AU3, so I suggest you try that.
12/29/2009 01:50 MabiRaccoon#3
Last one I made was coded in C++ and C#.

It worked using Injection and Packets, so the Botter was able to minimize Mabi or even have multiple Bots running at the same time.

So, I recommend using C++.
12/29/2009 02:46 Halfslashed#4
Words of wisdom.
12/29/2009 05:12 Theri#5
If you can't make a decent bot using autoit or ahk, don't bother looking at something more advanced in C or any other language. (the bot you uploaded and then didnt bother to keep a backup off doesn't really count, btw).
12/29/2009 13:56 tuxx95#6
Quote:
Originally Posted by MabiRaccoon View Post
Last one I made was coded in C++ and C#.

It worked using Injection and Packets, so the Botter was able to minimize Mabi or even have multiple Bots running at the same time.

So, I recommend using C++.
some questions for you:
1. do i need a bypass
2. whats the best free way to learn C++
3. whats the best compiler preferable with syntax highlight and suggestions like autoit
4. how to i gain access to packets
Quote:
Originally Posted by Theri View Post
If you can't make a decent bot using autoit or ahk, don't bother looking at something more advanced in C or any other language. (the bot you uploaded and then didnt bother to keep a backup off doesn't really count, btw).
that was a good bot and i can make really good autoit bots so im moving on to bigger and better things and i lost the backup b/c my cpu crashed while i was rewriting it
12/29/2009 18:06 Halfslashed#7
1. If it hooks to the client using a C++ hook, then yeah. Otherwise, no.
2. [Only registered and activated users can see links. Click Here To Register...] - It's outdated but it iwll give you a start.

Just remember, instead of #include <iostream.h>, use #include <iostream>.
Instead of cout, use std::cout .
3. I heard dev's C++ Compiler is good, but i use visual studio 2008 express edition.
Make sure you also have Notepad++ for the coding.
4. I suggest looking at the source code of rPE or WPE. You could probably see how they work.
12/29/2009 19:05 Theri#8
Quote:
Originally Posted by tuxx95 View Post
that was a good bot and i can make really good autoit bots so im moving on to bigger and better things and i lost the backup b/c my cpu crashed while i was rewriting it
You didnt even have like what, 100 lines of code? No error checking or any real logic in your bot and you call it good? Off the top of my head, your bot didnt check to make sure the client was still running, that you were logged in, that your weapons or sieves were not broken. From what others said it also tried to click on dead mobs.

Also, cpu crashed eh?