Skip to content

Functioning

LucBerge edited this page Jul 29, 2019 · 2 revisions

Environement analyse

This bot read the received sockets to analyse the chat messages. But the biggest analyse part is done graphicaly : Pixels, images, texts, colors, optical caracter recognition...

Environement interaction

Unlike many bots, B4D does not send any sockets to work. It have the big advantage to be undetectable by the Dofus servers. This bot simulate clicks and key press to interact with the environment.

Used libraries

  • Tesseract (Optical Caracter Recognition)
  • Jgrapht (A* algorithm)
  • Jpcap (Read sockets)
  • Google Drive & Google Sheet API
  • Junit (Tests)