[Solved] Am I on the right path to build an online game bot? [closed]


To accomplish a task like this I would probably use Puppeteer.js and page.mouse.click(x, y); to manage clicking and whatnot. The best ways to build bots for a game though are to create a “bot client”. Finding a way to sit between the data sent from a server and create your own interface to interpret that information is going to allow you to have a more fine tuned control of how your bot works. Of course, there are also color detection bots, and depending on the type of game there are many ways to automate tasks.

solved Am I on the right path to build an online game bot? [closed]