SJ=gg.makeRequest('http://www.baidu.com'). content if (SJ==nil) then gg.alert("网络连接失败\n请尝试重启脚本") else gg.toast('网络连接成功') end GG='https://cccimg.com/down.php/07a36b7c626c5d929f316fde97a200e0.'--脚本链接 local SJ = gg.makeRequest(GG).content local SJ1 = SJ:match('【访问】(.-)【状态】') local SJ2 = SJ:match('【当前】(.-)【版本】') local SJ3 = SJ:match('【脚本】(.-)【链接】') local SJ4 = SJ:match('【关闭】(.-)【提示】') if SJ1=='开放'then else gg.alert(SJ4) os.exit() end gg.toast(('加载中')) pcall(load(SJ3)) --[[ 【访问】开放/关闭【状态】 【当前】1.0【版本】 【脚本】pcall(load(gg.makeRequest("脚本链 接"). content))【链接】 【关闭】感谢各位的支持\n本脚本从即起2023.3.10停止服务\n感谢各位的支持 再见【提示】 ]]