[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 … Read more