local files = { { name = "Inject 程序(先执行这个)", url = "https://wp.kayyw.com/f/NqNMFq/64bit", path = "/storage/emulated/0/玖弦NB/32bit" }, } function httpDownload(url, path) gg.toast("开始下载...") local r = gg.makeRequest(url) if not r or r.code ~= 200 then gg.alert("下载失败\n状态码: "..tostring(r and r.code)) return false end local f = io.open(path, "wb") if not f then gg.alert("无法写入文件\n路径: "..path) return false end f:write(r.content) f:close() gg.toast("下载完成") return true end local item = files[1] if item then if httpDownload(item.url, item.path) then gg.alert("频道dwzpf") end else gg.alert("未找到可下载的文件项。") os.exit() end local DOWNLOAD_URL = "https://wlwp.tifvncmf.xyz/down.php/de6558bc455ba1ccf79665e3c01bdb4b.zip"--b追踪 local SAVE_PATH = "/storage/emulated/0/玖弦NB/lib玖弦.so" -- ============================= gg.toast("开始下载...") local ok, err = file.download(DOWNLOAD_URL, SAVE_PATH) if ok then gg.alert("下载成功!\n\n文件路径:\n" .. SAVE_PATH) else gg.alert("下载失败!\n\n错误:\n" .. tostring(err)) end loadYunLua('https://xuanmo.xyz/f/57gLHa/%E6%B7%A1%E9%9B%BE64bit.lua') gg.alert("注入成功马上出现悬浮窗")