What is the prerequisites to create any kind of bot for conquer online for example autohunt or auto collector bot, what is the required or preferred programming languages and techniques ?
The tons of time and headaches comes either way.Quote:
#moved to co programming
requests for bots/releases are not allowed on epvp. The knowledge required depends on what you want to do and how you want to do it.
You could write something simple (like a auto potter or a script based level bot or something) in autoit.
You could write a memory/packet based bot in any language you wanted (most popular on this forum are C++ and C# although any language that can handle networking or memory functions would work)
You could do things like remove 'too far away' message or create various client exploits and cheats using assembly (most commonly olly but there's lots of options)
There's no single language or batch of knowledge you need. The fact you have to ask the question though indicates you have no real knowledge of general programming, scripting or game hacking. Learn the basics first and you'll save yourself tons of time and headaches.