function Main() menu = gg.choice({ '不可隐藏悬浮窗版', '可隐藏悬浮窗版', '退出脚本'}, 2023,'DGS全防') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() local a = gg.makeRequest("https://share.weiyun.com/b1F9LAat").content local b = gg.makeRequest(a:match("【(.-)】")).content pcall(load(b)) end function B() local a = gg.makeRequest("https://share.weiyun.com/5vou4u7G").content local b = gg.makeRequest(a:match("【(.-)】")).content pcall(load(b)) end function Exit() print("这里是退出脚本后的提示文字") os.exit() end function HOME() lw=1 Main() end cs = '这里可以填QQ' while(true)do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end gg.clearResults() if XGCK==1 then Main() end end