if imgui.CollapsingHeader(u8'Инфа о скрипте') then
imgui.Text(u8"Версия ...")
if imgui.Button("VK") then
os.execute("explorer 'https://vk.me/id...'")
end
imgui.SameLine(nil, 10)
if imgui.Button("BH") then
os.execute("explorer 'https://blast.hk/...'")
end
end