(02-16-2015, 05:37 AM)bbob Wrote: Just wondered what functionality is coded in the dll?
export function dump: ImageTest, ImageSearch, ImageSearchEx, ImageSearchExt
=> Image recognition functions
(02-16-2015, 05:37 AM)bbob Wrote: Does the COC Bot use memory or character recognition when obtaining enemy gold/elixir/dark availability during the possible target presentation screen?
Character recognition (needs some improving though)
(02-16-2015, 05:37 AM)bbob Wrote: Is AutoIt a common tool used for Bots?
Yup, always has been (know it since v1), apparently still is.
(02-16-2015, 05:37 AM)bbob Wrote: What advantages or disadvantages do Python, Java or C# offer when developing bots like this one?
If you are at this stage any programming language will suffice. As beginner Java or Autoit will be easier to understand initially.