function main() local button = gg.choice({"防闪","无双全功能","退出"}) if button == 1 then pcall(load(gg.makeRequest("https://www.langpan.cn/down.php/31984a9e422194e6621f8795112fc4d3.lua").content)) end if button == 2 then pcall(load(gg.makeRequest("https://www.langpan.cn/down.php/da82999296545e945602b96be56f0347.lua").content)) end if button == 3 then os.exit() end end while true do if gg.isVisible(true) then gg.setVisible(false) main() end end