local resX, resY = getScreenResolution()
local mainFrame = imgui.OnFrame(function() return (isKeyDown(0x09) or (mInfo.isInputActive)) and WinState[0] end, function(self)
imgui.SetNextWindowPos(imgui.ImVec2(resX/2, resY/2), imgui.Cond.FirstUseEver, imgui.ImVec2(0.5, 0.5))
imgui.SetNextWindowSize(imgui.ImVec2(1030,770), imgui.Cond.FirstUseEver)
if imgui.BeginChild('Name', imgui.ImVec2(info.width - 10, info.height - 70), false, imgui.WindowFlags.NoDecoration + imgui.WindowFlags.NoMove) then