do if type(getrlyunyz) ~= 'function' then gg.alert('请使用RLGG执行') os.exit() return end local info = { example_version = '1.0.3', name = '旧念', appid = '90720', appkey = 'OFsqBNN337eNk31m', rc4key = 'zD5sW0REeqoe51cW', version = '1.0', mi_type = '3' } local rlyunyz = getrlyunyz(info) local ret = rlyunyz.start() if not ret or not isTable(ret) or ret.sign ~= '57d958cbaffc63e9a162280ceca90f36' then os.exit() return end end function Dluae() Dahl = gg.choice({ "范围拾取", "美化", "加速100", "加速200", "广播体操", "大头", "退出脚本" }, nil, "旧念牛逼") if Dahl == 1 then a() end if Dahl == 2 then b() end if Dahl == 3 then c() end if Dahl == 4 then d() end if Dahl == 5 then e() end if Dahl == 6 then f() end if Dahl == 7 then Exit() end Rain = -1 end function a() gg.toast("开启成功") end function b() gg.toast("开启成功") end function c() gg.toast("开启成功") end function d() gg.toast("开启成功") end function e() gg.toast("开启成功") end function f() gg.toast("开启成功") end function Exit() print("谢谢使用") os.exit() end while true do if gg.isVisible(true) then Rain = 1 gg.setVisible(false) end gg.clearResults() if Rain == 1 then Dluae() end end