if main_window_state.v then
local sw, sh = getScreenResolution()
imgui.SetNextWindowPos(imgui.ImVec2(sw / 2, sh / 2), imgui.Cond.FirstUseEver, imgui.ImVec2(0.5, 0.5))
imgui.SetNextWindowSize(imgui.ImVec2(353, 325), imgui.Cond.FirstUseEver)
imgui.Begin('Connect', nil, imgui.WindowFlags.NoCollapse + imgui.WindowFlags.NoResize)
imgui.BeginChild('right', imgui.ImVec2(365, 290), true)
imgui.Indent(1)
if imgui.Button(u8'REDIRECT', imgui.ImVec2(230,25)) then REDIRECT() end
imgui.SameLine()
if imgui.Button(u8'Сайт cервера', imgui.ImVec2(88,25)) then
os.execute("explorer https://vk.com/redred")
end
imgui.Separator()
imgui.Separator()
if imgui.Button(u8'GREENIFY', imgui.ImVec2(230, 25)) then GREENINFY() end
imgui.SameLine()
if imgui.Button(u8'Сайт cервера', imgui.ImVec2(88,25)) then
os.execute("explorer https://vk.com/greenred")
end
imgui.Separator()
imgui.Separator()
if imgui.Button(u8'BLUESTACKS', imgui.ImVec2(230, 25)) then BLUESTACKS() end
imgui.SameLine()
if imgui.Button(u8'Сайт cервера', imgui.ImVec2(88,25)) then
os.execute("explorer http://vk.com/blublue")
end