Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 711 Bytes

File metadata and controls

26 lines (21 loc) · 711 Bytes

MyBot C Scaffold

This folder contains a complete C rewrite of MyBot, a Clash of Clans automation bot originally written in AutoIt.

Features

  • Configuration loading from INI files
  • Logging to file and console
  • ADB integration for Android emulator control
  • Placeholder image recognition (expand with OpenCV)
  • Main automation loop with state detection and actions

Build

make

Run

./bin/mybot

Notes

  • This is a functional C port with core modules implemented.
  • Image processing uses placeholders; integrate OpenCV for real recognition.
  • Assumes ADB is installed and emulator is running.
  • For full functionality, add OpenCV and expand logic for specific CoC mechanics.