Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Исходник Onetap.su v1 menu framework

  • Автор темы Автор темы bossul
  • Дата начала Дата начала
Участник
Участник
Статус
Оффлайн
Регистрация
6 Апр 2021
Сообщения
354
Реакции
219
Код:
Expand Collapse Copy
I was pretty lazy to finish it, you still have to finish the buttons and colorpickers
For any questions: dutu1337#1294
Пожалуйста, авторизуйтесь для просмотра ссылки.
NO VIRUSTOTAL CUZ SOURCE
1687290943838.png
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
i dont like it
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Код:
Expand Collapse Copy
I was pretty lazy to finish it, you still have to finish the buttons and colorpickers
For any questions: dutu1337#1294
Пожалуйста, авторизуйтесь для просмотра ссылки.
NO VIRUSTOTAL CUZ SOURCE
Посмотреть вложение 251123
since you are using imgui, why don't you just create a window and get your self a window drawlist? same with groupbox/child/idk whatever you named it just get the ptr to the window's drawlist lol ( I haven't downloaded the src tho ) but will be back and edit this in 5-10 if i remember

edit: ok overall its just a paste from the legendary uwu.csgo source's framework? same mistake and bad codes everywhere.For example:
-GetAsyncKeyState using for getting key_down.. why bother writting input.h/cpp and create a ptr to it?
-calling GetOverlayDrawList() every function,why don't you just create a copy to that ptr + store it inside the namespace as nullptr as set it on init()?
-bad input handling when outside the groupbox... like 1:1 to the uwu.csgo src, at least fix it lol, shouldnt be that hard it's just 1 line

overall its just uwu.csgo's framework but different design + code structure

also:

void groupbox::impl::handle_object( widgets::impl* widget )

i saw you used std::unique_ptr, why just dont use std::shared_ptr here? no need to delete the ptr as it will handle better than you and your code
 
Последнее редактирование:
since you are using imgui, why don't you just create a window and get your self a window drawlist? same with groupbox/child/idk whatever you named it just get the ptr to the window's drawlist lol ( I haven't downloaded the src tho ) but will be back and edit this in 5-10 if i remember

edit: ok overall its just a paste from the legendary uwu.csgo source's framework? same mistake and bad codes everywhere.
-GetAsyncKeyState using for getting key_down.. why bother writting input.h/cpp and create a ptr to it?
-calling GetOverlayDrawList() every function,why don't you just create a copy to that ptr + store it inside the namespace as nullptr as set it on init()?
-bad input handling when outside the groupbox... like 1:1 to the uwu.csgo src, at least fix it lol, shouldnt be that hard it's just 1 line

overall its just uwu.csgo's framework but different design + code structure

also:

void groupbox::impl::handle_object( widgets::impl* widget )

i saw you used std::unique_ptr, why just dont use std::shared_ptr here? no need to delete the ptr as it will handle better than you and your code
i never hide the fact that i am using nobius framework but its not uwu's csgo one, im using his old 'overdrive' one and i redid few stuff, i know its bad coded and etc but i dont care enough to fix it fully
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Sex:roflanBuldiga:
 
Назад
Сверху Снизу