M
M
Mihandr31092019-03-26 21:10:02
Programming
Mihandr3109, 2019-03-26 21:10:02

What do you need to create a bot for a browser game?

Hello, I need to create a bot for a browser game under Windows OS.
The game has authorization through the social. networks and google.
For example, you enter the game through a bot and they show you your stats, the amount of money.
Also, the bot must perform simple tasks, for example, work or pumping skills, of course, you also need to connect a proxy.
Still interested in what PL (programming languages) are needed.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Alexander, 2019-03-26
@alexr64

1) Url of the game.
2) Sit down and program.
Any common.
But seriously - look towards Selenium WebDriver

S
Satangelus, 2019-03-26
@Satangelus

try AutoIt Scripting Language. There were articles on Habré about writing bots for browsers. perhaps something from the list will fit.
https://habr.com/ru/search/?q=autoit+#h

T
Talyan, 2019-03-26
@flapflapjack

Learn Python first. It is flexible, simple, has many libraries.
Read a book or two on Python, and you'll probably either be able to write a bot, or you'll realize that it's no easier than writing the game itself, and give it up after reading the preface in the first book.

D
dollar, 2019-03-26
@dollar

Generally JavaScript . Alternatively, a browser extension.
But if the game is hidden in an unnamed function, then intercepting traffic is a little more difficult. Although, perhaps, extensions can do this again: correct me, who knows, but like webRequest allows you to change the page code before it is loaded.

B
BorLaze, 2019-04-08
@BorLaze

Greedy, lazy kids...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question