local FH_ItemName = 'FuHongGameGuardian' local FH_PackageName = 'fuhonggg.cn' local Yun_Version = 20250118 local link = 'http://fuhongweb.cn' if FH_PackageName == gg.PACKAGE then else os.exit(print(gg.PACKAGE)) end gg.toast(FH_ItemName..'加载资源中...\nYunVersion:'..Yun_Version..'\n官网:'..link) local content = gg.makeRequest(link..'/FuHongGameGuardian/FuHongGameGuardian.lua').content if content == nil or content == '' then os.exit(print('\n服务器出错啦 error404')) end load(content)()