D=gg.TYPE_DWORD E=gg.TYPE_DOUBLE F=gg.TYPE_FLOAT W=gg.TYPE_WORD B=gg.TYPE_BYTE X=gg.TYPE_XOR Q=gg.TYPE_QWORD Ca=gg.REGION_C_ALLOC Ch=gg.REGION_C_HEAP Jh=gg.REGION_JAVA_HEAP Cd=gg.REGION_C_DATA Cb=gg.REGION_C_BSS PS=gg.REGION_PPSSPP A=gg.REGION_ANOLKMOUS J=gg.REGION_JAVA S=gg.REGION_STACK As=gg.REGION_ASHMEM O=gg.REGION_OTHER B=gg.REGION_BAD Xa=gg.REGION_CODE_APP Xs=gg.REGION_CODE_SYS DWORD=gg.TYPE_DWORD DOUBLE=gg.TYPE_DOUBLE FLOAT=gg.TYPE_FLOAT WORD=gg.TYPE_WORD BYTE=gg.TYPE_BYTE XOR=gg.TYPE_XOR QWORD=gg.TYPE_QWORD ----语音函数 function GGYYT( axt ) gg.toast(axt) gg.playMusic("https://fanyi.baidu.com/gettts?lan=zh&text="..axt.."&spd=5&source=wise") 延迟(0.25) end function 打开语音(x) 打开语音=x end -----瞬移获取值 gg.clearResults() sj={} xgz={} function LKLK(ss,lx,nc,dz1,dz2) if ss~=nil then if lx~=nil then if nc==nil then nc=32 end gg.setRanges(nc) if dz1==nil then dz1="-1" end if dz2==nil then dz1="0" end gg.searchNumber(ss,lx,false,gg.SIGN_EQUAL,dz1,dz2) sl=gg.getResultCount() if sl~=0 then sj=gg.getResults(sl) gg.clearResults() else gg.toast("未搜索到主特征码") end else gg.toast("未搜索到主特征码") end else gg.toast("未搜索到主特征码") end end function LKpy(value,lx,py) if #sj~=nil then z1={} z2={} for i=1,#sj do z1[i]={} z1[i].address=sj[i].address+py z1[i].flags=lx end z1=gg.getValues(z1) for i=1,#sj do if z1[i].value==value then z2[#z2+1]={} z2[#z2]=sj[i] end end sj=z2 z1={} z2={} else gg.toast("缺少副特征码") end end function LKxg(value,lx,py,dj,name) if name==nil then name="功能" end if #sj~=nil then z={} for i=1,#sj do z[i]={} z[i].address=sj[i].address+py z[i].flags=lx z[i].value=value if dj==true then z[i].freeze=true end end if dj==true then gg.addListItems(z) else gg.clearList() gg.setValues(z) end if #z ~= 0 then gg.toast(""..name.."开启成功\n共修改 "..#z.." 个数据") else gg.toast(""..name.."开启失败\n请重选进程后尝试") end end end function LKxg(value,lx,LKpy,dj,name) if name==nil then name="功能" end if #sj~=nil then z={} for i=1,#sj do z[i]={} z[i].address=sj[i].address+LKpy z[i].flags=lx z[i].value=value if dj==true then z[i].freeze=true end end if dj==true then gg.addListItems(z) else gg.clearList() gg.setValues(z) end if #z ~= 0 then gg.toast(""..name.."开启成功\n共修改 "..#z.." 个数据") else gg.toast(""..name.."开启失败\n请重选进程后尝试") end end if 打开语音=="开启状态" then GGYYT(name.."功能开启完成") end end ----指针配置 function LSQ_pointer(search, write) if search[5] and search[6] then region_start = search[5] region_end = search[6] else region_start = 0 region_end = -1 end gg.clearResults() gg.setRanges(search[1][3]) gg.searchNumber(search[1][1], search[1][2], false, gg.SIGN_EQUAL, region_start, region_end) gg.refineNumber(search[1][1], search[1][2], false, gg.SIGN_EQUAL, region_start, region_end)--优化搜索的数据 if gg.getResultsCount() == 0 then gg.toast("没有搜索到指针数据") return false else local result = Get_value()--获取搜索到的所有数据 gg.clearResults() for i = 2, #search do--遍历副特征码数据 local offset_array = {}--存放偏移数组的表 for k, v in ipairs(result) do offset_array[#offset_array + 1] = { ["address"] = v["address"] + search[i][2],--把所有搜索出来的结果, 加上偏移量 ["flags"] = search[i][3] } end --print(offset_array) offset_array = gg.getValues(offset_array)--获取所有副特征数据 local verify_array = {}--验证数组表 for k, v in ipairs(offset_array) do--遍历偏移后的数据 if v["value"] == search[i][1] then--如果值等于主特征 verify_array[#verify_array + 1] = result[k] end end result = verify_array end if #result > 0 then local Table = { {}, {} } for k, v in ipairs(result) do for kk, vv in ipairs(write) do local Modifythe_array = { ["address"] = v["address"] + vv[2], ["flags"] = vv[3], ["value"] = vv[1], ["freeze"] = vv[4] } if vv[4] then Table[2][#Table[2] + 1] = Modifythe_array else Table[1][#Table[1] + 1] = Modifythe_array end end end gg.addListItems(Table[2]) gg.setValues(Table[1]) gg.toast("功能: [" .. search[1][4] .. "]开启成功共修改" .. (#Table[1] + #Table[2]) .. "条数据") return #result else return false end end end ---配置 function Lady(Search,Type,valeadd) if #sj == 0 then else Morii={} for i, v in pairs(sj) do Morii[i]={address=v.address+Search,flags=Type} end ss = gg.getValues(Morii) Morii1={} for i, v in ipairs(ss) do Morii1[i]=ss[i][valeadd] gg.addListItems(ss) Morii2=Morii1[1] if valeadd=="address" then Morii1[i]=string.format("%X",v.address) return Morii1[1] else return Morii2 end end end end ----- gg.clearResults() sj={} xgz={} function search(ss,lx,nc,dz1,dz2) if ss~=nil then if lx~=nil then if nc==nil then nc=32 end gg.setRanges(nc) if dz1==nil then dz1="-1" end if dz2==nil then dz1="0" end gg.searchNumber(ss,lx,false,gg.SIGN_EQUAL,dz1,dz2) sl=gg.getResultCount() if sl~=0 then sj=gg.getResults(sl) gg.toast("搜索到 "..sl.." 个结果") gg.clearResults() else gg.toast("未搜索到结果") end else gg.toast("无搜索值类型") end else gg.toast("无需搜索值") end end function py1(value,lx,py) if #sj~=nil then z1={} z2={} for i=1,#sj do z1[i]={} z1[i].address=sj[i].address+py z1[i].flags=lx end z1=gg.getValues(z1) for i=1,#sj do if z1[i].value==value then z2[#z2+1]={} z2[#z2]=sj[i] end end sj=z2 z1={} z2={} gg.toast("共偏移 "..#sj.." 个数据") else gg.toast("没有搜索数据") end end function py2(value,lx,py) if #sj~=nil then z1={} z2={} for i=1,#sj do z1[i]={} z1[i].address=sj[i].address+py z1[i].flags=lx end z1=gg.getValues(z1) for i=1,#sj do if z1[i].value~=value then z2[#z2+1]={} z2[#z2]=sj[i] end end sj=z2 z1={} z2={} gg.toast("共偏移 "..#sj.." 个数据") else gg.toast("没有搜索数据") end end function xg1(value,lx,py,dj) if #sj~=nil then z={} for i=1,#sj do z[i]={} z[i].address=sj[i].address+py z[i].flags=lx z[i].value=value if dj==true then z[i].freeze=true end end if dj==true then gg.addListItems(z) else gg.clearList() gg.setValues(z) end gg.toast("共修改 "..#z.." 个数据") else gg.toast("没有搜索数据") end end function xg2(bz,value,lx,py,dj) if #bz~=nil then z={} for i=1,#bz do z[i]={} z[i].address=bz[i].address+py z[i].flags=lx z[i].value=value if dj==true then z[i].freeze=true end end if dj==true then gg.addListItems(z) else gg.clearList() gg.setValues(z) end gg.toast("共修改 "..#z.." 个数据") else gg.toast("没有搜索数据") end end function bc(bz) if sj~=nil then _ENV[bz]=sj else gg.toast("无数据") end end function BaAdd(add) if gg.getTargetInfo().x64==true then t=gg.getValues({[1]={address=add,flags=32}}) return t[1].value else t=gg.getValues({[1]={address=add,flags=4}}) return t[1].value&0xFFFFFFFF end end function set(dz,xg,lx,dj) if dj=="true" then gg.addListItems({{address=dz,flags=lx,value=xg,freeze=true}}) else gg.setValues({{address=dz,flags=lx,value=xg}}) end gg.toast("已修改完成~") end ---- function DZZY(DZXTE, XG, LX, nc, gn, free) --local 创建变量=DZZXY(地址变量搜索, "修改", 类型, add-获取地址 vee-获取数值) mi = os.clock() if Android11=="激活" then gg.setRanges(O+nc) else gg.setRanges(nc) end if DZXTE== nil then gg.sleep(500) gg.toast("没有获取到数据") gg.sleep(500) else gg.clearResults() gg.searchAddress(DZXTE, FFFFFFFFFF, LX) sl=gg.getResults(9999) if sl==nil then gg.toast("该内存无获取数据") else axtei=gg.getResults(9999) axteio=axtei[1]["value"] if XG=="XG" then else axo = string.format("%.1f",os.clock()-mi) gg.editAll(XG, LX) gg.toast(gn.."开启成功\n耗时"..axo.."秒\n -- -- M O S -- --") end jgx=gg.getResults(9999) sl=gg.getResultCount() for i = 1, sl do dzy=jgx[i].address jgx=jgx[1]["value"] gg.addListItems({[1] = {address = dzy, flags = LX, freeze = free,value = jgx}}) return axteio end end end end ---- function Y_TM(py, lx, valeadd) if #sj == 0 then gg.toast("未搜索到数据!") else t = {} for i, v in pairs(sj) do t[i] = {address= v.address+py, flags = lx} end local ss = gg.getValues(t) local zyx = {} for i, v in ipairs(ss) do zyx[i] = ss[i][valeadd] gg.addListItems(ss) axit=zyx[1] if valeadd=="address" then zyx[i]=string.format("%X",v.address) return zyx[1] else return axit end end end end ----------------------- function zkzb(menu,weizhi) tmp={} for k,v in pairs(menu) do tmp[k] = menu[k][weizhi] end return tmp,k end function WJZDH(wjlj, hs) file = io.open(wjlj,"r") if file==nil then gg.toast("无内容") io.open(wjlj, "w+"):write("0") else local lines = hs --指定行 local line = 0 local value = nil for l in io.lines(wjlj) do line = line +1 if line == lines then value = l break end end if value == nil then gg.toast("无数据") end io.close(file) return value end end function WJZDX(ms, wjlj, nr) io.open(wjlj, ms):write(nr) end ----------文件调用---------- function 延迟(sj) sj=sj*1000 gg.sleep(sj) end function GGYYT( axt ) gg.toast(axt) gg.playMusic("https://fanyi.baidu.com/gettts?lan=zh&text="..axt.."&spd=5&source=wise") 延迟(0.25) end 勾选="checkbox" D=4 E=64 F=16 W=2 B=1 X=8 Q=32 Ca=4 Ch=1 Jh=2 Cd=8 Cb=16 PS=262144 A=32 J=65536 S=64 As=524288 O=-2080896 B=131072 Xa=16384 Xs=32768 function DQZDH(wjlj,hs) file = io.open(wjlj,"r") if file==nil then gg.toast("无内容") io.open(wjlj,"w+"):write("0") else local lines = hs --指定行 local line = 0 local value = nil for l in io.lines(wjlj) do line = line +1 if line == lines then value = l break end end if value == nil then value = "" end io.close(file) return value end end function WJZDX(ms, wjlj, nr) io.open(wjlj, ms):write(nr) end function LXFS() F = gg.alert("[联系我们呀]", "[加韵寒作者QQ]","[加LK群聊]") if F == 1 then gg.QQchat("1059224332") end if F == 2 then gg.QQgroup("690901241") end end LKZY_tab={ "LKTC", "KJGN", "SYGN", "JCHJ", "LXFS", "GSZS", "LKYYB", } function LKZY() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then LK = gg.choice({ "退出科技", "科技功能", "瞬移功能", "环境检测", "联系作者", "光速必开", "语音播报 - ["..打开语音.."]", }, nil, os.date"韵寒科技交流群:690901241\n主进程:Android"..gg.command("getprop ro.build.version.release")) if LK == nil then else _G[LKZY_tab[LK]]() end XGCK=-1 end end end 打开语音="开启状态" function LKYYB() if 打开语音=="开启状态" then 打开语音="关闭状态" GGYYT("关闭语音播报提示")else 打开语音="开启状态" GGYYT("打开语音播报提示") end end LK011={} for ni=1, 30 do LK011[ni]="[关闭状态]" end KJGN_tab={ "LKZY", "JSGN", "DGGN", "CWGN", "RCGN", "WQGN", "SZGN", "JCHJ", } function KJGN() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then LK = gg.choice({ "返回菜单", "加速功能", "定怪功能", "属性功能", "日常功能", "武器功能", "水战功能", "防检功能", }, nil, os.date"韵寒科技\n主进程:Android"..gg.command("getprop ro.build.version.release")) if LK == nil then else _G[KJGN_tab[LK]]() end XGCK=-1 end end end JSGN_tab={ "LKWSD", "LKCSD", "LKJZD", "BYZDY", "LKJSH", "LK65", "LKZY", } function JSGN() LK = gg.choice({ "加速微速度",---1 "加速超级速度",--2 "自定义加速",---3 "备用自定义加速",---4 "加速恢复",---5 "水上坐骑冲刺加速(保证运行95的时候是冲刺状态即可开启成功)",---6 "返回菜单",----8 }, nil, os.date"韵寒科技\n主进程:Android"..gg.command("getprop ro.build.version.release")) if LK == nil then else _G[JSGN_tab[LK]]() end XGCK=-1 end function LKJSH() LKLK(3.9521484375,F,Ca+O) LKpy(2,F,-0x100) LKxg(0.815,F,-0x1e0,false,"加速恢复") end function LKJZD() vv = gg.prompt({f1='请输入自定义加速范围(0.8~0.9) \n当然你可以填1.1 1.2,除了1之外都行[作死后果自负] '},{f1=''})if vv == nil then LK6() else LKLK(3.9521484375,F,Ca+O) LKpy(2,F,-0x100) LKxg(vv['f1'],F,-0x1e0,false,"加速") if #z == 0 then Bug() end end end function LKWSD() LKLK(3.9521484375,F,Ca+O) LKpy(2,F,-0x100) LKxg(0.9,F,-0x1e0,false,"加速") if #z == 0 then end end function LKCSD() LKLK(3.9521484375,F,Ca+O) LKpy(2,F,-0x100) LKxg(0.99,F,-0x1e0,false,"加速") if #z == 0 then end end function LK65() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC+gg.REGION_OTHER) gg.searchNumber('-1E;-1E;7E;-1E;55E::',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('7',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll('10',gg.TYPE_DOUBLE) gg.toast('开启成功') gg.clearResults() end function BYZDY() gg.alert("不要上坐骑,修改数为1") gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("0.82039999001", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(1000) sl=gg.getResultCount() for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_FLOAT,freeze = true,value = 2}}) end vl = gg.prompt({qc99='输入1不要超过否则封号'}, {qc99=''}) if vl == nil then FKCJIAOBEN() else fb1470() end end function fb1470() gg.alert("不要上坐骑,修改数为1") gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("0.8143370748", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(1000) sl=gg.getResultCount() for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_FLOAT,freeze = true,value = 2}}) end vl = gg.prompt({qc99='输入1不要超过否则封号'}, {qc99=''}) if vl == nil then FKCJIAOBEN() else fb1470() end end function fb1470() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber('0.811~0.815',gg.TYPE_FLOAT,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('0.811~0.815',gg.TYPE_FLOAT,false,gg.SIGN_EQUAL,0, -1) XL=(vl['qc99']) gg.getResults(9999) gg.editAll(vl['qc99'], gg.TYPE_FLOAT) gg.toast('加速开启成功') gg.clearResults() end DGGN_tab={ "KJGN", "PTDG", "LKDG", "GWFZ", "GWFS", "WSJG", "MYMLD", "GWLY", } function DGGN() LK = gg.choice({ "返回菜单", "普通定怪", "家园定怪", "怪物罚站", "怪物负伤", "无伤聚怪", "免疫奇美拉毒", "怪物领域", }, nil, os.date"韵寒科技\n主进程:Android"..gg.command("getprop ro.build.version.release")) if LK == nil then else _G[DGGN_tab[LK]]() end XGCK=-1 end function GWLY() LKLK("217.0;101.0;401.0::81",E,Ca+O) LKpy(101,E,0) LKxg(0,E,0,false,"人怪领域") end function PTDG() B = gg.alert("[普通定怪]","[开启]","[关闭]") if B == 1 then LKLK(183,E,Ca+O) LKxg(180,E,0,"普通定怪") end if B == 2 then LKLK(180,E,Ca+O) LKxg(183,E,0,"普通定怪") end end function LKDG() B = gg.alert("[家园定怪]","[开启]","[关闭]") if B == 1 then LKLK(183,E,Ca+O) LKxg(180,E,0,"家园定怪") end if B == 2 then LKLK(180,E,Ca+O) LKxg(183,E,0,"家园定怪") end end function GWFZ() local F = gg.alert("韵寒", "动物","BOSS") if F == 1 then dddd() end if F == 2 then dddd() end end function dddd() gg.alert("韵寒") gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC+gg.REGION_OTHER) gg.searchNumber("0.2e;16400w", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.2", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(500) gg.editAll("30", gg.TYPE_DOUBLE) gg.toast("怪物罚站开启成功") gg.clearResults() end function GWFS() LKLK(30000,D,Ca+O) LKpy(180,D,-0x48) LKxg(-1,F,-0x1C,true,"怪物负伤[开]") end function WSJG() LKLK(1045233131,D,Xs) LKpy(1137692678,D,-4) LKxg(1074266112,D,8,"无伤聚怪") end function MYMLD() LKLK(446,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) LKpy(150.0,E,-200) LKxg(1,E,-1000,true,"免疫奇美拉毒") end RCGN_tab={ "KJGN", "WDZT", "QTBH", "FWWK", "FWGS", "YCGJ", "JSGT", "JSFS", "JSZS", "SSXZ", "QTYY", "MDT", "MFK", "TYWCD", "CWWCD", "MJR", "XHZD", "LKNL", } function RCGN() LK = gg.choice({ "返回菜单", "无敌状态", "全图变海", "范围挖矿", "范围攻速", "远程攻击", "角色高跳", "角色防摔", "角色自杀", "水上行走", "全图游泳", "0秒灯塔", "0秒防卡", "跳跃无cd", "宠物无cd", "0秒救人", "消耗炸弹", "人物耐力", }, nil, os.date"韵寒科技\n主进程:Android"..gg.command("getprop ro.build.version.release")) if LK == nil then else _G[RCGN_tab[LK]]() end XGCK=-1 end function WDZT() A={{1280.0 ,64 ,-2080892 ,'无敌定怪'}, {1024.0 ,96,64}, {768.0 ,128,64}, {512.0 ,160,64}, }B = {{1,192,64, true}} LSQ_pointer(A, B) end function QTBH() F = gg.alert("全图变海", "开启", "关闭") if F== 1 then LKLK(1088309952,D,Ca+O) LKpy(1088374848,D,-0x20) LKpy(1088373824,D,-0x60) LKxg(5000,E,-0xd4,false,"全图变海控怪") end if F == 2 then LKLK(1088309952,D,Ca+O) LKpy(1088374848,D,-0x20) LKpy(1088373824,D,-0x60) LKxg(1000,E,-0xd4,false,"全图变海控怪") end end function FWWK() gg.alert("[包含砍树挖矿打人]拿工具开启后空手重新拿一下工具即可 ") LKLK(858993459,D,Ca+O) LKpy(1071854387,D,0x4) LKpy(-0.001,E,0x160) LKxg(9,E,-0xc40,false) LKxg(35,E,-0x760,false,("范围伤害")) end function YCGJ() LKLK(0.8,E,Ca+O) LKpy(0.3,E,-208) LKpy(2.0,E,-288) LKxg(10,E,-896,true,("远程范围")) end function FWGS() LKLK(100038,64,4+-2080896) LKpy(5,64,0xB0) LKpy(6,64,0xA0) LKxg(5,64,160,true,("范围攻速")) end function JSGT() pp = gg.prompt({kj9 = "请输入需要高跳的高度,20是正常跳跃高度\n\n最高别超过270"}, {kj9 = ""}) if pp == nil then gg.alert("你没有输入数值") GuoFu() else LKLK(0.2,E,Ca+O) LKpy(1.2731974746E-313,E,-60) LKxg(pp['kj9'],E,-960,false,"高跳") end function JSFS() F = gg.alert("[防摔]","[开启]","[关闭]") if F == 1 then LKLK(600,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) LKpy(6.5,E,-0x20) LKpy(5,E,0x20) LKxg(9999,E,-0x60,"人物防摔") end if F == 2 then LKLK(600,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) LKpy(6.5,E,-0x20) LKpy(5,E,0x20) LKxg(8,E,-0x60,"回复") end function JSZS() LKLK(40.0,E,Ca+O) LKpy(600.0,E,64) LKxg(9,E,1184) LKxg(9,E,-256) LKxg(0,E,-32,"角色自杀") end function SSXZ() if QTSS == 0 then QS = 0.2 elseif QTSS == 1 then QS = 999999 elseif QTSS == 2 then QS = -1.01 end F = gg.alert("[水上行走]", "[开启]","[关闭]") if F == 1 then LKLK(""..QS..";1.32665534584E-313::10000",E,gg.REGION_C_ALLOC+gg.REGION_OTHER) LKpy(""..QS.."",E,0) LKxg(-1.01,E,0,false,"水上行走") QTSS=2 end if F == 2 then LKLK(""..QS..";1.32665534584E-313::10000",E,gg.REGION_C_ALLOC+gg.REGION_OTHER) LKpy(""..QS.."",E,0) LKxg(0.2,E,0,false,"水上行走恢复") QTSS=0 end end function QTYY() B = gg.alert("[全图游泳]","[开启]","[关闭]") if B == 1 then LKLK(0.2,E,Ca+O) LKxg(30,E,0,"全图游泳") end if B == 2 then LKLK(0.2,E,Ca+O) LKxg(0.2,E,0,"全图游泳") end end function MDT() LKLK(1093579946,4,Ca+O) LKpy(1075052544,4,64) LKpy(1087373184,4,-96) LKxg(0.1,64,-196,"0秒灯塔传送") end function MFK() LKLK(9,E,Ca+O) LKpy(9.560862886906422E-298,E,240) LKpy(9.3980126448631E-309,E,340) LKxg(0.1,E,-144,"0秒防卡") end function TYWCD() LK(1.2,E,Ca+O) LKpy(1.2,E,0) LKxg(0.01,E,0,false,"跳跃无CD") end function CWWCD() LKLK(121,E,Ca+O) LKpy(1.5E-323,E,8) LKpy(2.0E-323,E,40) LKxg(0.1,E,16,"宠物无cd") end function MJR() LKLK("5E;1088512544D",E,Ca+O) LKpy(5,E,0) LKxg(0.1,E,0,false,"救人秒扶") end function XHZD() gg.alert[[拿一下炸弹]] gg.sleep(1500) gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("130", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.sleep(1500) gg.alert("放下斧头") gg.sleep(1500) gg.searchNumber("1", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.sleep(1500) gg.alert("拿上斧头") gg.sleep(1500) gg.searchNumber("130", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(99999) gg.editAll("9", gg.TYPE_DOUBLE) gg.toast("开启成功") gg.alert[[点完之后开放卡不要切换武器]] end function LKNL() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local SN = gg.multiChoice({ "游泳加耐力", "无限耐力", "耐力一秒回满", "拾取加耐力", "最大耐力值变1000", "返回菜单", }, nil, "韵寒科技") if SN == nil then else if SN[1] == true then b1a() end if SN[2] == true then b1b() end if SN[3] == true then b1c() end if SN[4] == true then b1d() end if SN[5] == true then b1e() end if SN[6] == true then LK1() end end XGCK=-1 end end end function b1a() LKLK(1.5,E,Ca+O) LKpy(8.0,E,96) LKxg(-10,E,96,true,"游泳加耐力") end function b1b() LKLK(0.6,E,Ca+O) LKpy(1071854387,D,0x4) LKpy(-0.001,E,0x160) LKxg(0,E,-0x40,false,"无限耐力") end function b1c() LKLK(3,E,Ca+O) LKpy(21474836479,Q,-44) LKpy(4,D,-24) LKpy(4,D,-40) LKpy(20,E,80) LKxg(999999,E,80,false,"耐力秒回满") end function b1d() LKLK(119.0,E,Ca+O) LKpy(3,E,16) LKxg(-10,E,16,false,"耐力秒回满") end function b1e() LKLK(222.0,E,Ca+O) LKpy(5.0,E,-32) LKpy(171.0,E,64) LKxg(4,E,32,true,"耐力变1000") end WQGN_tab={ "KJGN", "GJZZ", "GJMD", "GJSC", "QXZZ", "QXMD", "QXSC", "QXSS", } function WQGN() LK = gg.choice({ "返回菜单", "弓箭追踪", "弓箭秒到", "弓箭射程", "枪械追踪", "枪械秒到", "枪械射程", "枪械射速", }, nil, os.date"韵寒科技\n主进程:Android"..gg.command("getprop ro.build.version.release")) if LK == nil then else _G[WQGN_tab[LK]]() end XGCK=-1 end function GJZZ() LKLK(0.75,E,Ca) LKxg(1.11,E,-352,true,"弓箭追踪") end function GJMD() LKLK(30,E,Ca+O) LKxg(0,E,0,"弓箭秒到") end function QXZZ() LKLK(0.12,E,Ca+O) LKxg(3.1258,E,0,"枪械追踪") end function QXMD() LKLK(40,E,Ca+O) LKxg(86,E,0,"子弹秒到") end function QXSC() LKLK(27,E,Ca+O) LKxg(100.13561,E,0,"枪械射程") end function QXSS() LKLK(0.17,E,Ca+O) LKxg(0.1682,E,0,"枪械射速") end function JCHJ() gg.alert("韵寒") gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC+gg.REGION_OTHER) gg.searchNumber("842,084 ,352;909 ,456,435;.1094268983", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -0) gg.searchNumber("0.2", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(3) gg.editAll("30", gg.TYPE_DOUBLE) gg.toast("开启成功") gg.clearResults() end function SYGN() gg.alert("️[使用韵寒瞬移注意事项]:\n韵寒优化瞬移目标就是为了让大家使用科技实现日入千金,有很多种瞬移,每个瞬移写法不一样所以说每次只能用一种瞬移觉得那种好用就用那种,不然会出现未搜索到数据或开启失败的提示") local y=gg.prompt( {"计算x.y.z瞬移",--1 "人物瞬移[不卡地形]", "指针瞬移[推荐]", "计算定位瞬移",--2 "高度瞬移[还行]", "安卓5-11瞬移",--3 "安卓12瞬移",--4 "计秒自动瞬移",--8 "返回"}, {false,false,false,false,false,false,false,false,false,false,false}, {"checkbox","checkbox","checkbox","checkbox","checkbox","checkbox","checkbox","checkbox","checkbox"} ) if y==nil then gg.alert("你没有选择")else if y[1]==true then CMGN_2() end if y[2]==true then RWSY() end if y[3]==true then ZZSY() end if y[4]==true then moszx() end if y[5]==true then GDSY() end if y[6]==true then nzwy() end if y[7]==true then nzee() end if y[8]==true then xhks() end if y[9]==true then LKZY() end end XGCK=-1 end function RWSY() pcall(load(gg.makeRequest("http://www.yyj.asia/api/v3/file/get/8541/%E4%BA%BA%E7%89%A9%E7%9E%AC%E7%A7%BB.png?sign=0hBdQmbQCMjhhmOe_LLa6jWE0s3mVM_uD3mtaD80rnU%3D%3A0").content)) end function CMGN_2() pcall(load(gg.makeRequest("http://www.yyj.asia/api/v3/file/get/8543/%E8%8E%B7%E5%8F%96x%20y%20z%E7%9E%AC%E7%A7%BB.png?sign=7GCdrKo5wTMioYfAsK_H0a5dHUdfa5AvcTGorkv_izc%3D%3A0").content)) end function ZDSY() gg.toast("正在为你自动开启\n\n瞬移初始化") SYCSH_2() LK = gg.multiChoice({"泡泡自动瞬移[无限]","美人鱼自动瞬移[无限]","返回菜单",},nil,"韵寒无封瞬移") if LK == 1 then PPZD() end if LK == 2 then MRYZD() end if LK == 3 then SYGN()end XGCK=-1 end function PPZD() LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(1628,E,-44,false) LKxg(18547,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(2405,E,-44,false) LKxg(19000,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(2866,E,-44,false) LKxg(18457,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(1846,E,-44,false) LKxg(17720,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(2382,E,-44,false) LKxg(17616,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(2935,E,-44,false) LKxg(17715,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(15750,E,-44,false) LKxg(18210,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(16257,E,-44,false) LKxg(17720,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(16790,E,-44,false) LKxg(17610,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(17530,E,-44,false) LKxg(18600,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(2315,E,-44,false) LKxg(2860,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(3010,E,-44,false) LKxg(2394,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(3126,E,-44,false) LKxg(1647,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(2289,E,-44,false) LKxg(1469,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(1440,E,-44,false) LKxg(1603,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(16480,E,-44,false) LKxg(2370,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(17900,E,-44,false) LKxg(2695,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(16777,E,-44,false) LKxg(1373,E,-12,false) end function MRYZD() LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(741,E,-44,false) LKxg(17234,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(740,E,-44,false) LKxg(18235,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(2242,E,-44,false) LKxg(16732,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(1236,E,-44,false) LKxg(19735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(3742,E,-44,false) LKxg(17235,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(3737,E,-44,false) LKxg(19735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(4239,E,-44,false) LKxg(18735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(14239,E,-44,false) LKxg(18236,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(15239,E,-44,false) LKxg(19234,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(17740,E,-44,false) LKxg(19735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(19239,E,-44,false) LKxg(19735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(18239,E,-44,false) LKxg(17735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(19240,E,-44,false) LKxg(18734,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(3740,E,-44,false) LKxg(8740,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(2745,E,-44,false) LKxg(8238,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(5242,E,-44,false) LKxg(8240,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(1743,E,-44,false) LKxg(7737,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(5742,E,-44,false) LKxg(7237,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(1245,E,-44,false) LKxg(6740,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(2742,E,-44,false) LKxg(5240,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(5243,E,-44,false) LKxg(5238,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(3743,E,-44,false) LKxg(4738,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(741,E,-44,false) LKxg(3239,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(242,E,-44,false) LKxg(1739,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(1242,E,-44,false) LKxg(737,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(5742,E,-44,false) LKxg(2239,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(4242,E,-44,false) LKxg(1739,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(5742,E,-44,false) LKxg(238,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(14739,E,-44,false) LKxg(2236,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(17740,E,-44,false) LKxg(3740,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(18745,E,-44,false) LKxg(1740,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") ZDSY() end LKLK(7758258,D,Ca) LKpy(7758258,D,0) LKxg(5738,E,-44,false) LKxg(2235,E,-12,false) end function GDSY() pcall(load(gg.makeRequest("http://www.yyj.asia/api/v3/file/get/8542/mos.png?sign=LLGM84GybRCw75wpjOMjkweusvUDaEPXznint5OFm7U%3D%3A0").content)) end function ZZSY() pcall(load(gg.makeRequest("http://www.yyj.asia/api/v3/file/get/8544/%E6%8C%87%E9%92%88%E7%9E%AC%E7%A7%BB.png?sign=RN4tSt_YejoeGAix2IkwyhZv8oYblHiKNC6zCPIGAkg%3D%3A0").content)) end function moszx() gg.toast("正在连接数据\n\n再次点击") pcall(load(gg.makeRequest("http://38.60.29.248:1128/api/v3/file/get/6151/%E7%9E%AC%E7%A7%BB.png?sign=9lpIB26NZc9e03sXYaki8XCLw9CQhuniYF7ewSD8I8g%3D%3A0").content)) end function nzee() pcall(load(gg.makeRequest("http://www.yyj.asia/api/v3/file/get/7518/%E5%AE%89%E5%8D%93%EF%BC%8812%EF%BC%89.png?sign=40PPmYpHY1Rc-bteYXm7rW7jMkbAoaQrUYGX8r1fiCY%3D%3A0").content)) end function nzwy() pcall(load(gg.makeRequest("http://www.yyj.asia/api/v3/file/get/7516/%E5%AE%89%E5%8D%93%EF%BC%885-11%EF%BC%89.png?sign=t29dSIrAsWE9pKTzkmtdba5qTtJO9vloE1NX0kaBylg%3D%3A0").content)) end CWGN_tab={ "LKZY", "WXFZ", "BCSF", "BCJE", "WXNL", } function CWGN() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then LK = gg.choice({ "返回菜单", "无限负重", "补充水分", "补充饥饿", "无限耐力", }, nil, os.date"韵寒科技\n主进程:Android"..gg.command("getprop ro.build.version.release")) if LK == nil then else _G[CWGN_tab[LK]]() end XGCK=-1 end end end function WXFC() gg.alert("此功能需要在没有负重时开") editData({ {["memory"] = Ca+O}, {["name"] = "无限负重"}, {["value"] = 1078689792, ["type"] = D}, {["lv"] = -1074790400,["offset"] =-448, ["type"] = D}, {["lv"] = 1075576832,["offset"] =96, ["type"] = D}, }, { {["value"] = 999,["offset"] =-324, ["type"] = E,["freeze"] = true}, }) end function BCSF() gg.alert("韵寒:开的时候一直移动方向键即可") LKLK(0.1,E,Ca+O) LKpy(-2.3534379293677286E-185,E,-4) LKpy(6.8942068327E-314,E,4) LKpy(7.957484216E-314,E,36) LKxg(999999,E,-64,false,"1") LKLK(0.1,E,Ca+O) LKpy(-2.3534379293677286E-185,E,-4) LKpy(6.8942068327E-314,E,4) LKpy(7.957484216E-314,E,36) LKxg(0.2,E,-64,false,"2") gg.toast("补充水分开启成功") end function BCJE() vv = gg.prompt({kj10='请输入你现在的食物'}, {kj10=""}) if vv == nil then FKCJIAOBEN() else fb1450() end end function gn6() vv = gg.prompt({kj10 = "请输入你现在的饥饿"}, {kj10 = ""}) if vv == nil then FKCJIAOBEN() else fb1450() end end function fb1450() gg.clearResults() gg.setRanges(4) gg.searchNumber(vv.kj10, gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, 1.248741181E-314 ) S = vv.kj10 gg.getResults(9999) gg.editAll("9999999", gg.TYPE_DOUBLE) gg.toast("无限食物开启成功") gg.clearResults() end function WXNL() vv = gg.prompt({kj10='请输入你现在的耐力'}, {kj10=""}) if vv == nil then FKCJIAOBEN() else fb1450() end end function fb1450() gg.clearResults() gg.setRanges(4) gg.searchNumber(vv["kj10"], gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL,0x00000000,0xC777FFFF) S=(vv['kj10']); gg.getResults(100) gg.editAll("9999999", gg.TYPE_DOUBLE) gg.toast("无限耐力开启成功") gg.clearResults() end function SZGN() local y=gg.prompt( {"弓箭距离","弓箭追踪","弓箭秒到","弓箭蓄力","弓箭追踪[绘制]","IQ弓追[绘制]","关闭绘制","返回"}, {false,false,false,false,false,false,false,false,}, {"checkbox","checkbox","checkbox","checkbox","checkbox","checkbox","checkbox","checkbox"} ) if y==nil then gg.alert("你没有选择")else if y[1]==true then juli1() end if y[2]==true then zhuiz1() end if y[3]==true then md1() end if y[4]==true then xuli1() end if y[5]==true then LKGZDY() end if y[6]==true then LKIQG() end if y[7]==true then LKIQH() end if y[8]==true then KJGN() end end XGCK=-1 end function juli1() local F = gg.alert("拿弓开此功能", "[开启]","[关闭]") if F == 1 then LKLK(0.1,64,-2080892) LKpy(0.5,64,-1312) LKpy(-1.0,64,-1152) LKpy(1.0,64,-128) LKpy(1.0,64,-96) LKxg(99,64,-64,false,'弓箭距离[开]') gg.toast("请重新拿取武器") end if F == 2 then LKLK(0.1,64,-2080892) LKpy(0.5,64,-1312) LKpy(-1.0,64,-1152) LKpy(1.0,64,-128) LKpy(1.0,64,-96) LKxg(20,64,-64,false,'弓箭距离[关]') gg.toast("请重新拿取武器") end end function zhuiz1() local F = gg.alert("拿弓开此功能", "[开启]","[关闭]") if F == 1 then LKLK(0.1,64,-2080892) LKpy(0.5,64,-1312) LKpy(-1.0,64,-1152) LKpy(1.0,64,-128) LKpy(1.0,64,-96) LKxg(1,64,0,false,'弓箭追踪[开]') gg.toast("请重新拿取武器") end if F == 2 then LKLK(0.1,64,-2080892) LKpy(0.5,64,-1312) LKpy(-1.0,64,-1152) LKpy(1.0,64,-128) LKpy(1.0,64,-96) LKxg(0.1,64,0,false,'弓箭追踪[开]') gg.toast("请重新拿取武器") end end ----------------------------弓箭秒到 function xuli1() local F = gg.alert("拿弓开此功能", "[开启]","[关闭]") if F == 1 then LKLK(0.1,64,-2080892) LKpy(0.5,64,-1312) LKpy(-1.0,64,-1152) LKpy(1.0,64,-128) LKpy(1.0,64,-96) LKxg(0.6,64,352,false,'弓箭蓄力[开]') gg.toast("请重新拿取武器") end if F == 2 then LKLK(0.1,64,-2080892) LKpy(0.5,64,-1312) LKpy(-1.0,64,-1152) LKpy(1.0,64,-128) LKpy(1.0,64,-96) LKxg(0.75,64,352,false,'弓箭蓄力[开]') gg.toast("请重新拿取武器") end end function md1() local F = gg.alert("[拿弓开此功能", "[开启]","[关闭]") if F == 1 then LKLK(0.1,64,-2080892) LKpy(0.5,64,-1312) LKpy(-1.0,64,-1152) LKpy(1.0,64,-128) LKpy(1.0,64,-96) LKxg(99,64,1568,false,'弓箭秒到[开]') gg.toast("请重新拿取武器") end if F == 2 then LKLK(0.1,64,-2080892) LKpy(0.5,64,-1312) LKpy(-1.0,64,-1152) LKpy(1.0,64,-128) LKpy(1.0,64,-96) LKxg(30,64,1568,false,'弓箭秒到[开]') gg.toast("请重新拿取武器") end end function LKGZDY() 分辨率=getPhoneInfo().power vv = gg.prompt({"输入1恢复[1;30]"}, {10},{"number"}) if vv==nil then gg.toast("取消") else if vv==1 then end ppk=vv[1]*0.1 绘制1=vv[1]*20 绘制2=vv[1]*20-10 LKLK(0.75,E,Ca+O) LKpy(20,E,-416) LKxg(ppk,E,-352,false,"弓箭追踪") a=math.ceil(分辨率['high']) b=math.ceil(分辨率['wide']*0.1) z坐标=b*2+65 if z坐标>=530 then x坐标=a+10 else x坐标=a+76 end drawCircle(0, 0, 绘制1) --设置半径 drawCircle(0, 0, 绘制2) print(x坐标.."/"..z坐标) setOrigin(x坐标, z坐标) --设置坐标,y,z setWidth(6) --笔画粗细 end end function LKIQG() 分辨率=getPhoneInfo().power vv = gg.prompt({"输入1恢复[1;30]"}, {10},{"number"}) if vv==nil then gg.toast("取消") else if vv==1 then end ppk=vv[1]*0.1 绘制1=vv[1]*20 绘制2=vv[1]*20-10 LKLK(1071644672,D,gg.REGION_C_ALLOC|gg.REGION_OTHER) LKpy(285,D,240) LKpy(1072693248,D,416) LKpy(1072693248,D,1184) LKpy(1072168960,D,1664) LKxg(ppk,E,1308,true) a=math.ceil(分辨率['high']) b=math.ceil(分辨率['wide']*0.1) z坐标=b*2+65 if z坐标>=530 then x坐标=a+10 else x坐标=a+76 end drawCircle(0, 0, 绘制1) --设置半径 drawCircle(0, 0, 绘制2) print(x坐标.."/"..z坐标) setOrigin(x坐标, z坐标) --设置坐标,y,z setWidth(6) --笔画粗细 end end function LKIQH() LKLK(0.75,E,Ca+O) LKpy(20,E,-416) LKxg(0.1,E,-352,false,"恢复") if #z == 0 then LKLK(1071644672,D,gg.REGION_C_ALLOC|gg.REGION_OTHER) LKpy(285,D,240) LKpy(1072693248,D,416) LKpy(1072693248,D,1184) LKpy(1072168960,D,1664) LKxg(0.1,E,1308,true) end end function GSZS()--转32位创魔--有没有效果自己测试 ----写入sh文件64转32 _sh = [[ pm path com.hero.sm.android.hero|sed -E 's/(.*):(.*)/\2/'|xargs pm install -r --abi armeabi-v7a ]] --写入sh文件 io.open("/sdcard/韵寒专属.sh","w"):write(_sh) gg.command("sh /sdcard/z32.sh") gg.alert("已生成64转32位sh文件\n\n路径:/sdcard/韵寒专属.sh\n\n如果未转成功请在此路径手动执行","好的") end function LKTC() print("韵寒科技感谢你的使用") os.exit() end while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end gg.clearResults() if XGCK==1 then LKZY() end