function Main() menu = gg.choice({ '和平美化\n更新日期2024.2.5\nSS25/1.25部分可能没效果\n', '退出'}, 2024,'NX美化\nTG-@TSMHNB') if menu == 1 then A() end if menu == 2 then Exit() end XGCK=-1 end function A() pcall(load(gg.makeRequest('https://cccimg.com/down.php/ee397a6e9add3fdd7e62ed748291b106.').content)) end function Exit() print("") os.exit() end function HOME() lw=1 Main() end while(true)do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end gg.clearResults() if XGCK==1 then Main() end end