Вопрос ImGui Website picture implement

Начинающий
Статус
Оффлайн
Регистрация
5 Май 2021
Сообщения
47
Реакции[?]
1
Поинты[?]
0
1654949835173.png

how I can implement the profile picture of my website(Example Mybb or Xenforo)
 
Последнее редактирование:
Эксперт
Статус
Оффлайн
Регистрация
29 Мар 2021
Сообщения
1,574
Реакции[?]
595
Поинты[?]
34K
1) the easiest one - to store the image somewhere on your pc, then just draw it in. you can download the proper one in the loader, with something like b1gpaste.ua/api/profile_picture?uid=..., then store it in bytecode idk, figure it out.

2) make the request from the dll, parse the response, store the png, draw it in.
 
Сверху Снизу