Эксперт
- Статус
- Оффлайн
- Регистрация
- 9 Апр 2020
- Сообщения
- 1,479
- Реакции
- 679
На сервер сначало зайди.Выдаёт вот такую ошибку
Traceback (most recent call last):
File "C:\Users\minsk\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pymem\__init__.py", line 530, in read_int
value = pymem.memory.read_int(self.process_handle, address)
File "C:\Users\minsk\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pymem\memory.py", line 304, in read_int
bytes = read_bytes(handle, address, struct.calcsize('i'))
File "C:\Users\minsk\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pymem\memory.py", line 105, in read_bytes
raise pymem.exception.WinAPIError(error_code)
pymem.exception.WinAPIError: Windows api error, error_code: 299
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "wh.py", line 46, in <module>
ESP()
File "wh.py", line 26, in ESP
team = pm.read_int(player + m_iTeamNum)
File "C:\Users\minsk\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pymem\__init__.py", line 532, in read_int
raise pymem.exception.MemoryReadError(address, struct.calcsize('i'), e.error_code)
pymem.exception.MemoryReadError: Could not read memory at: 244, length: 4 - GetLastError: 299