A
A
armageddon2342021-11-27 18:27:27
Python
armageddon234, 2021-11-27 18:27:27

Relationship of Python to programs?

I have a question. How to make a relationship with games and with python so that I can do anything with the game, from bot to cheats. How to make a relationship?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vindicar, 2021-11-27
@Vindicar

Under the naive "relationship" hides several completely different technologies.
The pyautogui and pywinauto packages deal with simulating user input (and interacting with the program interface in general).
If you need to crawl into someone else's memory, then you already need to use the win32 API of the ReadProcessMemory () / WriteProcessMemory () function. ctypes module to help.
If you need to get into the traffic of someone else's application, there is such a thing as dpkt.
The trick is that none of these tools are trivial to use . You need to have a good understanding of the process memory device in windows, the window interface device in windows, or the network protocol device, depending on the task. And this is not a matter of one month.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question