C
C
ComMMoN862014-09-03 09:00:46
C++ / C#
ComMMoN86, 2014-09-03 09:00:46

Bot for World of Tanks in C#?

Good to everyone, I'm not strong in desktop programming, but I have scanty experience.
In general, I wanted to try to write a bot for playing World of Tanks tanks only for myself and in C #, how can I make the tank move, shoot and start the battle, if someone has some experience or a finished project, I would be grateful, I repeat this only for myself

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
gleb_kudr, 2014-09-03
@gleb_kudr

There are basically two different types of bots.
1. Interception of memory or packets. Pluses - quite powerful features, very high speed, multi-window modes. Cons - the possibility of detection, non-intuitive development.
2. OCR (recognition) + emulation of player actions - mouse or keyboard. Pluses - intuitiveness of development, complexity of detection. Cons - problems with performance, single-window mode, frequent recognition errors.
For a beginner, I recommend the second method.

G
GetB, 2014-09-05
@GetB

It is a bad idea:)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question