-----------------------------------1---------------------------------- 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_ANONYMOUS 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 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 -----------------------------------2---------------------------------- gg.clearResults() sj={} xgz={} function CXCX(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 CXpy(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 CXxg(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 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 CXdz(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 CSM(C,S,M)if M~=nil then if C==nil then gg.toast(M..'开启失败\n原因:无主特种码')elseif C==false then gg.toast(M..'开启失败\n原因:无副特征码')else local x,d={},{}for i=1,#C do for k,w in ipairs(S)do local t={}t['address']=C[i]+w[1]*4 t['flags']=w[2]t['value']=w[3]if(w[4]==true)then t['freeze']=true d[#d+1]=t else x[#x+1]=t end end end gg.setValues(x)gg.addListItems(d)gg.toast(M..'\n开启成功')end elseif S~=nil then gg.clearResults()gg.setRanges(C[1])gg.searchNumber(C[2],C[3],false,gg.SIGN_EQUAL,C[4],C[5],C[6])local SL=gg.getResultCount()local SS=gg.getResults(SL)gg.clearResults()local DZ={}if(SL>0)then for i,v in ipairs(SS)do v.isUseful=true end for k=1,#S do local tmp={}local num=S[k][2]for i,v in ipairs(SS)do tmp[#tmp+1]={}tmp[#tmp].address=v.address+S[k][1]*4 tmp[#tmp].flags=v.flags end tmp=gg.getValues(tmp)for i,v in ipairs(tmp)do if (v.value~=num)then SS[i].isUseful=false end end end for i,v in ipairs(SS)do if(v.isUseful)then DZ[#DZ+1]=v.address end end if DZ[1]==nil then return false else return DZ end else return nil end end end local function hqsj(dz,sj)local t={}for i,v in ipairs(sj)do t[i]={}t[i].address=dz+sj[i][1]*4 t[i].flags=sj[i][2]end local ss=gg.getValues(t)local s={}for i,v in ipairs(ss)do s[i]=ss[i]['value']end return s end local function DXWJ(l,m,n) if m==1 then local c=io.open(l,'r') if c==nil then return c else local c=io.open(l,'r') g=c:read('*a') c:close() end return g elseif m==2 then local file=io.open(l,'w') file:write(n) file:close() end end function split(szFullString, szSeparator) local nFindStartIndex = 1 local nSplitIndex = 1 local nSplitArray = {} while true do local nFindLastIndex = string.find(szFullString, szSeparator, nFindStartIndex) if not nFindLastIndex then nSplitArray[nSplitIndex] = string.sub(szFullString, nFindStartIndex, string.len(szFullString)) break end nSplitArray[nSplitIndex] = string.sub(szFullString, nFindStartIndex, nFindLastIndex - 1) nFindStartIndex = nFindLastIndex + string.len(szSeparator) nSplitIndex = nSplitIndex + 1 end return nSplitArray end function xgxc(szpy, qmxg) for x = 1, #(qmxg) do xgpy = szpy + qmxg[x]["offset"] xglx = qmxg[x]["type"] xgsz = qmxg[x]["value"] xgdj = qmxg[x]["freeze"] if xgdj == nil or xgdj == "" then gg.setValues({[1] = {address = xgpy, flags = xglx, value = xgsz}}) else gg.addListItems({[1] = {address = xgpy, flags = xglx, freeze = xgdj, value = xgsz}}) end xgsl = xgsl + 1 xgjg = true end end function xqmnb(qmnb) gg.clearResults() gg.setRanges(qmnb[1]["memory"]) gg.searchNumber(qmnb[3]["value"], qmnb[3]["type"]) if gg.getResultCount() == 0 then gg.toast(qmnb[2]["name"] .. "开启失败") else gg.refineNumber(qmnb[3]["value"], qmnb[3]["type"]) gg.refineNumber(qmnb[3]["value"], qmnb[3]["type"]) gg.refineNumber(qmnb[3]["value"], qmnb[3]["type"]) if gg.getResultCount() == 0 then gg.toast(qmnb[2]["name"] .. "开启失败") else sl = gg.getResults(999999) sz = gg.getResultCount() xgsl = 0 if sz > 999999 then sz = 999999 end for i = 1, sz do pdsz = true for v = 4, #(qmnb) do if pdsz == true then pysz = {} pysz[1] = {} pysz[1].address = sl[i].address + qmnb[v]["offset"] pysz[1].flags = qmnb[v]["type"] szpy = gg.getValues(pysz) pdpd = qmnb[v]["lv"] .. ";" .. szpy[1].value szpd = split(pdpd, ";") tzszpd = szpd[1] pyszpd = szpd[2] if tzszpd == pyszpd then pdjg = true pdsz = true else pdjg = false pdsz = false end end end if pdjg == true then szpy = sl[i].address xgxc(szpy, qmxg) end end if xgjg == true then gg.toast(qmnb[2]["name"] .. "开启成功,共修改" .. xgsl .. "条数据") else gg.toast(qmnb[2]["name"] .. "开启失败") end end end end -----------------------------------3---------------------------------- function editData(qmnb,qmxg)gg.setVisible(false)gg.clearResults()qmnbv=qmnb[3]["value"]or qmnb[3][1]qmnbt=qmnb[3]["type"]or qmnb[3][2]qmnbn=qmnb[2]["name"]or qmnb[2][1]gg.setRanges(qmnb[1]["memory"]or qmnb[1][1])gg.searchNumber(qmnbv,qmnbt)gg.refineNumber(qmnbv,qmnbt)sz=gg.getResultCount()if sz==0 then gg.toast(qmnbn.."开启失败")else sl=gg.getResults(999999)for i=1,sz do pdsz=true for v=4,#qmnb do if pdsz==true then pysz={{}}pysz[1].address=sl[i].address+(qmnb[v]["offset"]or qmnb[v][2])pysz[1].flags=qmnb[v]["type"]or qmnb[v][3]szpy=gg.getValues(pysz)tzszpd=tostring(qmnb[v]["lv"]or qmnb[v][1]):gsub(",","")pyszpd=tostring(szpy[1].value):gsub(",","")if tzszpd==pyszpd then pdjg=true pdsz=true else pdjg=false pdsz=false end end end if pdjg==true then szpy=sl[i].address for x=1,#qmxg do xgsz=qmxg[x]["value"]or qmxg[x][1]xgpy=szpy+(qmxg[x]["offset"]or qmxg[x][2])xglx=qmxg[x]["type"]or qmxg[x][3]xgdj=qmxg[x]["freeze"]or qmxg[x][4]xg={{address=xgpy,flags=xglx,value=xgsz}}if xgdj==true then xg[1].freeze=xgdj gg.addListItems(xg)else gg.setValues(xg)end end xgjg=true end end if xgjg==true then gg.toast(qmnbn.."开启成功")else gg.toast(qmnbn.."开启失败")end end end -----------------------------------4----------------------------------- ZSFS=0--人物自杀人物防摔配置 QTSS=0--全图游泳水上行走配置 Tounum=0--头饰[男]配置 Shangnum=0--上衣[男]配置 Xianum=0--下装[男]配置 Flynum=0--翅膀[男]配置 Tou_Nvnum=0--头饰[女]配置 Shang_Nvnum=0--上衣[女]配置 Xia_Nvnum=0--下装[女]配置 Fly_Nvnum=0--翅膀[女]配置 Mhcsh = 0--坐骑美化[冻结间隔]检测 jlcscs=0--死亡复位配置 -- 数据类型 Ca=gg.REGION_C_ALLOC A=gg.REGION_ANONYMOUS O=gg.REGION_OTHER Xa=gg.REGION_CODE_APP Xs=gg.REGION_CODE_SYS -----------------------------------5--------------------------------- function NCFF() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('16384;16384::',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('16384',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(999) fh=gg.getResults(999) sl=gg.getResultCount()for i = 1, sl do dzy=fh[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_DWORD,freeze = true,value =99999,}})end end gg.toast("内存防封开启成功") -----------------------------------6------------------------------------- function CX(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 CXpy(value,lx,CXpy) if #sj~=nil then z1={} z2={} for i=1,#sj do z1[i]={} z1[i].address=sj[i].address+CXpy 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 CXxg(value,lx,CXpy,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+CXpy 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 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,CXxg,lx,dj) if dj=="true" then gg.addListItems({{address=dz,flags=lx,value=CXxg,freeze=true}}) else gg.setValues({{address=dz,flags=lx,value=CXxg}}) end gg.toast("已修改完成~") end function CXdz(CXpy, lx, valeadd) if #sj == 0 then gg.toast("未搜索到数据!") else t = {} for i, v in pairs(sj) do t[i] = {address= v.address+CXpy, 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 ZSFS=0--人物自杀人物防摔配置 function MOS(ss, lx, nc, dz1, dz2, lxl) mi = os.clock() gg.clearResults() gg.setRanges(nc) if Android11=="激活" then gg.setRanges(nc) end gg.searchNumber(ss, lx) local count = gg.getResultsCount() if count then local result = gg.getResults(count) jg = result end end function APY(num, py, flag) if #jg == 0 then else local mtp = {} for i, v in pairs(jg) do mtp[i] = {address = v.address + py , flags = flag} end mtp = gg.getValues(mtp) local result = {} for i, v in pairs(mtp) do if v.value == num then result[#result + 1] = jg[i] end end jg = result end end function FBPY(szp,py,lx) local mtpi = {} for i, v in pairs(jg) do mtpi[i] = {address = v.address + py , flags = lx} end mtpi = gg.getValues(mtpi) local resulti = {} for i, v in pairs(mtpi) do if v.value ~= szp then resulti[#resulti + 1] = jg[i] end end jg = resulti end function WPY(szp,py,lx) local mtpi = {} for i, v in pairs(jg) do mtpi[i] = {address = v.address + py , flags = lx} end mtpi = gg.getValues(mtpi) local resulti = {} for i, v in pairs(mtpi) do if v.value > szp then resulti[#resulti + 1] = jg[i] end end jg = resulti end function XPY(szp,py,lx) --py=py*4 local mtpi = {} for i, v in pairs(jg) do mtpi[i] = {address = v.address + py , flags = lx} end mtpi = gg.getValues(mtpi) local resulti = {} for i, v in pairs(mtpi) do if v.value < szp then resulti[#resulti + 1] = jg[i] end end jg = resulti end function BXG(num, py, flag, gn, dj) if #jg == 0 then gg.toast(gn.."开启失败\n特征码不匹配\n请查看开启失败说明!\n -- -- Y L S -- --") gg.clearResults() else local v1 = {} for i, v in pairs(jg) do v1[#v1 + 1] = {address = v.address + py , flags = flag, value = tonumber(num), freeze = dj} end gg.addListItems(v1) gg.setValues(v1) axo = string.format("%.1f",os.clock()-mi) gg.toast(gn.."开启成功\n共修改" ..#jg.."条数据\n耗时"..axo.."秒\n -- -- Y L S -- --") end end function ZSPY(py, flag) if #jg > 0 then local mtp = {} for i, v in pairs(jg) do mtp[i] = {address = v.address + py , flags = flag} end mtp = gg.getValues(mtp) local result = {} for i, v in pairs(mtp) do if tostring(v.value) == string.format("%.1f", v.value) then result[#result + 1] = jg[i] end end jg = result end end function DZZ(py, lx, valeadd) --获取偏移地址的值 if #jg == 0 then gg.toast("未搜索到数据!") else t = {} for i, v in pairs(jg) 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 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 -- -- Y L 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 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 打印(打印) print(打印) 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 单选(MOS_Choice, text) inine= gg.choice(MOS_Choice[1], inine, text) if inine==nil then else if MOS_Choice[2][inine]==nil then gg.alert("无对应调用指令!!") else MOS_Choice[2][inine]() end end end function CSM(C,S,M)if M~=nil then if C==nil then gg.toast(M..'开启失败\n原因:无主特种码')elseif C==false then gg.toast(M..'开启失败\n原因:无副特征码')else local x,d={},{}for i=1,#C do for k,w in ipairs(S)do local t={}t['address']=C[i]+w[1]*4 t['flags']=w[2]t['value']=w[3]if(w[4]==true)then t['freeze']=true d[#d+1]=t else x[#x+1]=t end end end gg.setValues(x)gg.addListItems(d)gg.toast(M..'\n开启成功')end elseif S~=nil then gg.clearResults()gg.setRanges(C[1])gg.searchNumber(C[2],C[3],false,gg.SIGN_EQUAL,C[4],C[5],C[6])local SL=gg.getResultCount()local SS=gg.getResults(SL)gg.clearResults()local DZ={}if(SL>0)then for i,v in ipairs(SS)do v.isUseful=true end for k=1,#S do local tmp={}local num=S[k][2]for i,v in ipairs(SS)do tmp[#tmp+1]={}tmp[#tmp].address=v.address+S[k][1]*4 tmp[#tmp].flags=v.flags end tmp=gg.getValues(tmp)for i,v in ipairs(tmp)do if (v.value~=num)then SS[i].isUseful=false end end end for i,v in ipairs(SS)do if(v.isUseful)then DZ[#DZ+1]=v.address end end if DZ[1]==nil then return false else return DZ end else return nil end end end local function hqsj(dz,sj)local t={}for i,v in ipairs(sj)do t[i]={}t[i].address=dz+sj[i][1]*4 t[i].flags=sj[i][2]end local ss=gg.getValues(t)local s={}for i,v in ipairs(ss)do s[i]=ss[i]['value']end return s end local function DXWJ(l,m,n) if m==1 then local c=io.open(l,'r') if c==nil then return c else local c=io.open(l,'r') g=c:read('*a') c:close() end return g elseif m==2 then local file=io.open(l,'w') file:write(n) file:close() end end function dqzdy(l) local jjj=DXWJ(l,1) if jjj==nil then ZDYZB={} else local sss=DXWJ(l,1) if load("ZDYZB="..sss)==nil then ZDYZB={}else load("ZDYZB="..sss)() end end end function dqzdy(l) local jjj=DXWJ(l,1) if jjj==nil then ZDYZB={} else local sss=DXWJ(l,1) if load("ZDYZB="..sss)==nil then ZDYZB={}else load("ZDYZB="..sss)() end end end open = "[开启]" close = "[恢复]" gg.alert("欢迎使用无情科技,作者无情\n"..os.date("本次脚本开启时间为:\n%Y年%m月%d日%H时%M分%S秒").."") function CX0() local CX = gg.multiChoice({"无情32位沙箱启动","无情64位框架启动","退出脚本"},nil,"无情") if CX == nil then else if CX[1] == true then main() end if CX[2] == true then Main0() end if CX[3] == true then CXcs() end XGCK=-1 end end function main() local CX = gg.multiChoice({"防闪功能(暂时无用)","加速功能","️定怪/家园","打架功能","娱乐模式","A枪功能","弓箭功能","魔法(家园)功能","CD功能","美妆博主","懒人功能","超兽武装(台服)","BOSS杀手","手动瞬移","自动瞬移","高度瞬移(修复)","返回菜单"},nil,"无情") if CX == nil then else if CX[1] == true then BC1() end if CX[2] == true then BC2() end if CX[3] == true then BC3() end if CX[4] == true then BC4() end if CX[5] == true then BC5() end if CX[6] == true then BC6() end if CX[7] == true then BC7() end if CX[8] == true then BC8() end if CX[9] == true then BC9() end if CX[10] == true then Tou_Nv() end if CX[11] == true then BC11() end if CX[12] == true then BC12() end if CX[13] == true then BC13() end if CX[14] == true then BC14() end if CX[15] == true then BC15() end if CX[16] == true then BC16() end if CX[17] == true then CX0() end XGCK=-1 end end function BC1() local CX = gg.multiChoice({"防闪第一步","防闪第二步","备用防闪","返回菜单",},nil,"按照步骤来,在开始游戏界面开启,开启完过后再进去") if CX == nil then else if CX[1] == true then BCSH1() end if CX[2] == true then BCSH2() end if CX[3] == true then BCSH3() end if CX[4] == true then main() end XGCK=-1 end end function BCSH1() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('7168',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('7168',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(999) fh=gg.getResults(999) sl=gg.getResultCount()for i = 1, sl do dzy=fh[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_DWORD,freeze = true,value =99999,}})end end function BCSH2() gg.setRanges(gg.REGION_CODE_SYS) gg.searchNumber('7168',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('7168',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(999) kh=gg.getResults(999)sl=gg.getResultCount()for i = 1, sl do dzy=kh[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_DWORD,freeze = true,value =99999,}})end end function BCSH3() CXCX(10027008, 4, Xa + O)CXpy(16252928, 4, -96) CXxg(0, 4, 484, false, "防闪退")CXCX(19200, 4, Xa + O) CXpy(7424, 4, 72)CXxg(99999, 4, -32, false, "防闪退")end function BC2() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"⚡一档加速⚡","⚡二档加速⚡","⚡三档加速⚡","⚡自定义加速⚡","⚡坐骑加速⚡","⚡水上坐骑无限冲刺⚡","⚡人物冲刺游泳⚡","返回菜单",}, nil, "大黑耗子来喽") if CX == nil then else if CX[1] == true then BCXM1() end if CX[2] == true then BCXM2() end if CX[3] == true then BCXM3() end if CX[4] == true then BCXM4() end if CX[5] == true then BCXM5() end if CX[6] == true then BCXM6() end if CX[7] == true then BCXM7() end if CX[8] == true then main() end XGCK=-1 end end end end function BCXM1() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber("0.79~0.83F;55.0E", FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.79~0.83",FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)--设置修改前200个代码 gg.editAll("0.89", FLOAT) gg.toast("一档开启成功") gg.clearResults() end function BCXM2() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber("0.79~0.83F;55.0E", FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.79~0.83",FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)--设置修改前200个代码 gg.editAll("0.995", FLOAT) gg.toast("二档开启成功") gg.clearResults() end function BCXM3() gg.alert("不要上坐骑,概率导致封号") gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber("0.79~0.83F;55.0E", FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.79~0.83",FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)--设置修改前200个代码 gg.editAll("1.5", FLOAT) gg.toast("开启成功") gg.clearResults() end function BCXM4() 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 function BCXM5() CXCX(30.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(1.11404779026E-313,E,-92) CXxg(100,E,-256,true,"冲刺时间") gg.toast("3秒后将要锁定你的速度\n\n请保持最高速度") gg.sleep(3000) gg.toast("冲刺") gg.sleep(1000) CXCX(1078689792,D,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(-1074790400,D,-448) CXpy(1075576832,D,96) CXxg(999,E,-324,true,"加速")end function BCXM5() CXCX(1074213683, 4, gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(858993459, 4, -4) CXxg(0, 64, 252, false, "水上坐骑无限冲刺") end function BCXM6() CXCX(21299339, 4,gg.REGION_C_ALLOC|gg.REGION_OTHER) CXpy(1073007820, 4, 56) CXpy(393669, 4, -32) CXxg(0, 64, 52, true, "游泳冲剌无冷却") end function BC3() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"😌1高级定怪(可定家园)😌","😌2定中定(NB)😌","😌3距离定怪😌","😌4boos定怪(无用)😌","😌5除了人其他的全部定住😌","😌6怪物0伤😌","😌7怪物负伤😌","😌8怪物延迟😌","😌9怪物遁地(除了你别人都看不见😌","😌10无视海底😌","😌11无伤聚怪😌","😌12空间位面😌","😌13家园定怪😌","😌14免疫狗毒😌","😌15免疫奇美拉毒😌","😌16免疫技能😌","17君王出行(拉怪用的,容易挨骂)","😌怪物自定义攻击延迟😌","😌水晶宝箱爆炸😌","😌蓝色大小怪自杀😌","😌黄色大小怪自杀😌","返回菜单",}, nil, "此功能为定怪,不要被录视频上传官方,容易连做") if CX == nil then else if CX[1] == true then BCYE1() end if CX[2] == true then BCYE2() end if CX[3] == true then BCYE3() end if CX[4] == true then BCYE4() end if CX[5] == true then BCYE5() end if CX[6] == true then BCYE6() end if CX[7] == true then BCYE7() end if CX[8] == true then BCYE8() end if CX[9] == true then BCYE9() end if CX[10] == true then BCYE10() end if CX[11] == true then BCYE11() end if CX[12] == true then BCYE12() end if CX[13] == true then BCYE13() end if CX[14] == true then BCYE14() end if CX[15] == true then BCYE15() end if CX[16] == true then BCYE16() end if CX[17] == true then BCYE17() end if CX[18] == true then BCYE18() end if CX[19] == true then BCYE19() end if CX[20] == true then BCYE20() end if CX[21] == true then BCYE21() end if CX[22] == true then main() end XGCK=-1 end end end end function BCYE1() F = gg.alert("定怪", "开","关") if F == 1 then gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC+gg.REGION_OTHER) gg.searchNumber('1080483840',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('1080483840',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll('1075182469',gg.TYPE_DWORD) gg.toast('定怪成功') gg.clearResults() end if F == 2 then gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC+gg.REGION_OTHER) gg.searchNumber('1075182469',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('1075182469',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll('1080483840',gg.TYPE_DWORD) gg.toast('定怪恢复成功') gg.clearResults() end end function BCYE2() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber('1090021904',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('1090021904',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll('999999999',gg.TYPE_DWORD) gg.toast('定天定地定空气开启成功') gg.clearResults()end function BCYE3() F = gg.alert("此功能", "开","关") if F == 1 then local FKC_a7 = os.clock()gg.setRanges(Ca+O) gg.searchNumber("2;1.2", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("1.2", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(900)gg.editAll("13.11245", gg.TYPE_DOUBLE)gg.toast("距离定怪开启成功")gg.clearResults()end if F == 2 then local FKC_a7 = os.clock()gg.setRanges(Ca+O) gg.searchNumber("2;1.2", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("13.11245", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)gg.getResults(900)gg.editAll("1.2", gg.TYPE_DOUBLE)gg.toast("距离定怪开启成功")gg.clearResults()end end function BCYE4() CXCX(1.5,E,Ca+O)CXpy(1073217536,E,4) CXpy(1073741824,E,-32)CXxg(3,E,32,-8,false, "BOSS定怪[开启成功]")end function BXYE5() G = gg.alert("功能开启方法:开启后请不要开启其他任何定怪类功能![🌈防止卡怪方法:需要经常改变BOSS的朝向并且每减少4/1血内必须喂一次伤害!","开启万物定","恢复万物定") if G == 1 then BCfz() elseif G == 2 then BCfu() end end function BCfz() 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(600)--设置修改前200个代码 gg.editAll("30", gg.TYPE_DOUBLE) gg.toast("万物定开启成功")end function BCfu() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC+gg.REGION_OTHER) gg.searchNumber("30", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("30",gg.TYPE_DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(600)--设置修改前200个代码 gg.editAll("0.2", gg.TYPE_DOUBLE) gg.toast("万物定关闭成功")end function BCYE6() CXCX(1073217536, 4, gg.REGION_CODE_SYS + gg.REGION_OTHER) CXpy(1058390016, 4, 8)CXxg(3, 64, -12, false, "怪物0伤害开启成功")end function BCYE7() editData( { {["memory"] = gg.REGION_OTHER+Ca}, {["name"] = "开启成功"}, {["value"] = 30000, ["type"] = D}, {["lv"] = 180,["offset"] =-0x48, ["type"] = D},}, { {["value"] = -1,["offset"] =-0x1C, ["type"] = F,["freeze"] = false}, } ) gg.clearResults() end function BCYE8() CXCX(30000,4,4+-2080896) CXpy(180,4,-0x48) CXpy(-93293.375,16,0x218) CXpy(3,16,0x248) CXpy(11989,2,0x192) CXxg(-0.1,16,-0x1C,true, "延迟[开启成功]")end function BCYE9() CXCX(1000,64,4) CXpy(10,64,-0x5D0) CXpy(10,64,-0x520) CXxg(1,64,-0x5B0,true, "怪物遁地[开启成功]")end function BCYE10() gg.alert("此功能在海底使用,若果出现卡屏请选择关闭") F = gg.alert("无视海底", "开","关") if F == 1 then local FKC_a7 = os.clock()gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("9", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("9", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10000) gg.editAll("5", gg.TYPE_DOUBLE)gg.clearResults() end if F == 2 then local FKC_a7 = os.clock() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("5", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber('5',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.editAll("9", gg.TYPE_DOUBLE) gg.getResults(10000) gg.clearResults()end end function BCYE11() editData({{["memory"] = Xs},{["name"] = "聚怪"},{["value"] = 1045233131, ["type"] = D},{["lv"] = 1137692678,["offset"] =-4, ["type"] = D},},{{["value"] = 1074266112,["offset"] =8, ["type"] = D,["freeze"] = false},})gg.clearResults()end function BCYE12() local DG=CSM({4,196616,4,0,FW},{{11,11},{15,11},{17,33},{22,1065353216},{26,1008981770},})CSM(DG,{{30,16,1.8,},},'空间位面')end function BCYE13() F = gg.alert("[定家园Boos]\n\n使用教程:\n1.进入副本\n\n2.开定家园boos功能\n\n3.激活boos\n\n请按照顺序使用\n\n仇恨值必须在你[开定的号]身上,开定的那个号不要打\n\n实在不行开第1个定怪\n\n开个延迟保险点", "[开启]","[关闭]") if F == 1 then CXCX(183,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,8) CXpy(4,D,24) CXpy(4,D,-8) CXxg(180,E,0,false,"定家园Boos") end if F == 2 then CXCX(180,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,8) CXpy(4,D,24) CXpy(4,D,-8) CXxg(183,E,0,false,"定家园Boos") end end function BCYE14() gg.alert("需要在狗子出来之后打开,不然怪物不会出来") CXCX(477.0,E,gg.REGION_OTHER+gg.REGION_C_ALLOC) CXpy(413.0,E,-32) CXpy(11.0,E,64) CXxg(1,E,32,false,"免疫狗🐶毒")end function BCYE15() CXCX(446,E,Ca+O) CXpy(150.0,E,-200) CXxg(1,E,-1000,false,"免疫奇美拉毒")end function BCYE16() editData({{["memory"] = Ca+O},{["name"] = "第一步"},{["value"] = 1081851904, ["type"] = D},{["lv"] = 1081589760,["offset"] =-32, ["type"] = D},},{{["value"] = 0,["offset"] =284, ["type"] = E,["freeze"] = true},})editData({{["memory"] = Ca+O},{["name"] = "第二步"},{["value"] = 1081851904, ["type"] = D},{["lv"] = 1081589760,["offset"] =-32, ["type"] = D},},{{["value"] = 8,["offset"] =284, ["type"] = E,["freeze"] = true},})end function BCYE17() CXCX(848348862,D,Ca+O) CXpy(-1412154537,D,4) CXpy(-568567367,D,8) CXxg(0,F,32,true,"君行")end function BCYE18() vv = gg.prompt({i871='请输入怪物的攻击放慢倍数(1为正常,1-11怪物有伤害,12-99+怪物没有伤害,脱离怪物攻击范围刷新!例:11,恢复请输入1)'}, {i871='11'}) if vv == nil then FKCJIAOBEN() else fb91() end end function fb91() gg.clearResults() CXCX(30000,D,Ca) CXpy(28,D,100) CXpy(32,D,104) CXpy(68,D,108) CXxg(vv['i871'],F,116,false) gg.toast("怪物攻击倍放慢已开启") end function BCYE19() CXCX(5030,E,Ca+A+O) CXxg(30001,E,0,false,"正在开启中..")CXCX(5032,E,Ca+A+O) CXxg(30001,E,0,false,"宝箱开启成功")end function BCYE20() CXCX(5072,E,Ca+A+O) CXxg(30001,E,0,false,"正在开启中..")CXCX(5074,E,Ca+A+O) CXxg(30001,E,0,false,"蓝色怪自杀成功")end function BCYE21() CXCX(5071,E,Ca+A+O) CXxg(30001,E,0,false,"正在开启中...")CXCX(5073,E,Ca+A+O) CXxg(30001,E,0,false,"黄色怪自杀成功")end function BC4() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"❤️范围攻击(范围挖矿❤️)","❤️镰刀范围❤️","❤️镰刀攻速❤️","❤️镰刀无cd❤️","❤️狙弓自瞄❤️","❤️狙弓距离❤️","❤️狙弓秒到❤️","❤️狙弓减cd❤️","❤️锁定御剑❤️","❤御剑免冷却❤️","❤御剑无限持续❤️","❤️御剑攻速❤️","❤大剑远程❤️","❤️土之术遁地(穿过大石头)❤️","❤️无限耐力(概率开启)❤️","❤死亡不倒地(会倒地但速度不变)❤️","❤️远程攻击❤️","❤️人物隐身(遁地)❤️","透视(能看见隐身)","攻击加耐力","一秒回耐力","无限负重(没有负重开启)","秒救人","木棍变雷剑","返回菜单",}, nil, "大剑无CD,范围挖矿已和谐,不要被骗了") if CX == nil then else if CX[1] == true then BCBU1() end if CX[2] == true then BCBU2() end if CX[3] == true then BCBU3() end if CX[4] == true then BCBU4() end if CX[5] == true then BCBU5() end if CX[6] == true then BCBU6() end if CX[7] == true then BCBU7() end if CX[8] == true then BCBU8() end if CX[9] == true then BCBU9() end if CX[10] == true then BCBU10() end if CX[11] == true then BCBU11() end if CX[12] == true then BCBU12() end if CX[13] == true then BCBU13() end if CX[14] == true then BCBU14() end if CX[15] == true then BCBU15() end if CX[16] == true then BCBU16() end if CX[17] == true then BCBU17() end if CX[18] == true then BCBU18() end if CX[19] == true then BCBU19() end if CX[20] == true then BCBU20() end if CX[21] == true then BCBU21() end if CX[22] == true then BCBU22() end if CX[23] == true then BCBU23() end if CX[24] == true then BCBU24() end if CX[25] == true then main() end XGCK=-1 end end end end function BCBU1() gg.alert[[拿工具开启后空手重新拿一下工具即可]] CXCX(858993459,D,Ca+O) CXpy(1071854387,D,0x4) CXpy(-0.001,E,0x160) CXxg(35,E,-0x760,false,"范围伤害")end function BCBU2() CXCX(1071225241,4,Ca+O)CXpy(1072693248,4,224)CXpy(1076363264,4,128) CXxg(0,64,-676,true,"镰刀技能范围")CXxg(10,64,-1092,true,"镰刀技能范围")end function BCBU3() CXCX(1028443341,4,Ca+O)CXpy(25,D,28)CXpy(36,D,80)CXxg(1.25,F,-8,true,"镰刀技能变速") CXCX(1090022496,D,Ca+O)CXpy(71729670,D,184)CXxg(5,E,156,true,"镰刀技能攻速")end function BCBU4() CXCX(1081315328,D,Ca+O)CXpy(1072693248,D,-96)CXpy(1076232192,D,-192) CXxg(0,E,-324,true,"镰刀技能无冷却")end function BCBU5() CXCX(107862112,4,Ca+O)CXpy(1073741824,4,160)CXpy(1072693248,4,-64) CXxg(1,64,-452,true,"狙弓自喵")end function BCBU6() CXCX(107862112,4,Ca+O)CXpy(1073741824,4,160)CXpy(1072693248,4,-64) CXxg(60,64,412,true,"狙弓射程")end function BCBU7() CXCX(107862112,4,Ca+O)CXpy(1073741824,4,160)CXpy(1072693248,4,-64) CXxg(666,64,-4,true,"狙弓秒到")end function BCBU8() CXCX(311.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(25.0,E,-160) CXxg(0,E,256,true,"减去第1段蓄力")--1.2 CXCX(312.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(30.0,E,-160) CXxg(0.96,E,256,true,"第2段微减蓄力")--1.2 end function BCBU9() CXCX(1794.0,E,Ca+O)CXpy(4.9E-324,E,8)CXpy(2.121995791E-314,E,28) CXxg(10450,E,-256,true,"锁定御剑")CXxg(1086613760,D,-252,true,"锁定御剑")end function BCBU10() CXCX(321.0,E,Ca+O)CXpy(-0.001,E,256)CXxg(0,E,-320,true,"御剑免冷却")end function BCBU11() CXCX(100038,64,Ca+O)CXpy(5,64,0xB0)CXpy(6,64,0xA0)CXxg(-9,64,0xC0,true,"御剑时间")end function BCBU12() CXCX(100038,64,Ca+O)CXpy(5,64,0xB0)CXpy(6,64,0xA0)CXxg(5,64,160,true,"御剑攻速")end function BCBU13() CXCX(1071854387,4,Ca+O)CXpy(858993459,4,-4)CXpy(1075970048,4, 128) CXxg(50,64,156,true,"大剑远程攻击")end function BCBU14() vv = gg.prompt({i87='请输入您需要遁的深度(1为正常,请输入零点几,例:0.92)'}, {i87=''}) if vv == nil then FKCJIAOBEN() else fb9() end end function fb9() local DG=CSM({4,196616,4,0,FW},{{11,11},{15,11},{17,33},{22,1065353216},{26,1008981770},}) CSM(DG,{{30,16,vv['i87'],},},'遁地开启成功') S=(vv['i87'])end function BCBU15() 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 BCBU16() gg.clearResults() gg.setRanges(Ca+O) 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('50%') gg.clearResults() gg.searchNumber('2E;7E;257E;211E;6E::',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('20',gg.TYPE_DOUBLE) gg.toast("无情:死亡不倒地开启成功") gg.clearResults()end function BCBU17() F = gg.alert("[远程攻击]", "[开启]","[关闭]") if F == 1 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber('1;-1;-1;1;2;0.6;-1;-1',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0x00000000,0xC777FFFF) gg.searchNumber('2',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0x00000000,0xC777FFFF) gg.getResults(200) gg.editAll('34.4859',gg.TYPE_DOUBLE) gg.toast("无情:远程攻击开启成功") gg.clearResults() end if F == 2 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber('1;-1;-1;1;34.4859;0.6;-1;-1',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0x00000000,0xC777FFFF) gg.searchNumber('34.4859',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0x00000000,0xC777FFFF) gg.getResults(200) gg.editAll('2',gg.TYPE_DOUBLE) gg.toast("无情:远程攻击关闭成功") gg.clearResults() end end function BCBU18() ysgn1="——[状态:关]" ysgn2="——[状态:关]" ysgn3="——[状态:关]" ysgn4="——[状态:关]" menu1 = gg.choice({ "拾取隐身"..ysgn1, "打架隐身"..ysgn2, "拾取隐身转正"..ysgn3, "打架隐身转正"..ysgn4, "返回上一页❌"}, nil,"(打架隐身开启后捡东西不得东西,捡东西隐身不能完全隐身,转正有小bug但是问题不大,有伤)") if menu1 == 1 then ys61() end if menu1 == 2 then ys62() end if menu1 == 3 then ys63() end if menu1 == 4 then ys64() end if menu1 == 5 then main() end GLWW=-1 end function ys61() if ysgn1=="——[状态:关]" then gg.clearResults() CXCX(8388610,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(5,D,28) CXpy(1072693248,D,8) CXxg(-45,E,-12,false) gg.clearResults() CXCX(1066695393,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(3,D,4) CXpy(4,D,20) CXpy(6,D,-60) CXxg(-45,E,-132,false) CXxg(-45,E,-116,false) gg.clearResults() CXCX(1074921472,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(1,D,28) CXpy(1,D,-28) CXxg(99,E,-164,false) gg.toast("拾取隐身已开启\n[卡顿属于正常现象]") ysgn1="——[状态:开]" else gg.clearResults() CXCX(8388610,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(5,D,28) CXpy(1072693248,D,8) CXxg(0.5,E,-12,false) gg.clearResults() CXCX(1066695393,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(3,D,4) CXpy(4,D,20) CXpy(6,D,-60) CXxg(0.5,E,-132,false) CXxg(0.5,E,-116,false) gg.clearResults() CXCX(1074921472,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(1,D,28) CXpy(1,D,-28) CXxg(0.5,E,-164,false) gg.toast("拾取隐身已关闭\n[卡顿属于正常现象]") ysgn1="——[状态:关]" end end function ys62() if ysgn2=="——[状态:关]" then gg.clearResults() CXCX(8388610,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(5,D,28) CXpy(1072693248,D,8) CXxg(-92,E,-12,false) gg.clearResults() CXCX(1066695393,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(3,D,4) CXpy(4,D,20) CXpy(6,D,-60) CXxg(-92,E,-132,false) CXxg(-92,E,-116,false) gg.clearResults() CXCX(1074921472,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(1,D,28) CXpy(1,D,-28) CXxg(99,E,-164,false) gg.toast("打架隐身已开启\n[卡顿属于正常现象]") ysgn2="——[状态:开]" else gg.clearResults() CXCX(8388610,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(5,D,28) CXpy(1072693248,D,8) CXxg(0.5,E,-12,false) gg.clearResults() CXCX(1066695393,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(3,D,4) CXpy(4,D,20) CXpy(6,D,-60) CXxg(0.5,E,-132,false) CXxg(0.5,E,-116,false) gg.clearResults() CXCX(1074921472,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(1,D,28) CXpy(1,D,-28) CXxg(0.5,E,-164,false) gg.toast("打架隐身已关闭\n[卡顿属于正常现象]") ysgn2="——[状态:关]" end end function ys63() if ysgn3=="——[状态:关]" then gg.clearResults() CXCX(1080459264,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(130,D,24) CXxg(405,E,12,false) gg.toast("拾取转正已开启") ysgn3="——[状态:开]" else gg.clearResults() CXCX(1080459264,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(130,D,24) CXxg(360,E,12,false) gg.toast("拾取转正已关闭") ysgn3="——[状态:关]" end end function ys64() if ysgn4=="——[状态:关]" then gg.clearResults() CXCX(1080459264,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(130,D,24) CXxg(452,E,12,false) gg.toast("打架转正已开启") ysgn4="——[状态:开]" else gg.clearResults() CXCX(1080459264,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(130,D,24) CXxg(360,E,12,false) gg.toast("打架转正已关闭") ysgn4="——[状态:关]" end end function BCBU19() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC+gg.REGION_OTHER) gg.searchNumber("2F;-32,768W;11D;-1D::", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("2", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(99999)--设置修改前200个代码 gg.editAll("9999", gg.TYPE_FLOAT) gg.clearResults() gg.toast("透视地形开启成功") end function BCBU20() CXCX(1628, 8, gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3, 4, 108) CXpy(4, 4, 188) CXpy(5, 4, -52) CXxg(-100, 64, -28, false, "攻击加耐力") end function BCBU21() CXCX(109282057, 4, gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(96600838, 4, 96) CXpy(80069190, 4, -64) CXxg(9999, 64, -28, false, "一秒回耐力") end function BCBU22() gg.alert("此功能需要在没有负重时开") editData({ {["memory"] = gg.REGION_C_ALLOC+gg.REGION_OTHER}, {["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 BCBU23() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC+gg.REGION_OTHER) gg.searchNumber("5E;1088512544D", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("5",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("0.1", DOUBLE) gg.toast("秒救开启成功") gg.clearResults() end function BCBU24() CX =gg.multiChoice({ "木棒初始(必开)",--1 "改雷初始(必开)",--2 "雷大剑",--3 "雷镰",--4 "雷狙击",--5 "木稿初始(必开)",--6 "木镐变雷搞",--7 "自动挖矿",--8 "防掉伤",--9 "退出脚本",--10 }, nil,os.date"无情:👿") if CX == nil then else if CX[1] == true then ff() end if CX[2] == true then d() end if CX[3] == true then e() end if CX[4] == true then f() end if CX[5] == true then g() end if CX[6] == true then h() end if CX[7] == true then l3() end if CX[8] == true then j() end if CX[9] == true then Il2() end if CX[10] == true then Exit() end end XGCK = -1 end function ff()--无视等级 local k = gg.prompt({"1为恢复"}, {""}, {"text"}) if k then so = gg.getRangesList('libil2cpp.so')[1].start local py = 0x8C88260 setvalue(so+py, 16, k[1]) gg.toast("木棒初始") end end function a()--雷大剑 gg.setRanges(32) ts="大剑" local dataType = 4 local tb1 = {{1068708659, 0}, {1108082688, 20}, } local tb2 = {{0, 20}, } SearchWrite(tb1, tb2, dataType) gg.setRanges(32) ts="伤害提升失败" local dataType = 4 local tb1 = {{1082969293, 0} ,{256, 24}, } local tb2 = {{1086324736, 0}, } SearchWrite(tb1, tb2, dataType) gg.clearResults() gg.setRanges(32) ts="伤害提升成功" local dataType = 4 local tb1 = {{1148846080, 0} ,{1065353216, 4}, } local tb2 = {{1066430938, 4}, } SearchWrite(tb1, tb2, dataType) gg.clearResults() gg.setRanges(32) ts="防掉伤" local dataType = 4 local tb1 = {{1112014848, 0}, {1056964608, 4},{1053609165, 8}, } local tb2 = {{1041865114, 8}, } SearchWrite(tb1, tb2, dataType) gg.clearResults() end function BC5() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"1遮挡信息","2人物隐身(手里面请拿着魔法书开启)","️3人物高跳","4人物防摔","5水上行走","6水下行走","7岩浆行走","8全图游泳","9全屏拾取","10夜视功能","11锁定黑夜","12锁定白天","13飞机视角","14透视地面","15无限食物","16无限耐力","17无规则禁言","18制作传说概率增加","19飞天开","20飞天关","21天籁之音","22黑暗中的光","23定位粘土","24备用全屏拾取","清空地图","家园飞天","返回菜单",}, nil, "无情") if CX == nil then else if CX[1] == true then BCCH1() end if CX[2] == true then BCCH2() end if CX[3] == true then BCCH3() end if CX[4] == true then BCCH4() end if CX[5] == true then BCCH5() end if CX[6] == true then BCCH6() end if CX[7] == true then BCCH7() end if CX[8] == true then BCCH8() end if CX[9] == true then BCCH9() end if CX[10] == true then BCCH10() end if CX[11] == true then BCCH11() end if CX[12] == true then BCCH12() end if CX[13] == true then BCCH13() end if CX[14] == true then BCCH14() end if CX[15] == true then BCCH15() end if CX[16] == true then BCCH16() end if CX[17] == true then BCCH17() end if CX[18] == true then BCCH18() end if CX[19] == true then BCCH19() end if CX[20] == true then BCCH20() end if CX[21] == true then BCCH21() end if CX[22] == true then BCCH22() end if CX[23] == true then BCCH23() end if CX[24] == true then BCCH24() end if CX[25] == true then BCCH25() end if CX[26] == true then BCCH26() end if CX[27] == true then main() end XGCK=-1 end end end end function BCCH1() F = gg.alert("[ID名字马赛克]", "[开启]", "[关闭]") if F == 1 then setSize(20) setWidth(10) drawText("NIGOUYANNIGOUYAN", 240, 1070) drawText("NIGOUYANNIGOUYAN", 535, 30) end if F == 2 then removeAll() end end function BCCH2() CXCX(0.5,E,Ca+O) CXpy(6.89545019E-314,E,4) CXpy(1.5E-323,E,8) CXpy(0.5,E,-16) CXpy(1.5E-323,E,-8) CXxg(-65,E,-16,true,"隐身开启成功")end function BCCH3() vv = gg.prompt({gt4='请输入"20~400"(输入20恢复正常)请不要超过400!'}, {gt4="100"}) if vv == nil then FKCJIAOBEN() else gaot1() end end function gaot1()gg.clearResults()CXCX(1081262080,D,Ca+A+O+Ch+Jh+Cd+Cb)CXpy(1075576832,D,64)CXpy(6,D,68)CXxg(vv["gt4"],E,28,false)gg.toast("高跳已开启")end function BCCH4() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC+gg.REGION_OTHER) gg.searchNumber('8.0;0.01',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('8',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll('12349',gg.TYPE_DOUBLE) gg.toast('防摔开启成功') gg.clearResults() end function BCCH5() 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 gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber(""..QS..";1.32665534584E-313::10000", DOUBLE, false, gg.SIGN_EQUAL, 0, -1)gg.searchNumber(""..QS.."", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)gg.editAll("-1.01", DOUBLE)gg.clearResults()gg.toast("无情:水上行走开启成功")QTSS=2 end if F == 2 then gg.clearResults()gg.setRanges(Ca+O)gg.searchNumber(""..QS..";1.32665534584E-313::10000", DOUBLE, false, gg.SIGN_EQUAL, 0, -1)gg.searchNumber(""..QS.."", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)gg.editAll("0.2", DOUBLE) gg.clearResults()gg.toast("无情:水上行走恢复成功") QTSS=0 end end function BCCH6() gg.clearResults()gg.setRanges(Ca+O)gg.searchNumber("1.01;1.32665534584E-313::10000", DOUBLE, false, gg.SIGN_EQUAL, 0, -1)gg.searchNumber("1.01", DOUBLE, false, gg.SIGN_EQUAL, 0, -1)gg.getResults(200)gg.editAll("0.5", DOUBLE)gg.clearResults()gg.toast("水下行走")end function BCCH7() CXCX(3000.0,E,Ca+O)CXpy(-1.5,E,240)CXxg(-99,E,256,false,"岩浆行走开启成功") end function BCCH8() 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 gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber(""..QS..";1.32665534584E-313::10000", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber(""..QS.."", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200) gg.editAll("999999", DOUBLE) gg.clearResults() gg.toast("无情:全图游泳开启成功") QTSS=1 end if F == 2 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber(""..QS..";1.32665534584E-313::10000", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber(""..QS.."", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200) gg.editAll("0.2", DOUBLE) gg.clearResults() gg.toast("无情:全图游泳恢复成功") QTSS=0 end end function BCCH9() gg.clearResults() gg.setRanges(4) gg.searchNumber('-14D;-5D;-3D;-5D;1.5;-5D;-13D', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL,0x00000000,0xC777FFFF) gg.searchNumber('1.5', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL,0x00000000,0xC777FFFF) gg.getResults(900) gg.editAll('999999', gg.TYPE_DOUBLE) gg.toast(':全屏范围拾取') gg.clearResults()end function BCCH10() CSM(CSM({32,21,16,0,FW},{{1, },{2,2},{-1, 20}}),{{-22,16,-1},{-23,16,-1}},"夜视")end function BCCH11() CXCX(1071015526, 4,Ca+O) CXpy(1079001088, 4, 256) CXxg(1, 64, 316, false, "黑夜锁定")end function BCCH12() CXCX(1071015526, 4,Ca+O) CXpy(1079001088, 4, 256) CXxg(1080.2, 64, 316, false, "白天锁定")end function BCCH13() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber("0.1", FLOAT, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("0.1",FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(9200)--设置修改前200个代码 gg.editAll("99", FLOAT) gg.toast("飞机视角开启成功") gg.clearResults() end end function BCCH14() gg.clearResults()gg.setRanges(Ca+O)gg.searchNumber("2F;-32,768W;11D;-1D::", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)gg.searchNumber("2", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)gg.getResults(99999)gg.editAll("9999", gg.TYPE_FLOAT)gg.clearResults()gg.toast("透视地形开启成功")end function BCCH15() gg.clearResults() gg.setRanges(4) gg.searchNumber(vv.kj10, gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, 3346530303) S = vv.kj10 gg.getResults(9999) gg.editAll("9999999", gg.TYPE_DOUBLE) gg.toast("无限水分食物开启成功") gg.clearResults()end function BCCH16() 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 BCCH17() gg.alert("因为开启无冷却而开启这个功能的直接点确定即可不要输入任何东西\n\n切记对方说的文字的字数,你修改的时候字数必须跟他说的字数一样,汉字只能修改汉字,字母只能修改字母,数字不能修改,修改成骂人或者容易禁言的聊天记录然后截屏在英雄游戏客服公众号举报即可") vv = gg.prompt({g1='请输入对方文字',g2='请输入你要修改的文字'},{g1='',g2=''}) gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber(vv['g1'], gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber(vv['g1'], gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(2000) gg.editAll(vv['g2'], gg.TYPE_BYTE) gg.toast('修改成功') gg.clearResults()end function BCCH18() F = gg.alert("因为开启隐身功能而打开的本功能的点取消就行\n\n传说提升概率", "开启","取消") if F == 1 then gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("7168", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999) gg.editAll("99999", gg.TYPE_DWORD) gg.toast("提升传说率开启成功") end if F == 2 then gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999) gg.editAll("", gg.TYPE_DWORD) gg.toast("取消") end end function BCCH19() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber("0.10000000149011612;0.3799999952316284;0.800000011920929;1.39999997616::", FLOAT, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("飞天开启失败") else gg.searchNumber("1.39999997616",FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200) gg.editAll("300", gg.TYPE_FLOAT) gg.toast("飞天开启成功") gg.clearResults() end end function BCCH20() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber("0.10000000149011612;0.3799999952316284;0.800000011920929;300::", FLOAT, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("飞天恢复开启失败") else gg.searchNumber("300",gg.TYPE_FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200) gg.editAll("1.4", gg.TYPE_FLOAT) gg.toast("飞天恢复开启成功") gg.clearResults() end end function BCCH21() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber("5", FLOAT, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("5",FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(9200)--设置修改前200个代码 gg.editAll("999", FLOAT) gg.toast("天籁之音(出现杂音)开启成功") gg.clearResults() end end function BCCH22() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber("3.5", FLOAT, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("3.5",FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(9200)--设置修改前200个代码 gg.editAll("999", FLOAT) gg.toast("灯塔灯光闪烁开启成功") gg.clearResults() end end function BCCH23() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber("0.2", FLOAT, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("0.2",FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(9200)--设置修改前200个代码 gg.editAll("999", FLOAT) gg.toast("粘土发光开启成功") gg.clearResults() end end function BCCH24() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC+gg.REGION_OTHER) gg.searchNumber('1.5',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('1.5',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.getResults(200) gg.editAll('8',gg.TYPE_DOUBLE) gg.toast('范围拾取开启成功') gg.clearResults() end function BCCH25() F =gg.alert("此功能", "开","关") if F == 1 then local FKC_a7 = os.clock() gg.clearResults() CXCX(1080459264,D,Ca) CXpy(2716,D,152) CXxg(11,E,156,false) gg.toast("清空地图已开启") end if F == 2 then local FKC_a7 = os.clock() gg.clearResults() CXCX(1080459264,D,Ca) CXpy(2716,D,152) CXxg(11,E,156,false) gg.toast("清空地图关闭成功") end end function BC6() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"A枪追踪","A枪范围","A枪秒到","A枪射速","返回菜单",}, nil, "再也不怕泰坦怪了") if CX == nil then else if CX[1] == true then BCAQ1() end if CX[2] == true then BCAQ2() end if CX[3] == true then BCAQ3() end if CX[4] == true then BCAQ4() end if CX[5] == true then main() end XGCK=-1 end end end end function BCAQ1() F = gg.alert("[枪械追踪]\n\n此功能需要拿枪开", "[开启]","[关闭]") if F == 1 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("0.12", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200) gg.editAll("3.1258", DOUBLE) gg.toast("枪械追踪开启成功") gg.clearResults() end if F == 2 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("3.1258", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200) gg.editAll("0.12", DOUBLE) gg.toast("枪械追踪恢复成功") gg.clearResults() end end function BCAQ2() F = gg.alert("[枪械范围]\n\n此功能需要拿枪开", "[开启]","[关闭]") if F == 1 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber('0.12',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('0.12',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll('9.8765',gg.TYPE_DOUBLE) gg.toast('枪械范围开启成功') gg.clearResults() end if F == 2 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber('9.8765',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('9.8765',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll('0.12',gg.TYPE_DOUBLE) gg.toast('枪械范围恢复成功') gg.clearResults() end end function BCAQ3() F = gg.alert("[子弹秒到]\n\n此功能需要拿枪开", "[开启]","[关闭]") if F == 1 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber('40',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('40',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.getResults(999) gg.editAll('86',gg.TYPE_DOUBLE) gg.toast('子弹秒到开启成功') gg.clearResults() end if F == 2 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber('86',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('86',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.getResults(999) gg.editAll('40',gg.TYPE_DOUBLE) gg.toast('子弹秒到恢复成功') gg.clearResults() end end function BCAQ4() F = gg.alert("[枪械射程]\n\n此功能需要拿枪开", "[开启]","[关闭]") if F == 1 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("27", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200) gg.editAll("100.13561", DOUBLE) gg.toast("枪械射程开启成功") gg.clearResults() end if F == 2 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("100.13561", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200) gg.editAll("27", DOUBLE) gg.toast("枪械射程恢复成功") gg.clearResults() end end function BC7() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"☁①弓箭追踪☁","☁弓箭距离☁","☁弓箭秒到☁","☁弓箭蓄力☁","☁360°弓追第一步☁","☁360°弓追第二部☁","☁9倍范围有伤害☁","☁自定义灵敏度☁","☁弓箭追踪(小范围)☁","☁弓箭追踪(中范围)☁","☁弓箭追踪(大范围)☁","返回菜单",}, nil, "水站必备功能,切记演一点,别太明显") if CX == nil then else if CX[1] == true then BCZU1() end if CX[2] == true then BCZU2() end if CX[3] == true then BCZU3() end if CX[4] == true then BCZU4() end if CX[5] == true then BCZU5() end if CX[6] == true then BCZU6() end if CX[7] == true then BCZU7() end if CX[8] == true then BCZU8() end if CX[9] == true then BCZU9() end if CX[10] == true then BCZU10() end if CX[11] == true then BCZU11() end if CX[12] == true then main() end XGCK=-1 end end end end function BCZU1() CXCX(200000.0,E,Ca+O) CXpy(100401.0,E, 128) CXpy(100212.0,E, 896) CXxg(2,E,1552, true, "弓箭追踪")end function BCZU2() CXCX(1082925056, 4,Ca+O) CXpy(1072693248, 4, -160) CXpy(1072168960, 4, -288) CXxg(100.5687, 64, 124, true, "弓箭距离")end function BCZU3() CXCX(1082925056, 4,Ca+O) CXpy(1072693248, 4, -160) CXpy(1072168960, 4, -288) CXxg(666, 64, -100, true, "弓箭秒到")end function BCZU4() CXCX(1953264963, 4,Ca+O)CXpy(3, 4, 28) CXpy(6, 4, -36)CXxg(0, 64, 20, true, "弓箭免蓄力")end function BCZU5() gg.alert("开启成功后,先打一下要被锁的物品或者人物,在开第二步") gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("0.1E;-1E;20E", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败")else gg.searchNumber("0.1",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)gg.editAll("5", DOUBLE)gg.toast("弓360°锁(第一步)开启成功")gg.clearResults()end end function BCZU6() gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("5E;-1E;20E", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败")else gg.searchNumber("5",DOUBLE , false, gg.SIGN_EQUAL, 0, -1)gg.getResults(200)gg.editAll("20", DOUBLE)gg.toast("弓360°锁(第二步)开启成功")gg.clearResults()end end function BCZU7() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber('0.1;20',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.searchNumber('0.1',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.getResults(99) gg.editAll('9.01245',gg.TYPE_DOUBLE) gg.toast('9倍弓范围开启成功') gg.clearResults()end function BCZU8() vl = gg.prompt({qc99='弓灵敏度自定义,请修改你的灵敏度,输入0.1改回数值'}, {qc99=''}) if vl == nil then FKCJIAOBEN() else CX1470() end end function CX1470() gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber('0.1;33;0.09',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('0.1',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) CX=(vl['qc99'])gg.getResults(5000)gg.editAll(vl['qc99'], gg.TYPE_DOUBLE)gg.toast('弓灵敏度开启成功')gg.clearResults()end function BCZU9() F =gg.alert("此功能", "开","关") if F == 1 then local FKC_a7 = os.clock() CXCX(-0.001,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(1,E,0x40) CXpy(2,E,0xC0) CXpy(3,E,0x140) CXxg(1.1,E,0xA0,true,"弓箭追踪") end if F == 2 then local FKC_a7 = os.clock() CXCX(-0.001,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(1,E,0x40) CXpy(2,E,0xC0) CXpy(3,E,0x140) CXxg(0.1,E,0xA0,true,"弓箭追踪恢复") end end function BCZU10() F =gg.alert("此功能", "开","关") if F == 1 then local FKC_a7 = os.clock() CXCX(-0.001,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(1,E,0x40) CXpy(2,E,0xC0) CXpy(3,E,0x140) CXxg(3,E,0xA0,true,"弓箭追踪") end if F == 2 then local FKC_a7 = os.clock() CXCX(-0.001,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(1,E,0x40) CXpy(2,E,0xC0) CXpy(3,E,0x140) CXxg(0.1,E,0xA0,true,"弓箭追踪恢复") end end function BCZU11() F =gg.alert("此功能", "开","关") if F == 1 then local FKC_a7 = os.clock() CXCX(-0.001,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(1,E,0x40) CXpy(2,E,0xC0) CXpy(3,E,0x140) CXxg(5,E,0xA0,true,"弓箭追踪") end if F == 2 then local FKC_a7 = os.clock() CXCX(-0.001,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(1,E,0x40) CXpy(2,E,0xC0) CXpy(3,E,0x140) CXxg(0.1,E,0xA0,true,"弓箭追踪恢复") end end function BC8() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"魔法追踪","魔法范围","家园飞天","无视家园建筑等级","返回菜单",}, nil, "再也不怕魔法打不到人了") if CX == nil then else if CX[1] == true then BCMO1() end if CX[2] == true then BCMO2() end if CX[3] == true then BCMO3() end if CX[4] == true then BCMO4() end if CX[5] == true then main() end XGCK=-1 end end end end function BCMO1() gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber('15;0.2',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0x00000000,0xC777FFFF)gg.searchNumber('0.2',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0x00000000,0xC777FFFF)gg.getResults(999)gg.editAll('2.5467',gg.TYPE_DOUBLE)gg.toast('魔法追踪开启成功')gg.clearResults()end function BCMO2() gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber('7.5',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('7.5',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100)gg.editAll('20',gg.TYPE_DOUBLE)gg.toast('魔法范围3倍')gg.clearResults()end function BCMO3() local CX = gg.choice({ "飞天家园(多档位)",--1 "飞天家园(自定义)",---2 "返回菜单",---3 },nil,"具体走") if CX == 1 then i1() end if CX == 2 then i2() end if CX == 3 then BC8()end XGCK=-1 end function i1() js=gg.prompt({"数值越大,家园越高\n自行调节速度[0;5]"},{},{"number"}) if js == nil then gg.alert("你选择了取消") BC8() end if js[1] == "0" then Js1=0.5 elseif js[1] == "1" then Js1=1000 elseif js[1] == "2" then Js1=2000 elseif js[1] == "3" then Js1=5000 elseif js[1] == "4" then Js1=8000 elseif js[1] == "5" then Js1=10000 end if js[1] >= "4" then feitian() else feitian() end end function feitian() gg.toast("正在开启飞天中…") CXCX(0.02,E,Ca) CXpy(6,D,-0x38) CXxg(Js1,E,-0x80,false,"飞天") if #z == 0 then CXCX(0.02,E,Ca) CXpy(6,D,-0x38) CXxg(Js1,E,-0x80,false,"飞天") if #z == 0 then CXCX(0.02,E,Ca) CXpy(6,D,-0x38) CXxg(Js1,E,-0x80,false,"飞天") if #z == 0 then CXCX(0.02,E,Ca) CXpy(6,D,-0x38) CXxg(Js1,E,-0x80,false,"飞天") if #z == 0 then CXCX(0.02,E,Ca) CXpy(6,D,-0x38) CXxg(Js1,E,-0x80,false,"飞天") if #z == 0 then CXCX(0.02,E,Ca) CXpy(6,D,-0x38) CXxg(Js1,E,-0x80,false,"飞天") end end end end end end function i2() vv = gg.prompt({qc88="请输入您需要的高度(比如100)不可输入空代码"}, {qc88=""}) if vv == nil then gg.alert("未输入值或已取消") BC8() else ft70() end end function ft70() CXCX(0.02,E,Ca) CXpy(6,D,-0x38) CXxg(vv["qc88"],E,-0x80,false,"飞天") end function BCMO4() CXCX(300,E,Ca+O) CXpy(120,E,-32) CXxg(200,E,-192,true,"无视家园等级建筑") end function BC9() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"❤宠物无CD❤️","❤12秒钓鱼️❤️","❤️0秒防卡❤️","❤️0秒传送❤️","❤️8秒部落❤️","❤️8秒炉石❤️","❤️5秒制作❤️","❤️无CD跳跃❤️","❤️一百倍制作❤️","返回菜单",}, nil, "年轻的活力") if CX == nil then else if CX[1] == true then BCCW1() end if CX[2] == true then BCCW2() end if CX[3] == true then BCCW3() end if CX[4] == true then BCCW4() end if CX[5] == true then BCCW5() end if CX[6] == true then BCCW6() end if CX[7] == true then BCCW7() end if CX[8] == true then BCCW8() end if CX[9] == true then BCCW9() end if CX[10] == true then main() end XGCK=-1 end end end end function BCCW1() gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber("4D;121E;20E;3D::", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("20", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("0.2", gg.TYPE_DOUBLE) gg.toast('宠物释放无cd开启成功') end function BCCW2() F = gg.alert("[12秒必]\n\n钓鱼的过程开此功能,否则无效", "[开启功能]","[返回]") if F == 1 then gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("16777477D;2D;3D;12~35;0.1;0.5", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("12~35",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(100) sl=gg.getResultCount() for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_DOUBLE,freeze = true,value = 12}}) gg.toast("12秒必钓鱼开启成功") gg.clearResults() end end if F == 2 then end end function BCCW3() CXCX(1591,D,Ca) CXpy(1593,D,0x20) CXpy(1599,D,0x40) CXxg(0.1,E,0x44,false,"0秒防卡") end function BCCW4() CXCX(1093579946,4,Ca+O)CXpy(1075052544,4,64)CXpy(1087373184,4,-96) CXxg(0.1,64,-196,false,"0秒灯塔传送")end function BCCW5() gg.clearResults()gg.setRanges(Ca+O)gg.searchNumber('4D;10;2.5625F;3D;1,079,902,208D', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 2415919104, 3489660927)gg.searchNumber('10', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 2415919104, 3489660927)gg.getResults(100)gg.editAll('8', gg.TYPE_DOUBLE)gg.toast('8秒开启部落')gg.clearResults()end function BCCW6() CXCX(16383.0,E,Ca+O) CXpy(1.0609978955E-313,E,100) CXpy(1.3265707555E-313,E,36) CXxg(0,E,320,true,"0秒炉石")end function BCCW7() gg.clearResults() gg.setRanges(Ca+O)gg.searchNumber('1000',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1)gg.searchNumber('1000',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0, -1)gg.getResults(3000)gg.editAll('5000.9',gg.TYPE_DOUBLE) gg.toast('制作速度5倍开启成功')gg.clearResults()end function BCCW8() CXCX(1715, 4, gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(1727, 4, 64) CXpy(1722, 4, 32) CXxg(0, 64, 20, false, "跳跃无冷却") end function BCCW9() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC+gg.REGION_OTHER) gg.searchNumber("1.06099789543E-313;1.06099789543E-313;2.0E-323;2.0E-323;1000;2.0E-323", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("1000", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(300) gg.editAll("100000", DOUBLE) gg.clearResults() gg.toast("100倍制作速度开启成功") end function BC11() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then CX = gg.multiChoice({"一键镰刀","一键御剑","一键弓箭","一键枪械","返回菜单",}, nil, "非常好用") if CX == nil then else if CX[1] == true then BCCX91() end if CX[2] == true then BCCX92() end if CX[3] == true then BCCX93() end if CX[4] == true then BCCX94() end if CX[5] == true then main() end XGCK=-1 end end end end function BCCX91() gg.toast("3秒之内用镰刀转一圈")gg.sleep(3000)gg.toast("转一圈")gg.sleep(1000) CXCX(1083967488,D,Ca+O)CXpy(1077805056,D, -320) CXxg(1086608128,D, -256,true,"锁定镰刀")CXCX(1083967488,D,Ca+O) CXpy(1077805056,D,256)CXxg(10406, E,316,true,"锁定镰刀") CXCX(1071225241, 4,Ca+O)CXpy(1072693248, 4, 224) CXpy(1076363264, 4, 128)CXxg(0, 64, -676, true, "镰刀技能范围") CXxg(10, 64, -1092, true, "镰刀技能范围")CXCX(1028443341,4,Ca+O) CXpy(25,D,28)CXpy(36,D, 80)CXxg(1.25,F,-8,true,"镰刀技能变速") CXCX(1090022496,D,Ca+O)CXpy(71729670,D,184)CXxg(5,E,156, true,"镰刀技能攻速") gg.toast("3秒之内请切换武器")gg.sleep(3000)gg.toast("切换武器")gg.sleep(1000) CXCX(1081315328,D,Ca+O)CXpy(1072693248,D,-96) CXpy(1076232192,D,-192)CXxg(0,E,-324,true,"镰刀技能无冷却")end function BCCX92() gg.toast("3秒之内用御剑技能")gg.sleep(3000)gg.toast("长按御剑") gg.sleep(1000) CXCX(1794.0,E,Ca+O)CXpy(4.9E-324,E,8)CXpy(2.121995791E-314,E,28) CXxg(10450,E,-256,true,"锁定御剑")CXxg(1086613760,D,-252,true,"锁定御剑") CXCX(100038,64,Ca+O) CXpy(5,64,0xB0) CXpy(6,64,0xA0)CXxg(-9,64,0xC0,true,"御剑时间")CXCX(100038,64,Ca+O) CXpy(5,64,0xB0)CXpy(6,64,0xA0)CXxg(5,64,160,true,"御剑攻速") gg.toast("3秒之内请切换武器")gg.sleep(3000)gg.toast("切换武器")gg.sleep(1000) CXCX(321.0,E,Ca+O)CXpy(-0.001,E,256)CXxg(0,E,-320,true,"御剑免冷却")end function BCCX93() gg.toast("3秒之内拿上弓箭")gg.sleep(3000)gg.toast("拿上弓箭")gg.sleep(1000) CXCX(-0.001,E,Ca+O)CXpy(1,E,0x40) CXpy(2,E,0xC0)CXpy(3,E,0x140) CXxg(1.5,E,0xA0,true,"弓追踪")CXCX(1082925056, 4,Ca+O) CXpy(1072693248, 4, -160)CXpy(1072168960, 4, -288) CXxg(100.5687, 64, 124, true, "弓箭距离")CXCX(1082925056, 4,Ca+O) CXpy(1072693248, 4, -160)CXpy(1072168960, 4, -288) CXxg(666, 64, -100, true, "弓箭秒到")CXCX(1953264963, 4,Ca+O) CXpy(3, 4, 28)CXpy(6, 4, -36)CXxg(0, 64, 20, true, "弓箭免蓄力")end function BCCX94() gg.toast("3秒之内拿上枪械")gg.sleep(3000)gg.toast("拿上枪械")gg.sleep(1000) CXCX(1084179456, 4,Ca+O)CXpy(1074266112, 4, 192)CXpy(1072693248, 4, -64) CXxg(100.13561, 64, 124, true, "枪射程")CXCX(1084179456, 4,Ca+O) CXpy(1074266112, 4, 192)CXpy(1072693248, 4, -64) CXxg(999, 64, -100, true, "枪秒到")CXCX(1079410688, 4,Ca+O) CXpy(1078198272, 4, 32)CXpy(1074266112, 4, -128) CXxg(1, 64, 28, true, "枪无后")CXCX(1084179456, 4,Ca+O) CXpy(1074266112, 4, 192)CXpy(1072693248, 4, -64) CXxg(0.1682, 64, 508, true, "枪射速")end function BC12() local CX = gg.choice({ "松鼠[20级]",--1 "酷酷狗[20级]",--2 "灰蝠龙[15级]", "宠物狼[25级]", "狼人学徒[25级]", "红蝠龙[25级]", "绿蜥蜴[15级]", "兰抱抱熊[15级]", "黄蜥蜴[15级]", "血蜥蜴[30级]", "心月狐[35级]", "幼月狐[30级]", "宠物熊[15级]", "剑齿虎[40级]", "岩晶虎[45级]", "蓝蝠龙[45级]", "岩虎[40级]", "宠物CD", "返回菜单",--4 },nil,"释放无CD在松鼠第一列") if CX == 1 then CWDSS() end if CX == 2 then CWDKKG() end if CX == 3 then CWDHFL() end if CX == 4 then CWDCWL() end if CX == 5 then CWDLRXT() end if CX == 6 then CWDHSFL() end if CX == 7 then CWDLXY() end if CX == 8 then CWDLBBX() end if CX == 9 then CWDHXY() end if CX == 10 then CWDXXY() end if CX == 11 then CWDXYH() end if CX == 12 then CWDYYH() end if CX == 13 then CWDCWX() end if CX == 14 then CWDJCH() end if CX == 15 then CWDYJH() end if CX == 16 then CWDLFL() end if CX == 17 then CWDYH() end if CX == 18 then BCYYF() end if CX == 19 then main()end XGCK=-1 end function CWDYH() local CX = gg.choice({ "岩虎第一列",--1 "岩虎第二列",--2 "岩虎第三列", "返回菜单",--4 },nil,"先放宠物在开启") if CX == 1 then CXYH01() end if CX == 2 then CXYH02() end if CX == 3 then CXYH03() end if CX == 3 then BC12()end XGCK=-1 end function CXYH03() local CX = gg.choice({ "岩虎放阿斯特奥斯狂暴普攻", "岩虎放星辰蝶技能", "返回菜单",--4 },nil,"岩虎的等级越高,伤害越高") if CX == 1 then CXHH11() end if CX == 2 then CXHH22() end if CX == 3 then CWDYH() end CXCXCK=-1 end function CXHH11() CXCX(10190,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXHH22() CXCX(10164,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXYH01() local CX = gg.choice({ "岩虎攻击转变月战兔",--1 "岩虎万伤(台)",--2 "岩虎攻击带毒",--3 "岩虎持续伤害",--4 "岩虎击退眩晕",--5 "岩虎攻击变幻龙攻击",--6 "岩虎加攻速",--7 "岩虎变6节岩虎",--8 "宠物释放无CD", "岩虎攻击变风符文[娱乐]", "岩虎攻击双倍伤害", "岩虎攻击变火球[娱乐]", "岩虎攻击回血", "岩虎火焰攻击+燃烧", "岩虎大范围毒气[CX刷怪推荐]", "岩虎平a大范围", "岩虎原地放炸弹[爆发伤害+击退]", "岩虎原地放烟花炸弹[爆发伤害+击退]", "岩虎原地升华[娱乐]", "岩虎攻击带囚禁控物", "岩虎攻击带减速", "岩虎变愈海龙攻击", "返回菜单",--9 },nil,"先放宠物在开功能,重叠出bug") if CX == 1 then YHWS() end if CX == 2 then GZWS() end if CX == 3 then YHGJDD() end if CX == 4 then YHCXSH() end if CX == 5 then YHJTXY() end if CX == 6 then YHBHL() end if CX == 7 then YHGJGS() end if CX == 8 then YHBLJYH() end if CX == 9 then WCD1() end if CX == 10 then CXYH1() end if CX == 11 then CXYH2() end if CX == 12 then CXYH3() end if CX == 13 then CXYH4() end if CX == 14 then CXYH5() end if CX == 15 then CXYH6() end if CX == 16 then CXYH7() end if CX == 17 then CXYH8() end if CX == 18 then CXYH9() end if CX == 19 then CXYH10() end if CX == 20 then CXYH11() end if CX == 21 then CXYH12() end if CX == 22 then CXYH13() end if CX == 23 then CWDYH() end XGCK=-1 end function YHWS() CXCX(10190,E,Ca) CXxg(10771,E,0,false,"召唤月兔") end function GZWS() CXCX(10190,E,Ca) CXxg(30009,E,0,false,"开启成功") end function YHGJDD() CXCX(10190,E,Ca) CXxg(10502,E,0,false,"开启成功") end function YHCXSH() CXCX(10190,E,Ca) CXxg(10706,E,0,false,"开启成功") end function YHJTXY() CXCX(10190,E,Ca) CXxg(10786,E,0,false,"开启成功") end function YHBHL() CXCX(10190,E,Ca) CXxg(10306,E,0,false,"幻龙攻击") end function YHJGS() CXCX(10190,E,Ca) CXxg(10316,E,0,false,"加攻速") end function YHBLJYH() CXCX(10190,E,Ca) CXxg(10223,E,0,false,"0鼠变6鼠") end function WCD1() CXCX(121,E,Ca+O) CXpy(1.5E-323,E,8) CXpy(2.0E-323,E,40) CXxg(0.1,E,16,false,"宠物释放无Cd")end function CXYH1() CXCX(10190,E,Ca) CXxg(10314,E,0,false,"风符文攻击") end function CXYH2() CXCX(10190,E,Ca) CXxg(10304,E,0,false,"双倍伤害") end function CXYH3() CXCX(10190,E,Ca) CXxg(10505,E,0,false,"火球") end function CXYH4() CXCX(10190,E,Ca) CXxg(10312,E,0,false,"岩虎攻击回血") end function CXYH5() CXCX(10190,E,Ca) CXxg(10225,E,0,false,"火焰燃烧") end function CXYH6() CXCX(10190,E,Ca) CXxg(10360,E,0,false,"超大范围+超强毒气") end function CXYH7() CXCX(10190,E,Ca) CXxg(10736,E,0,false,"平a大范围") end function CXYH8() CXCX(10190,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXYH9() CXCX(10190,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXYH10() CXCX(10190,E,Ca) CXxg(10722,E,0,false,"升华") end function CXYH11() CXCX(10190,E,Ca) CXxg(10711,E,0,false,"攻击囚禁") end function CXYH12() CXCX(10190,E,Ca) CXxg(10785,E,0,false,"减速") end function CXYH13() CXCX(10190,E,Ca) CXxg(10754,E,0,false,"愈海龙") end function CXYH02() local NY = gg.choice({ "岩虎水龙弹", "岩虎扔狗毒", "岩虎发火球", "岩虎发泡泡", "岩虎榴弹炮", "岩虎丢烟花炮弹", "岩虎发蓝色流弹(无伤害)", "岩虎发木箭头", "岩虎放越战兔", "岩虎发射月亮", "岩虎封心锁钥(嫦娥大招)", "岩虎魔法阵(范围)", "岩虎技能变雨祝技能", "岩虎改奇美拉普攻(1(1-3为不同的普攻))", "岩虎改奇美拉普攻(2)", "岩虎改奇美拉普攻(3)", "岩虎改奇美拉技能(1(1-3为不同的技能))", "岩虎改奇美拉技能(2)", "岩虎改奇美拉技能(3)", "岩虎攻击带毒", "岩虎持续伤害", "岩虎击退炫耀", "岩虎超大范围眩晕", "岩虎扔平底锅", "岩虎超大范围攻击", "gui蛇之毒(奇美拉技能)", "岩虎炸弹", "岩虎攻击带击飞", "返回菜单", }, nil, "作者QQ2742480854") if NY==1 then HS1() end if NY==2 then HS2() end if NY==3 then HS3() end if NY==4 then HS4() end if NY==5 then HS5() end if NY==6 then HS6() end if NY==7 then HS7() end if NY==8 then HS8() end if NY==9 then HS9() end if NY==10 then HS10() end if NY==11 then HS11() end if NY==12 then HS12() end if NY==13 then HS13() end if NY==14 then HS14() end if NY==15 then HS15() end if NY==16 then HS16() end if NY==17 then HS17() end if NY==18 then HS18() end if NY==19 then HS19() end if NY==20 then HS20() end if NY==21 then HS21() end if NY==22 then HS22() end if NY==23 then HS26() end if NY==24 then HS27() end if NY==25 then HS28() end if NY==26 then HS29() end if NY==27 then HS30() end if NY==28 then HS31() end if NY==23 then CWDYH() end FX1=0 end function HS31() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30008", DOUBLE) gg.toast("岩虎击飞开启成功") gg.clearResults() end end function HS1() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10200", DOUBLE) gg.toast("岩虎水龙弹开启成功") gg.clearResults() end end function HS2() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10230", DOUBLE) gg.toast("岩虎扔狗毒开启成功") gg.clearResults() end end function HS3() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10222", DOUBLE) gg.toast("岩虎发火球开启成功") gg.clearResults() end end function HS4() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10210", DOUBLE) gg.toast("岩虎发泡泡开启成功") gg.clearResults() end end function HS5() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30001", DOUBLE) gg.toast("岩虎榴弹炮开启成功") gg.clearResults() end end function HS6() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30003", DOUBLE) gg.toast("岩虎丢烟花炮弹开启成功") gg.clearResults() end end function HS7() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30008", DOUBLE) gg.toast("岩虎发蓝色流弹(无伤害)开启成功") gg.clearResults() end end function HS8() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("20009", DOUBLE) gg.toast("岩虎发木箭头开启成功") gg.clearResults() end end function HS9() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10771", DOUBLE) gg.toast("岩虎放越战兔开启成功") gg.clearResults() end end function HS10() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10221", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10221",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10770", DOUBLE) gg.toast("岩虎发射月亮开启成功") gg.clearResults() end end function HS11() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10772", DOUBLE) gg.toast("岩虎封心锁钥(嫦娥大招)开启成功") gg.clearResults() end end function HS12() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10761", DOUBLE) gg.toast("岩虎魔法阵(范围)开启成功") gg.clearResults() end end function HS13() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10753", DOUBLE) gg.toast("岩虎技能变雨祝技能开启成功") gg.clearResults() end end function HS14() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10740", DOUBLE) gg.toast("岩虎改奇美拉普攻(1(1-3为不同的普攻))开启成功") gg.clearResults() end end function HS15() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10741", DOUBLE) gg.toast("岩虎改奇美拉普攻(2)开启成功") gg.clearResults() end end function HS16() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10742", DOUBLE) gg.toast("岩虎改奇美拉普攻(3)开启成功") gg.clearResults() end end function HS17() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10743", DOUBLE) gg.toast("岩虎改奇美拉技能(1(1-3为不同的技能))开启成功") gg.clearResults() end end function HS18() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10744", DOUBLE) gg.toast("岩虎改奇美拉技能(2)开启成功") gg.clearResults() end end function HS19() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10745", DOUBLE) gg.toast("岩虎改奇美拉技能(3)开启成功") gg.clearResults() end end function HS20() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10502", DOUBLE) gg.toast("岩虎攻击带毒开启成功") gg.clearResults() end end function HS21() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10706", DOUBLE) gg.toast("岩虎持续伤害开启成功") gg.clearResults() end end function HS22() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10786", DOUBLE) gg.toast("岩虎击退炫耀开启成功") gg.clearResults() end end function HS26() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10296", DOUBLE) gg.toast("岩虎超大范围眩晕开启成功") gg.clearResults() end end function HS27() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10255", DOUBLE) gg.toast("岩虎扔平底锅开启成功") gg.clearResults() end end function HS28() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10500", DOUBLE) gg.toast("岩虎超大范围攻击开启成功") gg.clearResults() end end function HS29() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10502", DOUBLE) gg.toast("gui蛇之毒(奇美拉技能)开启成功") gg.clearResults() end end function HS30() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10504", DOUBLE) gg.toast("岩虎炸弹开启成功") gg.clearResults() end end function CWDLFL() local CX = gg.choice({ "蓝蝠龙放炸弹", "蓝蝠龙放烟花炸弹", "蓝蝠龙攻击三倍伤害", "蓝蝠龙小范围大爆炸", "蓝蝠龙大范围小爆炸", "蓝蝠龙放奇美拉毒圈", "蓝蝠龙放阿斯特奥斯狂暴普攻", "蓝蝠龙放星辰蝶技能", "返回菜单",--4 },nil,"蓝蝠龙的等级越高,伤害越高") if CX == 1 then CXLFL1() end if CX == 2 then CXLFL2() end if CX == 3 then CXLFL3() end if CX == 4 then CXLFL4() end if CX == 5 then CXLFL5() end if CX == 6 then CXLFL6() end if CX == 7 then CXLFL7() end if CX == 8 then CXLFL8() end if CX == 9 then BC12()end XGCK=-1 end function CXLFL7() CXCX(10113,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXLFL8() CXCX(10113,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXLFL1() CXCX(10113,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXLFL2() CXCX(10113,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXLFL3() CXCX(10113,E,Ca) CXxg(10742,E,0,false,"三倍伤害") end function CXLFL4() CXCX(10113,E,Ca) CXxg(10504,E,0,false,"小范围大爆炸") end function CXLFL5() CXCX(10113,E,Ca) CXxg(10500,E,0,false,"大范围小爆炸") end function CXLFL6() CXCX(10113,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CWDYJH() local CX = gg.choice({ "岩晶虎第一列",--1 "岩晶虎第二列",--2 "岩晶虎第三列", "返回菜单",--4 },nil,"先放宠物在开启") if CX == 1 then CXYJH01() end if CX == 2 then CXYJH02() end if CX == 3 then CXYJH03() end if CX == 3 then BC12()end XGCK=-1 end function CXYJH03() local CX = gg.choice({ "岩晶虎放阿斯特奥斯狂暴普攻", "岩晶虎放星辰蝶技能", "返回菜单",--4 },nil,"岩晶虎的等级越高,伤害越高") if CX == 1 then CXHH11() end if CX == 2 then CXHH22() end if CX == 3 then CWDYJH() end XGCK=-1 end function CXHH11() CXCX(10190,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXHH22() CXCX(10164,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXYJH01() local CX = gg.choice({ "岩晶虎攻击转变月战兔",--1 "岩晶虎万伤(台)",--2 "岩晶虎攻击带毒",--3 "岩晶虎持续伤害",--4 "岩晶虎击退眩晕",--5 "岩晶虎攻击变幻龙攻击",--6 "岩晶虎加攻速",--7 "岩晶虎变6节岩晶虎",--8 "宠物释放无CD", "岩晶虎攻击变风符文[娱乐]", "岩晶虎攻击双倍伤害", "岩晶虎攻击变火球[娱乐]", "岩晶虎攻击回血", "岩晶虎火焰攻击+燃烧", "岩晶虎大范围毒气[CX刷怪推荐]", "岩晶虎平a大范围", "岩晶虎原地放炸弹[爆发伤害+击退]", "岩晶虎原地放烟花炸弹[爆发伤害+击退]", "岩晶虎原地升华[娱乐]", "岩晶虎攻击带囚禁控物", "岩晶虎攻击带减速", "岩晶虎变愈海龙攻击", "返回菜单",--9 },nil,"先放宠物在开功能,重叠出bug") if CX == 1 then YJHWS() end if CX == 2 then GZWS() end if CX == 3 then YJHGJDD() end if CX == 4 then YJHCXSH() end if CX == 5 then YJHJTXY() end if CX == 6 then YJHBHL() end if CX == 7 then YJHGJGS() end if CX == 8 then YJHBLJYJH() end if CX == 9 then WCD1() end if CX == 10 then CXYJH1() end if CX == 11 then CXYJH2() end if CX == 12 then CXYJH3() end if CX == 13 then CXYJH4() end if CX == 14 then CXYJH5() end if CX == 15 then CXYJH6() end if CX == 16 then CXYJH7() end if CX == 17 then CXYJH8() end if CX == 18 then CXYJH9() end if CX == 19 then CXYJH10() end if CX == 20 then CXYJH11() end if CX == 21 then CXYJH12() end if CX == 22 then CXYJH13() end if CX == 23 then CWDYJH() end XGCK=-1 end function YJHWS() CXCX(10190,E,Ca) CXxg(10771,E,0,false,"召唤月兔") end function GZWS() CXCX(10190,E,Ca) CXxg(30009,E,0,false,"开启成功") end function YJHGJDD() CXCX(10190,E,Ca) CXxg(10502,E,0,false,"开启成功") end function YJHCXSH() CXCX(10190,E,Ca) CXxg(10706,E,0,false,"开启成功") end function YJHJTXY() CXCX(10190,E,Ca) CXxg(10786,E,0,false,"开启成功") end function YJHBHL() CXCX(10190,E,Ca) CXxg(10306,E,0,false,"幻龙攻击") end function YJHJGS() CXCX(10190,E,Ca) CXxg(10316,E,0,false,"加攻速") end function YJHBLJYJH() CXCX(10190,E,Ca) CXxg(10223,E,0,false,"0鼠变6鼠") end function WCD1() CXCX(121,E,Ca+O) CXpy(1.5E-323,E,8) CXpy(2.0E-323,E,40) CXxg(0.1,E,16,false,"宠物释放无Cd")end function CXYJH1() CXCX(10190,E,Ca) CXxg(10314,E,0,false,"风符文攻击") end function CXYJH2() CXCX(10190,E,Ca) CXxg(10304,E,0,false,"双倍伤害") end function CXYJH3() CXCX(10190,E,Ca) CXxg(10505,E,0,false,"火球") end function CXYJH4() CXCX(10190,E,Ca) CXxg(10312,E,0,false,"岩晶虎攻击回血") end function CXYJH5() CXCX(10190,E,Ca) CXxg(10225,E,0,false,"火焰燃烧") end function CXYJH6() CXCX(10190,E,Ca) CXxg(10360,E,0,false,"超大范围+超强毒气") end function CXYJH7() CXCX(10190,E,Ca) CXxg(10736,E,0,false,"平a大范围") end function CXYJH8() CXCX(10190,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXYJH9() CXCX(10190,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXYJH10() CXCX(10190,E,Ca) CXxg(10722,E,0,false,"升华") end function CXYJH11() CXCX(10190,E,Ca) CXxg(10711,E,0,false,"攻击囚禁") end function CXYJH12() CXCX(10190,E,Ca) CXxg(10785,E,0,false,"减速") end function CXYJH13() CXCX(10190,E,Ca) CXxg(10754,E,0,false,"愈海龙") end function CXYJH02() local NY = gg.choice({ "岩晶虎水龙弹", "岩晶虎扔狗毒", "岩晶虎发火球", "岩晶虎发泡泡", "岩晶虎榴弹炮", "岩晶虎丢烟花炮弹", "岩晶虎发蓝色流弹(无伤害)", "岩晶虎发木箭头", "岩晶虎放越战兔", "岩晶虎发射月亮", "岩晶虎封心锁钥(嫦娥大招)", "岩晶虎魔法阵(范围)", "岩晶虎技能变雨祝技能", "岩晶虎改奇美拉普攻(1(1-3为不同的普攻))", "岩晶虎改奇美拉普攻(2)", "岩晶虎改奇美拉普攻(3)", "岩晶虎改奇美拉技能(1(1-3为不同的技能))", "岩晶虎改奇美拉技能(2)", "岩晶虎改奇美拉技能(3)", "岩晶虎攻击带毒", "岩晶虎持续伤害", "岩晶虎击退炫耀", "岩晶虎超大范围眩晕", "岩晶虎扔平底锅", "岩晶虎超大范围攻击", "gui蛇之毒(奇美拉技能)", "岩晶虎炸弹", "岩晶虎攻击带击飞", "返回菜单", }, nil, "作者QQ2742480854") if NY==1 then HS1() end if NY==2 then HS2() end if NY==3 then HS3() end if NY==4 then HS4() end if NY==5 then HS5() end if NY==6 then HS6() end if NY==7 then HS7() end if NY==8 then HS8() end if NY==9 then HS9() end if NY==10 then HS10() end if NY==11 then HS11() end if NY==12 then HS12() end if NY==13 then HS13() end if NY==14 then HS14() end if NY==15 then HS15() end if NY==16 then HS16() end if NY==17 then HS17() end if NY==18 then HS18() end if NY==19 then HS19() end if NY==20 then HS20() end if NY==21 then HS21() end if NY==22 then HS22() end if NY==23 then HS26() end if NY==24 then HS27() end if NY==25 then HS28() end if NY==26 then HS29() end if NY==27 then HS30() end if NY==28 then HS31() end if NY==23 then CWDYJH() end FX1=0 end function HS31() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30008", DOUBLE) gg.toast("岩晶虎击飞开启成功") gg.clearResults() end end function HS1() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10200", DOUBLE) gg.toast("岩晶虎水龙弹开启成功") gg.clearResults() end end function HS2() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10230", DOUBLE) gg.toast("岩晶虎扔狗毒开启成功") gg.clearResults() end end function HS3() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10222", DOUBLE) gg.toast("岩晶虎发火球开启成功") gg.clearResults() end end function HS4() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10210", DOUBLE) gg.toast("岩晶虎发泡泡开启成功") gg.clearResults() end end function HS5() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30001", DOUBLE) gg.toast("岩晶虎榴弹炮开启成功") gg.clearResults() end end function HS6() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30003", DOUBLE) gg.toast("岩晶虎丢烟花炮弹开启成功") gg.clearResults() end end function HS7() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30008", DOUBLE) gg.toast("岩晶虎发蓝色流弹(无伤害)开启成功") gg.clearResults() end end function HS8() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("20009", DOUBLE) gg.toast("岩晶虎发木箭头开启成功") gg.clearResults() end end function HS9() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10771", DOUBLE) gg.toast("岩晶虎放越战兔开启成功") gg.clearResults() end end function HS10() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10221", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10221",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10770", DOUBLE) gg.toast("岩晶虎发射月亮开启成功") gg.clearResults() end end function HS11() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10772", DOUBLE) gg.toast("岩晶虎封心锁钥(嫦娥大招)开启成功") gg.clearResults() end end function HS12() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10761", DOUBLE) gg.toast("岩晶虎魔法阵(范围)开启成功") gg.clearResults() end end function HS13() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10753", DOUBLE) gg.toast("岩晶虎技能变雨祝技能开启成功") gg.clearResults() end end function HS14() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10740", DOUBLE) gg.toast("岩晶虎改奇美拉普攻(1(1-3为不同的普攻))开启成功") gg.clearResults() end end function HS15() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10741", DOUBLE) gg.toast("岩晶虎改奇美拉普攻(2)开启成功") gg.clearResults() end end function HS16() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10742", DOUBLE) gg.toast("岩晶虎改奇美拉普攻(3)开启成功") gg.clearResults() end end function HS17() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10743", DOUBLE) gg.toast("岩晶虎改奇美拉技能(1(1-3为不同的技能))开启成功") gg.clearResults() end end function HS18() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10744", DOUBLE) gg.toast("岩晶虎改奇美拉技能(2)开启成功") gg.clearResults() end end function HS19() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10745", DOUBLE) gg.toast("岩晶虎改奇美拉技能(3)开启成功") gg.clearResults() end end function HS20() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10502", DOUBLE) gg.toast("岩晶虎攻击带毒开启成功") gg.clearResults() end end function HS21() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10706", DOUBLE) gg.toast("岩晶虎持续伤害开启成功") gg.clearResults() end end function HS22() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10786", DOUBLE) gg.toast("岩晶虎击退炫耀开启成功") gg.clearResults() end end function HS26() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10296", DOUBLE) gg.toast("岩晶虎超大范围眩晕开启成功") gg.clearResults() end end function HS27() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10255", DOUBLE) gg.toast("岩晶虎扔平底锅开启成功") gg.clearResults() end end function HS28() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10500", DOUBLE) gg.toast("岩晶虎超大范围攻击开启成功") gg.clearResults() end end function HS29() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10502", DOUBLE) gg.toast("gui蛇之毒(奇美拉技能)开启成功") gg.clearResults() end end function HS30() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10190", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10190",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10504", DOUBLE) gg.toast("岩晶虎炸弹开启成功") gg.clearResults() end end function CWDJCH() local CX = gg.choice({ "剑齿虎放炸弹", "剑齿虎放烟花炸弹", "剑齿虎攻击三倍伤害", "剑齿虎小范围大爆炸", "剑齿虎大范围小爆炸", "剑齿虎放奇美拉毒圈", "剑齿虎放阿斯特奥斯狂暴普攻", "剑齿虎放星辰蝶技能", "返回菜单",--4 },nil,"剑齿虎的等级越高,伤害越高") if CX == 1 then CXJCH1() end if CX == 2 then CXJCH2() end if CX == 3 then CXJCH3() end if CX == 4 then CXJCH4() end if CX == 5 then CXJCH5() end if CX == 6 then CXJCH6() end if CX == 7 then CXJCH7() end if CX == 8 then CXJCH8() end if CX == 9 then BC12()end XGCK=-1 end function CXJCH7() CXCX(10030,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXJCH8() CXCX(10030,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXJCH1() CXCX(10030,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXJCH2() CXCX(10030,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXJCH3() CXCX(10030,E,Ca) CXxg(10742,E,0,false,"三倍伤害") end function CXJCH4() CXCX(10030,E,Ca) CXxg(10504,E,0,false,"小范围大爆炸") end function CXJCH5() CXCX(10030,E,Ca) CXxg(10500,E,0,false,"大范围小爆炸") end function CXJCH6() CXCX(10030,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CWDCWX() local CX = gg.choice({ "宠物熊放炸弹", "宠物熊放烟花炸弹", "宠物熊攻击三倍伤害", "宠物熊小范围大爆炸", "宠物熊大范围小爆炸", "宠物熊放奇美拉毒圈", "宠物熊放阿斯特奥斯狂暴普攻", "宠物熊放星辰蝶技能", "返回菜单",--4 },nil,"宠物熊的等级越高,伤害越高") if CX == 1 then CXCWX1() end if CX == 2 then CXCWX2() end if CX == 3 then CXCWX3() end if CX == 4 then CXCWX4() end if CX == 5 then CXCWX5() end if CX == 6 then CXCWX6() end if CX == 7 then CXCWX7() end if CX == 8 then CXCWX8() end if CX == 9 then BC12()end XGCK=-1 end function CXCWX7() CXCX(10000,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXCWX8() CXCX(10000,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXCWX1() CXCX(10000,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXCWX2() CXCX(10000,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXCWX3() CXCX(10000,E,Ca) CXxg(10742,E,0,false,"三倍伤害") end function CXCWX4() CXCX(10000,E,Ca) CXxg(10504,E,0,false,"小范围大爆炸") end function CXCWX5() CXCX(10000,E,Ca) CXxg(10500,E,0,false,"大范围小爆炸") end function CXCWX6() CXCX(10000,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CWDYYH() local CX = gg.choice({ "幼月狐放炸弹", "幼月狐放烟花炸弹", "幼月狐攻击三倍伤害", "幼月狐小范围大爆炸", "幼月狐大范围小爆炸", "幼月狐放奇美拉毒圈", "幼月狐放阿斯特奥斯狂暴普攻", "幼月狐放星辰蝶技能", "返回菜单",--4 },nil,"幼月狐的等级越高,伤害越高") if CX == 1 then CXYYH1() end if CX == 2 then CXYYH2() end if CX == 3 then CXYYH3() end if CX == 4 then CXYYH4() end if CX == 5 then CXYYH5() end if CX == 6 then CXYYH6() end if CX == 7 then CXYYH7() end if CX == 8 then CXYYH8() end if CX == 9 then BC12()end XGCK=-1 end function CXYYH7() CXCX(10030,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXYYH8() CXCX(10030,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXYYH1() CXCX(10030,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXYYH2() CXCX(10030,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXYYH3() CXCX(10030,E,Ca) CXxg(10742,E,0,false,"三倍伤害") end function CXYYH4() CXCX(10030,E,Ca) CXxg(10504,E,0,false,"小范围大爆炸") end function CXYYH5() CXCX(10030,E,Ca) CXxg(10500,E,0,false,"大范围小爆炸") end function CXYYH6() CXCX(10030,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CWDXYH() local CX = gg.choice({ "心月狐第一列",--1 "心月狐第二列",--2 "心月狐第三列", "返回菜单",--4 },nil,"先放宠物在开启") if CX == 1 then CXXYH01() end if CX == 2 then CXXYH02() end if CX == 3 then CXXYH03() end if CX == 3 then BC12()end XGCK=-1 end function CXXYH03() local CX = gg.choice({ "心月狐放阿斯特奥斯狂暴普攻", "心月狐放星辰蝶技能", "返回菜单",--4 },nil,"心月狐的等级越高,伤害越高") if CX == 1 then CXHH1() end if CX == 2 then CXHH2() end if CX == 3 then CWDXYH() end XGCK=-1 end function CXHH1() CXCX(10780,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXHH2() CXCX(10164,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXXYH01() local CX = gg.choice({ "心月狐攻击转变月战兔",--1 "心月狐万伤(台)",--2 "心月狐攻击带毒",--3 "心月狐持续伤害",--4 "心月狐击退眩晕",--5 "心月狐攻击变幻龙攻击",--6 "心月狐加攻速",--7 "心月狐变6节心月狐",--8 "宠物释放无CD", "心月狐攻击变风符文[娱乐]", "心月狐攻击双倍伤害", "心月狐攻击变火球[娱乐]", "心月狐攻击回血", "心月狐火焰攻击+燃烧", "心月狐大范围毒气[CX刷怪推荐]", "心月狐平a大范围", "心月狐原地放炸弹[爆发伤害+击退]", "心月狐原地放烟花炸弹[爆发伤害+击退]", "心月狐原地升华[娱乐]", "心月狐攻击带囚禁控物", "心月狐攻击带减速", "心月狐变愈海龙攻击", "返回菜单",--9 },nil,"先放宠物在开功能,重叠出bug") if CX == 1 then XYHWS() end if CX == 2 then GZWS() end if CX == 3 then XYHGJDD() end if CX == 4 then XYHCXSH() end if CX == 5 then XYHJTXY() end if CX == 6 then XYHBHL() end if CX == 7 then XYHGJGS() end if CX == 8 then XYHBLJXYH() end if CX == 9 then WCD1() end if CX == 10 then CXXYH1() end if CX == 11 then CXXYH2() end if CX == 12 then CXXYH3() end if CX == 13 then CXXYH4() end if CX == 14 then CXXYH5() end if CX == 15 then CXXYH6() end if CX == 16 then CXXYH7() end if CX == 17 then CXXYH8() end if CX == 18 then CXXYH9() end if CX == 19 then CXXYH10() end if CX == 20 then CXXYH11() end if CX == 21 then CXXYH12() end if CX == 22 then CXXYH13() end if CX == 23 then CWDXYH() end XGCK=-1 end function XYHWS() CXCX(10030,E,Ca) CXxg(10771,E,0,false,"召唤月兔") end function GZWS() CXCX(10030,E,Ca) CXxg(30009,E,0,false,"开启成功") end function XYHGJDD() CXCX(10030,E,Ca) CXxg(10502,E,0,false,"开启成功") end function XYHCXSH() CXCX(10030,E,Ca) CXxg(10706,E,0,false,"开启成功") end function XYHJTXY() CXCX(10030,E,Ca) CXxg(10786,E,0,false,"开启成功") end function XYHBHL() CXCX(10030,E,Ca) CXxg(10306,E,0,false,"幻龙攻击") end function XYHJGS() CXCX(10030,E,Ca) CXxg(10316,E,0,false,"加攻速") end function XYHBLJXYH() CXCX(10030,E,Ca) CXxg(10223,E,0,false,"0变6") end function WCD1() CXCX(121,E,Ca+O) CXpy(1.5E-323,E,8) CXpy(2.0E-323,E,40) CXxg(0.1,E,16,false,"宠物释放无Cd")end function CXXYH1() CXCX(10030,E,Ca) CXxg(10314,E,0,false,"风符文攻击") end function CXXYH2() CXCX(10030,E,Ca) CXxg(10304,E,0,false,"双倍伤害") end function CXXYH3() CXCX(10030,E,Ca) CXxg(10505,E,0,false,"火球") end function CXXYH4() CXCX(10030,E,Ca) CXxg(10312,E,0,false,"心月狐攻击回血") end function CXXYH5() CXCX(10030,E,Ca) CXxg(10225,E,0,false,"火焰燃烧") end function CXXYH6() CXCX(10030,E,Ca) CXxg(10360,E,0,false,"超大范围+超强毒气") end function CXXYH7() CXCX(10030,E,Ca) CXxg(10736,E,0,false,"平a大范围") end function CXXYH8() CXCX(10030,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXXYH9() CXCX(10030,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXXYH10() CXCX(10030,E,Ca) CXxg(10722,E,0,false,"升华") end function CXXYH11() CXCX(10030,E,Ca) CXxg(10711,E,0,false,"攻击囚禁") end function CXXYH12() CXCX(10030,E,Ca) CXxg(10785,E,0,false,"减速") end function CXXYH13() CXCX(10030,E,Ca) CXxg(10754,E,0,false,"愈海龙") end function CXXYH02() local NY = gg.choice({ "心月狐水龙弹", "心月狐扔狗毒", "心月狐发火球", "心月狐发泡泡", "心月狐榴弹炮", "心月狐丢烟花炮弹", "心月狐发蓝色流弹(无伤害)", "心月狐发木箭头", "心月狐放越战兔", "心月狐发射月亮", "心月狐封心锁钥(嫦娥大招)", "心月狐魔法阵(范围)", "心月狐技能变雨祝技能", "心月狐改奇美拉普攻(1(1-3为不同的普攻))", "心月狐改奇美拉普攻(2)", "心月狐改奇美拉普攻(3)", "心月狐改奇美拉技能(1(1-3为不同的技能))", "心月狐改奇美拉技能(2)", "心月狐改奇美拉技能(3)", "心月狐攻击带毒", "心月狐持续伤害", "心月狐击退炫耀", "心月狐超大范围眩晕", "心月狐扔平底锅", "心月狐超大范围攻击", "gui蛇之毒(奇美拉技能)", "心月狐炸弹", "心月狐攻击带击飞", "返回菜单", }, nil, "作者QQ2742480854") if NY==1 then HS1() end if NY==2 then HS2() end if NY==3 then HS3() end if NY==4 then HS4() end if NY==5 then HS5() end if NY==6 then HS6() end if NY==7 then HS7() end if NY==8 then HS8() end if NY==9 then HS9() end if NY==10 then HS10() end if NY==11 then HS11() end if NY==12 then HS12() end if NY==13 then HS13() end if NY==14 then HS14() end if NY==15 then HS15() end if NY==16 then HS16() end if NY==17 then HS17() end if NY==18 then HS18() end if NY==19 then HS19() end if NY==20 then HS20() end if NY==21 then HS21() end if NY==22 then HS22() end if NY==23 then HS26() end if NY==24 then HS27() end if NY==25 then HS28() end if NY==26 then HS29() end if NY==27 then HS30() end if NY==28 then HS31() end if NY==23 then CWDXYH() end FX1=0 end function HS31() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30008", DOUBLE) gg.toast("心月狐击飞开启成功") gg.clearResults() end end function HS1() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10200", DOUBLE) gg.toast("心月狐水龙弹开启成功") gg.clearResults() end end function HS2() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10230", DOUBLE) gg.toast("心月狐扔狗毒开启成功") gg.clearResults() end end function HS3() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10222", DOUBLE) gg.toast("心月狐发火球开启成功") gg.clearResults() end end function HS4() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10210", DOUBLE) gg.toast("心月狐发泡泡开启成功") gg.clearResults() end end function HS5() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30001", DOUBLE) gg.toast("心月狐榴弹炮开启成功") gg.clearResults() end end function HS6() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30003", DOUBLE) gg.toast("心月狐丢烟花炮弹开启成功") gg.clearResults() end end function HS7() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30008", DOUBLE) gg.toast("心月狐发蓝色流弹(无伤害)开启成功") gg.clearResults() end end function HS8() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("20009", DOUBLE) gg.toast("心月狐发木箭头开启成功") gg.clearResults() end end function HS9() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10771", DOUBLE) gg.toast("心月狐放越战兔开启成功") gg.clearResults() end end function HS10() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10221", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10221",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10770", DOUBLE) gg.toast("心月狐发射月亮开启成功") gg.clearResults() end end function HS11() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10772", DOUBLE) gg.toast("心月狐封心锁钥(嫦娥大招)开启成功") gg.clearResults() end end function HS12() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10761", DOUBLE) gg.toast("心月狐魔法阵(范围)开启成功") gg.clearResults() end end function HS13() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10753", DOUBLE) gg.toast("心月狐技能变雨祝技能开启成功") gg.clearResults() end end function HS14() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10740", DOUBLE) gg.toast("心月狐改奇美拉普攻(1(1-3为不同的普攻))开启成功") gg.clearResults() end end function HS15() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10741", DOUBLE) gg.toast("心月狐改奇美拉普攻(2)开启成功") gg.clearResults() end end function HS16() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10742", DOUBLE) gg.toast("心月狐改奇美拉普攻(3)开启成功") gg.clearResults() end end function HS17() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10743", DOUBLE) gg.toast("心月狐改奇美拉技能(1(1-3为不同的技能))开启成功") gg.clearResults() end end function HS18() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10744", DOUBLE) gg.toast("心月狐改奇美拉技能(2)开启成功") gg.clearResults() end end function HS19() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10745", DOUBLE) gg.toast("心月狐改奇美拉技能(3)开启成功") gg.clearResults() end end function HS20() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10502", DOUBLE) gg.toast("心月狐攻击带毒开启成功") gg.clearResults() end end function HS21() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10706", DOUBLE) gg.toast("心月狐持续伤害开启成功") gg.clearResults() end end function HS22() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10786", DOUBLE) gg.toast("心月狐击退炫耀开启成功") gg.clearResults() end end function HS26() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10296", DOUBLE) gg.toast("心月狐超大范围眩晕开启成功") gg.clearResults() end end function HS27() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10255", DOUBLE) gg.toast("心月狐扔平底锅开启成功") gg.clearResults() end end function HS28() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10500", DOUBLE) gg.toast("心月狐超大范围攻击开启成功") gg.clearResults() end end function HS29() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10502", DOUBLE) gg.toast("gui蛇之毒(奇美拉技能)开启成功") gg.clearResults() end end function HS30() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10030", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10030",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10504", DOUBLE) gg.toast("心月狐炸弹开启成功") gg.clearResults() end end function CWDXXY() local CX = gg.choice({ "血蜥蜴放炸弹", "血蜥蜴放烟花炸弹", "血蜥蜴攻击三倍伤害", "血蜥蜴小范围大爆炸", "血蜥蜴大范围小爆炸", "血蜥蜴放奇美拉毒圈", "血蜥蜴放阿斯特奥斯狂暴普攻", "血蜥蜴放星辰蝶技能", "返回菜单",--4 },nil,"血蜥蜴的等级越高,伤害越高") if CX == 1 then CXXXY1() end if CX == 2 then CXXXY2() end if CX == 3 then CXXXY3() end if CX == 4 then CXXXY4() end if CX == 5 then CXXXY5() end if CX == 6 then CXXXY6() end if CX == 7 then CXXXY7() end if CX == 8 then CXXXY8() end if CX == 9 then BC12()end XGCK=-1 end function CXXXY7() CXCX(10030,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXXXY8() CXCX(10030,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXXXY1() CXCX(10030,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXXXY2() CXCX(10030,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXXXY3() CXCX(10030,E,Ca) CXxg(10742,E,0,false,"三倍伤害") end function CXXXY4() CXCX(10030,E,Ca) CXxg(10504,E,0,false,"小范围大爆炸") end function CXXXY5() CXCX(10030,E,Ca) CXxg(10500,E,0,false,"大范围小爆炸") end function CXXXY6() CXCX(10030,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CWDHXY() local CX = gg.choice({ "黄蜥蜴放炸弹", "黄蜥蜴放烟花炸弹", "黄蜥蜴攻击三倍伤害", "黄蜥蜴小范围大爆炸", "黄蜥蜴大范围小爆炸", "黄蜥蜴放奇美拉毒圈", "黄蜥蜴放阿斯特奥斯狂暴普攻", "黄蜥蜴放星辰蝶技能", "返回菜单",--4 },nil,"黄蜥蜴的等级越高,伤害越高") if CX == 1 then CXHXY1() end if CX == 2 then CXHXY2() end if CX == 3 then CXHXY3() end if CX == 4 then CXHXY4() end if CX == 5 then CXHXY5() end if CX == 6 then CXHXY6() end if CX == 7 then CXHXY7() end if CX == 8 then CXHXY8() end if CX == 9 then BC12()end XGCK=-1 end function CXHXY7() CXCX(10030,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXHXY8() CXCX(10030,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXHXY1() CXCX(10030,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXHXY2() CXCX(10030,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXHXY3() CXCX(10030,E,Ca) CXxg(10742,E,0,false,"三倍伤害") end function CXHXY4() CXCX(10030,E,Ca) CXxg(10504,E,0,false,"小范围大爆炸") end function CXHXY5() CXCX(10030,E,Ca) CXxg(10500,E,0,false,"大范围小爆炸") end function CXHXY6() CXCX(10030,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CWDLBBX() local CX = gg.choice({ "兰抱抱熊放炸弹", "兰抱抱熊放烟花炸弹", "兰抱抱熊攻击三倍伤害", "兰抱抱熊小范围大爆炸", "兰抱抱熊大范围小爆炸", "兰抱抱熊放奇美拉毒圈", "兰抱抱熊放阿斯特奥斯狂暴普攻", "兰抱抱熊放星辰蝶技能", "返回菜单",--4 },nil,"兰抱抱熊的等级越高,伤害越高") if CX == 1 then CXLBBX1() end if CX == 2 then CXLBBX2() end if CX == 3 then CXLBBX3() end if CX == 4 then CXLBBX4() end if CX == 5 then CXLBBX5() end if CX == 6 then CXLBBX6() end if CX == 7 then CXLBBX7() end if CX == 8 then CXLBBX8() end if CX == 9 then BC12()end XGCK=-1 end function CXLBBX7() CXCX(10150,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXLBBX8() CXCX(10150,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXLBBX1() CXCX(10150,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXLBBX2() CXCX(10150,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXLBBX3() CXCX(10150,E,Ca) CXxg(10742,E,0,false,"三倍伤害") end function CXLBBX4() CXCX(10150,E,Ca) CXxg(10504,E,0,false,"小范围大爆炸") end function CXLBBX5() CXCX(10150,E,Ca) CXxg(10500,E,0,false,"大范围小爆炸") end function CXLBBX6() CXCX(10150,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CWDLXY() local CX = gg.choice({ "绿蜥蜴放炸弹", "绿蜥蜴放烟花炸弹", "绿蜥蜴攻击三倍伤害", "绿蜥蜴小范围大爆炸", "绿蜥蜴大范围小爆炸", "绿蜥蜴放奇美拉毒圈", "绿蜥蜴放阿斯特奥斯狂暴普攻", "绿蜥蜴放星辰蝶技能", "返回菜单",--4 },nil,"绿蜥蜴的等级越高,伤害越高") if CX == 1 then CXLXY1() end if CX == 2 then CXLXY2() end if CX == 3 then CXLXY3() end if CX == 4 then CXLXY4() end if CX == 5 then CXLXY5() end if CX == 6 then CXLXY6() end if CX == 7 then CXLXY7() end if CX == 8 then CXLXY8() end if CX == 9 then BC12()end XGCK=-1 end function CXLXY7() CXCX(10030,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXLXY8() CXCX(10030,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXLXY1() CXCX(10030,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXLXY2() CXCX(10030,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXLXY3() CXCX(10030,E,Ca) CXxg(10742,E,0,false,"三倍伤害") end function CXLXY4() CXCX(10030,E,Ca) CXxg(10504,E,0,false,"小范围大爆炸") end function CXLXY5() CXCX(10030,E,Ca) CXxg(10500,E,0,false,"大范围小爆炸") end function CXLXY6() CXCX(10030,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CWDHSFL() local CX = gg.choice({ "红蝠龙放炸弹", "红蝠龙放烟花炸弹", "红蝠龙攻击三倍伤害", "红蝠龙小范围大爆炸", "红蝠龙大范围小爆炸", "红蝠龙放奇美拉毒圈", "红蝠龙放阿斯特奥斯狂暴普攻", "红蝠龙放星辰蝶技能", "返回菜单",--4 },nil,"红蝠龙的等级越高,伤害越高") if CX == 1 then CXHSFL1() end if CX == 2 then CXHSFL2() end if CX == 3 then CXHSFL3() end if CX == 4 then CXHSFL4() end if CX == 5 then CXHSFL5() end if CX == 6 then CXHSFL6() end if CX == 7 then CXHSFL7() end if CX == 8 then CXHSFL8() end if CX == 9 then BC12()end XGCK=-1 end function CXHSFL7() CXCX(10112,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXHSFL8() CXCX(10112,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXHSFL1() CXCX(10112,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXHSFL2() CXCX(10112,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXHSFL3() CXCX(10112,E,Ca) CXxg(10742,E,0,false,"三倍伤害") end function CXHSFL4() CXCX(10112,E,Ca) CXxg(10504,E,0,false,"小范围大爆炸") end function CXHSFL5() CXCX(10112,E,Ca) CXxg(10500,E,0,false,"大范围小爆炸") end function CXHSFL6() CXCX(10112,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CWDLRXT() local CX = gg.choice({ "狼人学徒放炸弹", "狼人学徒放烟花炸弹", "狼人学徒攻击三倍伤害", "狼人学徒小范围大爆炸", "狼人学徒大范围小爆炸", "狼人学徒放奇美拉毒圈", "狼人学徒放阿斯特奥斯狂暴普攻", "狼人学徒放星辰蝶技能", "返回菜单",--4 },nil,"狼人学徒的等级越高,伤害越高") if CX == 1 then CXLRXT1() end if CX == 2 then CXLRXT2() end if CX == 3 then CXLRXT3() end if CX == 4 then CXLRXT4() end if CX == 5 then CXLRXT5() end if CX == 6 then CXLRXT6() end if CX == 7 then CXLRXT7() end if CX == 8 then CXLRXT8() end if CX == 9 then BC12()end XGCK=-1 end function CXLRXT7() CXCX(10131,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXLRXT8() CXCX(10131,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXLRXT1() CXCX(10131,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXLRXT2() CXCX(10131,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXLRXT3() CXCX(10131,E,Ca) CXxg(10742,E,0,false,"三倍伤害") end function CXLRXT4() CXCX(10131,E,Ca) CXxg(10504,E,0,false,"小范围大爆炸") end function CXLRXT5() CXCX(10131,E,Ca) CXxg(10500,E,0,false,"大范围小爆炸") end function CXLRXT6() CXCX(10131,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CWDCWL() local CX = gg.choice({ "狼放炸弹", "狼放烟花炸弹", "狼攻击三倍伤害", "狼小范围大爆炸", "狼大范围小爆炸", "狼放奇美拉毒圈", "狼放阿斯特奥斯狂暴普攻", "狼放星辰蝶技能", "返回菜单",--4 },nil,"狼的等级越高,伤害越高") if CX == 1 then CXCWL1() end if CX == 2 then CXCWL2() end if CX == 3 then CXCWL3() end if CX == 4 then CXCWL4() end if CX == 5 then CXCWL5() end if CX == 6 then CXCWL6() end if CX == 7 then CXCWL7() end if CX == 8 then CXCWL8() end if CX == 9 then BC12()end XGCK=-1 end function CXCWL7() CXCX(10030,E,Ca) CXxg(10833,E,0,false,"阿斯特奥斯") end function CXCWL8() CXCX(10030,E,Ca) CXxg(10810,E,0,false,"星辰蝶") end function CXCWL1() CXCX(10030,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXCWL2() CXCX(10030,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXCWL3() CXCX(10030,E,Ca) CXxg(10742,E,0,false,"三倍伤害") end function CXCWL4() CXCX(10030,E,Ca) CXxg(10504,E,0,false,"小范围大爆炸") end function CXCWL5() CXCX(10030,E,Ca) CXxg(10500,E,0,false,"大范围小爆炸") end function CXCWL6() CXCX(10030,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CWDKKG() local CX = gg.choice({ "酷酷狗攻击召唤月战兔", "酷酷狗范围毒气[刷怪推荐]", "酷酷狗平a大范围", "酷酷狗元素多重伤害", "酷酷狗加攻速", "返回菜单",--4 },nil,"先把宠物放出来再开启") if CX == 1 then CXKKG1() end if CX == 2 then CXKKG2() end if CX == 3 then CXKKG3() end if CX == 4 then CXKKG4() end if CX == 5 then CXKKG5() end if CX == 6 then BC12() end XGCK=-1 end function CWDSS() local CX = gg.choice({ "松鼠第一列",--1 "松鼠第二列",--2 "返回菜单",--4 },nil,"先放宠物在开启") if CX == 1 then CXCW01() end if CX == 2 then CXCW02() end if CX == 3 then BC12()end XGCK=-1 end function CXCW01() local CX = gg.choice({ "松鼠攻击转变月战兔",--1 "松鼠万伤(台)",--2 "松鼠攻击带毒",--3 "松鼠持续伤害",--4 "松鼠击退眩晕",--5 "松鼠攻击变幻龙攻击",--6 "松鼠加攻速",--7 "松鼠变6节松鼠",--8 "宠物释放无CD", "松鼠攻击变风符文[娱乐]", "松鼠攻击双倍伤害", "松鼠攻击变火球[娱乐]", "松鼠攻击回血", "松鼠火焰攻击+燃烧", "松鼠大范围毒气[无情刷怪推荐]", "松鼠平a大范围", "松鼠原地放炸弹[爆发伤害+击退]", "松鼠原地放烟花炸弹[爆发伤害+击退]", "松鼠原地升华[娱乐]", "松鼠攻击带囚禁控物", "松鼠攻击带减速", "松鼠变愈海龙攻击", "返回菜单",--9 },nil,"先放宠物在开功能,重叠出bug") if CX == 1 then SSWS() end if CX == 2 then GZWS() end if CX == 3 then SSGJDD() end if CX == 4 then SSCXSH() end if CX == 5 then SSJTXY() end if CX == 6 then SSBHL() end if CX == 7 then SSGJGS() end if CX == 8 then SSBLJSS() end if CX == 9 then WCD1() end if CX == 10 then CXSS1() end if CX == 11 then CXSS2() end if CX == 12 then CXSS3() end if CX == 13 then CXSS4() end if CX == 14 then CXSS5() end if CX == 15 then CXSS6() end if CX == 16 then CXSS7() end if CX == 17 then CXSS8() end if CX == 18 then CXSS9() end if CX == 19 then CXSS10() end if CX == 20 then CXSS11() end if CX == 21 then CXSS12() end if CX == 22 then CXSS13() end if CX == 23 then CWDSS() end XGCK=-1 end function SSWS() CXCX(10220,E,Ca) CXxg(10771,E,0,false,"召唤月兔") end function GZWS() CXCX(10220,E,Ca) CXxg(30009,E,0,false,"开启成功") end function SSGJDD() CXCX(10220,E,Ca) CXxg(10502,E,0,false,"开启成功") end function SSCXSH() CXCX(10220,E,Ca) CXxg(10706,E,0,false,"开启成功") end function SSJTXY() CXCX(10220,E,Ca) CXxg(10786,E,0,false,"开启成功") end function SSBHL() CXCX(10220,E,Ca) CXxg(10306,E,0,false,"幻龙攻击") end function SSJGS() CXCX(10220,E,Ca) CXxg(10316,E,0,false,"加攻速") end function SSBLJSS() CXCX(10220,E,Ca) CXxg(10223,E,0,false,"0变6") end function WCD1() CXCX(121,E,Ca+O) CXpy(1.5E-323,E,8) CXpy(2.0E-323,E,40) CXxg(0.1,E,16,false,"宠物释放无Cd")end function CXSS1() CXCX(10220,E,Ca) CXxg(10314,E,0,false,"风符文攻击") end function CXSS2() CXCX(10220,E,Ca) CXxg(10304,E,0,false,"双倍伤害") end function CXSS3() CXCX(10220,E,Ca) CXxg(10505,E,0,false,"火球") end function CXSS4() CXCX(10220,E,Ca) CXxg(10312,E,0,false,"松鼠攻击回血") end function CXSS5() CXCX(10220,E,Ca) CXxg(10225,E,0,false,"火焰燃烧") end function CXSS6() CXCX(10220,E,Ca) CXxg(10360,E,0,false,"超大范围+超强毒气") end function CXSS7() CXCX(10220,E,Ca) CXxg(10736,E,0,false,"平a大范围") end function CXSS8() CXCX(10220,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXSS9() CXCX(10220,E,Ca) CXxg(30001,E,0,false,"炸弹") end function CXSS10() CXCX(10220,E,Ca) CXxg(10722,E,0,false,"升华") end function CXSS11() CXCX(10220,E,Ca) CXxg(10711,E,0,false,"攻击囚禁") end function CXSS12() CXCX(10220,E,Ca) CXxg(10785,E,0,false,"减速") end function CXSS13() CXCX(10220,E,Ca) CXxg(10754,E,0,false,"愈海龙") end function CXKKG1() CXCX(10164,E,Ca) CXxg(10771,E,0,false,"月战兔") end function CXKKG2() CXCX(10164,E,Ca) CXxg(10360,E,0,false,"范围毒气") end function CXKKG3() CXCX(10164,E,Ca) CXxg(10736,E,0,false,"平a大范围") end function CXKKG4() CXCX(10164,E,Ca) CXxg(10742,E,0,false,"多重伤害") end function CXKKG5() CXCX(10164,E,Ca) CXxg(10734,E,0,false,"攻速") end function CXCW02() local NY = gg.choice({ "松鼠水龙弹", "松鼠扔狗毒", "松鼠发火球", "松鼠发泡泡", "松鼠榴弹炮", "松鼠丢烟花炮弹", "松鼠发蓝色流弹(无伤害)", "松鼠发木箭头", "松鼠放越战兔", "松鼠发射月亮", "松鼠封心锁钥(嫦娥大招)", "松鼠魔法阵(范围)", "松鼠技能变雨祝技能", "松鼠改奇美拉普攻(1(1-3为不同的普攻))", "松鼠改奇美拉普攻(2)", "松鼠改奇美拉普攻(3)", "松鼠改奇美拉技能(1(1-3为不同的技能))", "松鼠改奇美拉技能(2)", "松鼠改奇美拉技能(3)", "松鼠攻击带毒", "松鼠持续伤害", "松鼠击退炫耀", "松鼠超大范围眩晕", "松鼠扔平底锅", "松鼠超大范围攻击", "gui蛇之毒(奇美拉技能)", "松鼠炸弹", "松鼠攻击带击飞", "返回菜单", }, nil, "作者QQ2742480854") if NY==1 then HS1() end if NY==2 then HS2() end if NY==3 then HS3() end if NY==4 then HS4() end if NY==5 then HS5() end if NY==6 then HS6() end if NY==7 then HS7() end if NY==8 then HS8() end if NY==9 then HS9() end if NY==10 then HS10() end if NY==11 then HS11() end if NY==12 then HS12() end if NY==13 then HS13() end if NY==14 then HS14() end if NY==15 then HS15() end if NY==16 then HS16() end if NY==17 then HS17() end if NY==18 then HS18() end if NY==19 then HS19() end if NY==20 then HS20() end if NY==21 then HS21() end if NY==22 then HS22() end if NY==23 then HS26() end if NY==24 then HS27() end if NY==25 then HS28() end if NY==26 then HS29() end if NY==27 then HS30() end if NY==28 then HS31() end if NY==23 then CWDSS() end FX1=0 end function HS31() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30008", DOUBLE) gg.toast("松鼠击飞开启成功") gg.clearResults() end end function HS1() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10200", DOUBLE) gg.toast("松鼠水龙弹开启成功") gg.clearResults() end end function HS2() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10230", DOUBLE) gg.toast("松鼠扔狗毒开启成功") gg.clearResults() end end function HS3() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10222", DOUBLE) gg.toast("松鼠发火球开启成功") gg.clearResults() end end function HS4() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10210", DOUBLE) gg.toast("松鼠发泡泡开启成功") gg.clearResults() end end function HS5() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30001", DOUBLE) gg.toast("松鼠榴弹炮开启成功") gg.clearResults() end end function HS6() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30003", DOUBLE) gg.toast("松鼠丢烟花炮弹开启成功") gg.clearResults() end end function HS7() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("30008", DOUBLE) gg.toast("松鼠发蓝色流弹(无伤害)开启成功") gg.clearResults() end end function HS8() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("20009", DOUBLE) gg.toast("松鼠发木箭头开启成功") gg.clearResults() end end function HS9() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10771", DOUBLE) gg.toast("松鼠放越战兔开启成功") gg.clearResults() end end function HS10() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10221", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10221",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10770", DOUBLE) gg.toast("松鼠发射月亮开启成功") gg.clearResults() end end function HS11() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10772", DOUBLE) gg.toast("松鼠封心锁钥(嫦娥大招)开启成功") gg.clearResults() end end function HS12() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10761", DOUBLE) gg.toast("松鼠魔法阵(范围)开启成功") gg.clearResults() end end function HS13() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10753", DOUBLE) gg.toast("松鼠技能变雨祝技能开启成功") gg.clearResults() end end function HS14() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10740", DOUBLE) gg.toast("松鼠改奇美拉普攻(1(1-3为不同的普攻))开启成功") gg.clearResults() end end function HS15() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10741", DOUBLE) gg.toast("松鼠改奇美拉普攻(2)开启成功") gg.clearResults() end end function HS16() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10742", DOUBLE) gg.toast("松鼠改奇美拉普攻(3)开启成功") gg.clearResults() end end function HS17() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10743", DOUBLE) gg.toast("松鼠改奇美拉技能(1(1-3为不同的技能))开启成功") gg.clearResults() end end function HS18() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10744", DOUBLE) gg.toast("松鼠改奇美拉技能(2)开启成功") gg.clearResults() end end function HS19() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10745", DOUBLE) gg.toast("松鼠改奇美拉技能(3)开启成功") gg.clearResults() end end function HS20() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10502", DOUBLE) gg.toast("松鼠攻击带毒开启成功") gg.clearResults() end end function HS21() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10706", DOUBLE) gg.toast("松鼠持续伤害开启成功") gg.clearResults() end end function HS22() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10786", DOUBLE) gg.toast("松鼠击退炫耀开启成功") gg.clearResults() end end function HS26() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10296", DOUBLE) gg.toast("松鼠超大范围眩晕开启成功") gg.clearResults() end end function HS27() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10255", DOUBLE) gg.toast("松鼠扔平底锅开启成功") gg.clearResults() end end function HS28() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10500", DOUBLE) gg.toast("松鼠超大范围攻击开启成功") gg.clearResults() end end function HS29() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10502", DOUBLE) gg.toast("gui蛇之毒(奇美拉技能)开启成功") gg.clearResults() end end function HS30() gg.clearResults() gg.setRanges(Ca+O) gg.searchNumber("10220", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 0 then gg.toast("开启失败") else gg.searchNumber("10220",DOUBLE , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("10504", DOUBLE) gg.toast("松鼠炸弹开启成功") gg.clearResults() end end function CWDHFL() local CX = gg.choice({ "灰蝠龙放奇美拉毒圈", "灰蝠龙放炸弹", "灰蝠龙放烟花炸弹", "灰蝠龙范围爆炸", "返回菜单",--4 },nil,"先把宠物放出来再开启") if CX == 1 then CXHFL1() end if CX == 2 then CXHFL2() end if CX == 3 then CXHFL3() end if CX == 4 then CXHFL4() end if CX == 5 then BC12() end XGCK=-1 end function CXHFL1() CXCX(10112,E,Ca) CXxg(10502,E,0,false,"毒圈") end function CXHFL2() CXCX(999,E,Ca+A+O) CXpy(344,E,32) CXpy(9999,E,64) CXxg(30001,E,96,false,"灰蝠龙改范围火伤[开]") end function CXHFL3() CXCX(10112,E,Ca) CXxg(30003,E,0,false,"烟花炸弹") end function CXHFL4() CXCX(10112,E,Ca) CXxg(10500,E,0,false,"爆炸") end function BCYYF() gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber("4D;121E;20E;3D::", DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("20", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200)--设置修改前200个代码 gg.editAll("0.2", gg.TYPE_DOUBLE) gg.toast('宠物释放无cd开启成功') end function BC13() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"空间位面","负伤","罚站","普攻延迟","技能延迟","免疫技能","关免疫技能","幻龙进海","怪物飞天遁地","返回菜单",}, nil, "玩不懂罚站,就开个负伤和技能延迟普攻延迟") if CX == nil then else if CX[1] == true then BCCI1() end if CX[2] == true then BCCI2() end if CX[3] == true then BCCI3() end if CX[4] == true then BCCI4() end if CX[5] == true then BCCI5() end if CX[6] == true then BCCI6() end if CX[7] == true then BCCI7() end if CX[8] == true then BCCI8() end if CX[9] == true then BCCI9() end if CX[10] == true then main() end XGCK=-1 end end end end function BCCI1() vv = gg.prompt({i87='自杀先输入(10~50不要超出)然后开启成功再输入(1.3)'}, {i87=''}) if vv == nil then FKCJIAOBEN() else fb9() end end function fb9() local DG=CSM({-2080896+4,196616,4,0,FW},{{11,11},{15,11},{17,33},{22,1065353216},{26,1008981770},}) CSM(DG,{{30,16,vv['i87'],},},'空间位面') S=(vv['i87'])end function BCCI2() editData( { {["memory"] = gg.REGION_OTHER+Ca}, {["name"] = "开启成功"}, {["value"] = 30000, ["type"] = D}, {["lv"] = 180,["offset"] =-0x48, ["type"] = D},}, { {["value"] = -1,["offset"] =-0x1C, ["type"] = F,["freeze"] = false}, } ) gg.clearResults()end function BCCI3() G = gg.alert("功能开启方法:开启后请不要开启其他任何定怪类功能![防止卡怪方法:需要经常改变BOSS的朝向并且每减少4/1血内必须喂一次伤害!","开启万物罚站","恢复万物罚站") if G == 1 then wwfz() elseif G == 2 then wwfzhf() end end function wwfz() 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(600)--设置修改前200个代码 gg.editAll("30", gg.TYPE_DOUBLE) gg.toast("怪物罚站成功")end function BCCI4() CXCX(30000,4,4+-2080896) CXpy(180,4,-0x48) CXpy(-93293.375,16,0x218)CXpy(3,16,0x248) CXpy(11989,2,0x192)CXxg(-0.1,16,-0x1C,true)end function BCCI5() vctv = gg.prompt({ij7='自定义技能延迟时间,改0.3-0.8之间'},{},{"建议改0.5"})if vctv == nil then os. exit() else CXCX(235111464,4,4,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(1061158912,4,0x10) CXpy(30000,4,-0x38) CXpy(180,4,-0x80) CXxg(vctv["ij7"],16,-0x54,true,"技能延迟") end end function BCCI6() editData( { {["memory"] = Ca+O}, {["name"] = "初始化1"}, {["value"] = 30000, ["type"] = D}, {["lv"] = 180,["offset"] =-0x48, ["type"] = D},}, { {["value"] = -1,["offset"] =-0x1C, ["type"] = F,["freeze"] = false}, } ) gg.clearResults() editData( { {["memory"] = Ca+Ch+O}, {["name"] = "防技能1"}, {["value"] = 1081851904, ["type"] = D}, {["lv"] = 1081589760,["offset"] =-32, ["type"] = D}, }, { {["value"] = 0,["offset"] =284, ["type"] = E,["freeze"] = true}, } ) editData( { {["memory"] = Ca+Ch+O}, {["name"] = "防技能2"}, {["value"] = 1081851904, ["type"] = D}, {["lv"] = 1081589760,["offset"] =-32, ["type"] = D}, }, { {["value"] = 8,["offset"] =284, ["type"] = E,["freeze"] = true}, } ) gg.clearResults()end function BCCI7() editData( { {["memory"] = Ca+O}, {["name"] = "初始化1"}, {["value"] = 30000, ["type"] = D}, {["lv"] = 180,["offset"] =-0x48, ["type"] = D},}, { {["value"] = 1,["offset"] =-0x1C, ["type"] = F,["freeze"] = false}, } ) gg.clearResults() editData( { {["memory"] = Ca+Ch+O}, {["name"] = "防技能1"}, {["value"] = 1081851904, ["type"] = D}, {["lv"] = 1081589760,["offset"] =-32, ["type"] = D}, }, { {["value"] = 0,["offset"] =284, ["type"] = E,["freeze"] = true}, } ) editData( { {["memory"] = Ca+Ch+O}, {["name"] = "防技能2"}, {["value"] = 1081851904, ["type"] = D}, {["lv"] = 1081589760,["offset"] =-32, ["type"] = D}, }, { {["value"] = 8,["offset"] =284, ["type"] = E,["freeze"] = true}, } ) gg.clearResults()end function BCCI8() F = gg.alert("全图变海控怪\n可以把世界BOSS拉进海里\n掉进海里后怪物动不了[打幻龙可以用]","开启","关闭") if F == 1 then CXCX(1088309952,D,Ca) CXpy(1088374848,D,-0x20) CXpy(1088373824,D,-0x60) CXxg(5000,E,-0xd4,false,"开启成功") end if F == 2 then CXCX(1088309952,D,Ca) CXpy(1088374848,D,-0x20) CXpy(1088373824,D,-0x60) CXxg(1000,E,-0xd4,false,"关闭成功") end end function BCCI9() F = gg.alert("怪物飞天/遁地","开启","关闭") if F == 1 then js=gg.prompt({"0为遁地,1为低空,2为高空,3为云海之上\n自行调节高度[0;3]"},{},{"number"}) if js == nil then gg.alert("你选择了取消") BC13() end if js[1] == "0" then Js1=-100 elseif js[1] == "1" then Js1=100 elseif js[1] == "2" then Js1=500 elseif js[1] == "3" then Js1=999 end if js[1] >= "2" then gwft() else gwft() end end if F == 2 then CXCX(6881346,D,Ca) CXpy(4259940,D,0x10) CXxg(31.9375,E,0x4,false,"怪物飞天/遁地") end end function gwft() gg.toast("正在开启怪物飞天/遁地中…") CXCX(6881346,D,Ca) CXpy(4259940,D,0x10) CXxg(Js1,E,0x4,false,"怪物飞天/遁地") if #z == 0 then CXCX(6881346,D,Ca) CXpy(4259940,D,0x10) CXxg(Js1,E,0x4,false,"怪物飞天/遁地") if #z == 0 then CXCX(6881346,D,Ca) CXpy(4259940,D,0x10) CXxg(Js1,E,0x4,false,"怪物飞天/遁地") if #z == 0 then CXCX(6881346,D,Ca) CXpy(4259940,D,0x10) CXxg(Js1,E,0x4,false,"怪物飞天/遁地") end end end end function BC14() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.choice({"必初始数据开","灯塔系列","物资系列","宠物系列","宝箱系列","矿物系列","藏宝图系列","新岛系列","古战场","植物圈","各色小花","返回菜单",},nil,'陆地瞬移有点慢,请耐心等待') if CX == 1 then CXCX66() end if CX == 2 then DTCXCX1() end if CX == 3 then WZCXCX2() end if CX == 4 then CWCXCX3() end if CX == 5 then BXCXCX4() end if CX == 6 then KWCXCX5() end if CX == 7 then CBTCXCX6() end if CX == 8 then XDCXCX7() end if CX == 9 then GZCCXCX8() end if CX == 10 then ZWQCXCX9() end if CX == 11 then GSHQCXCX10() end if CX == 12 then main() end XGCK=-1 end end end function CXCX66() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then CX = gg.choice({ "初始化(已更新)","自定义坐标","返回菜单",},nil,'无情无封瞬移') if CX == 1 then sycsh1() end if CX == 2 then sycsh2() end if CX == 3 then BC14() end XGCK=-1 end end end function sycsh1() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber("8,386,104,319,401,156,455",32) Count=gg.getResultsCount() Results=gg.getResults(Count) for i=1,Count,1 do if gg.getValues({{address=Results[i].address+4,flags=32}})[1].value==8676587470409788786 and gg.getValues({{address=Results[i].address-4,flags=4}})[1].value==21 then InversePointer=Results[i].address-16 end end if InversePointer==nil then gg.alert("未找到正确数据请重启游戏") os.exit() end gg.clearResults() gg.searchNumber(InversePointer,4) Count=gg.getResultsCount() Results=gg.getResults(Count) for i=1,Count,1 do if gg.getValues({{address=Results[i].address-8,flags=4}})[1].value==6 then Last_ResultsAddr=Results[i].address+12 end end X_Addr=gg.getValues({{address=gg.getValues({{address=gg.getValues({{address=Last_ResultsAddr,flags=4}})[1].value,flags=4}})[1].value+12,flags=4}})[1].value Z_Addr=X_Addr+16 Y_Addr=X_Addr+32 CSH_Addr=X_Addr+68 Last_ResultsTable={[1]={address=X_Addr,flags=64,value=gg.getValues({{address=X_Addr,flags=64}})[1].value,name="X坐标"},[2]={address=Z_Addr,flags=64,value=gg.getValues({{address=Z_Addr,flags=64}})[1].value,name="Z坐标"},[3]={address=Y_Addr,flags=64,value=gg.getValues({{address=Z_Addr,flags=64}})[1].value,name="Y坐标"},[4]={address=CSH_Addr,flags=4,value=999999998,freeze=true,name="初始化"}} Last_ResultsTable[4].value=99999998 --Last_ResultsTable={[1]={address=X_Addr,flags=64,value=gg.getValues({{address=X_Addr,flags=64}})[1].value,name="X坐标"},[2]={address=Y_Addr,flags=64,value=gg.getValues({{address=Y_Addr,flags=64}})[1].value,name="Y坐标"}} gg.addListItems(Last_ResultsTable) gg.clearResults()end function sycsh2() vv = gg.prompt({f1='请输入坐标 x ',f2='请输入坐标 z '},{f1='',f2=''}) gg.clearResults() CXCX(7758258,D,Ca+A+O+Ch+Jh+Cd+Cb) CXpy(7758258,D,0) CXxg(vv['f1'],E,-44,false) CXxg(vv['f2'],E,-12,false) gg.toast("自定义瞬移成功") end Pyl_x=0 Pyl_z=0 function CXSY() SY1=SY1-Pyl_x SY2=SY2-Pyl_z CXCX(99999998,D,Ca) CXxg(SY1,E,-68,false) CXxg(SY2,E,-36,false) end function DTCXCX1() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"北撩望塔","北极星塔","南极星塔","南撩望塔","阳光岛","龙树岛","希望之城","都广之野","北境","枯骨山脉","孤影雪山","拉鲁火山","纳坦岛","金谷草原","七里香平原","落叶山脉","温玉草原","海角森林","银月丘陵","牧野平原","春日海岸","乐乐河谷","暮光山角","乐园岛","旧面包岛","旧旅行者丘陵","旧晨雾森林","旧郁金香平原","旧白金海湾","伊始之地1","伊始之地2","伊始之地3","返回菜单",},nil,'无情无封瞬移') if CX == nil then else if CX[1] == true then SY1=2249 SY2=18219 CXSY() end if CX[2] == true then SY1=16749 SY2=18217 CXSY() end if CX[3] == true then SY1=2249 SY2=2223 CXSY() end if CX[4] == true then SY1=17249 SY2=2218 CXSY() end if CX[5] == true then SY1=10351 SY2=4647 CXSY() end if CX[6] == true then SY1=11666 SY2=6367 CXSY() end if CX[7] == true then SY1=4484 SY2=7428 CXSY() end if CX[8] == true then SY1=18259 SY2=10100 CXSY() end if CX[9] == true then SY1=12041 SY2=18411 CXSY() end if CX[10] == true then SY1=14283 SY2=9416 CXSY() end if CX[11] == true then SY1=9634 SY2=15686 CXSY() end if CX[12] == true then SY1=10171 SY2=8170 CXSY() end if CX[13] == true then SY1=4072 SY2=9428 CXSY() end if CX[14] == true then SY1=12695 SY2=12370 CXSY() end if CX[15] == true then SY1=7448 SY2=8292 CXSY() end if CX[16] == true then SY1=7924 SY2=6315 CXSY() end if CX[17] == true then SY1=8707 SY2=11511 CXSY() end if CX[18] == true then SY1=5743 SY2=11264 CXSY() end if CX[19] == true then SY1=15361 SY2=6688 CXSY() end if CX[20] == true then SY1=15337 SY2=10973 CXSY() end if CX[21] == true then SY1=6232 SY2=14288 CXSY() end if CX[22] == true then SY1=16879 SY2=13438 CXSY() end if CX[23] == true then SY1=10665 SY2=13248 CXSY() end if CX[24] == true then SY1=12188 SY2=14346 CXSY() end if CX[25] == true then SY1=14956 SY2=14093 CXSY() end if CX[26] == true then SY1=14241 SY2=15467 CXSY() end if CX[27] == true then SY1=14252 SY2=15998 CXSY() end if CX[28] == true then SY1=16117 SY2=15639 CXSY() end if CX[29] == true then SY1=17306 SY2=15366 CXSY() end if CX[30] == true then SY1=5419 SY2=13230 CXSY() end if CX[31] == true then SY1=13153 SY2=12612 CXSY() end if CX[32] == true then SY1=6815 SY2=9202 CXSY() end if CX[33] == true then BC14() end XGCK=-1 end end end end function GZCCXCX8() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"古战场1(春日)","古战场2(沙漠)","古战场3(七里)","返回菜单",},nil,'刷新间隔:72小时 失败刷新间隔2小时') if CX == nil then else if CX[1] == true then SY1=6688 SY2=14621 CXSY() end if CX[2] == true then SY1=13248 SY2=8832 CXSY() end if CX[3] == true then SY1=8273 SY2=7660 CXSY() end if CX[4] == true then BC14() end XGCK=-1 end end end end function ZWQCXCX9() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"洋葱","胡椒","小麦1","小麦2","玉米","土豆","西瓜","胡萝卜","菠菜","青椒","南瓜","姜","柑橘","蘑菇","甘蔗","蓝莓","草莓","番茄","棉花","可可豆","红豆","黄豆","红蘑菇","蓝蘑菇","葡萄","甘蔗","返回菜单",},nil,'刷新时间:10-15分钟') if CX == nil then else if CX[1] == true then SY1=15569 SY2=9720 CXSY() end if CX[2] == true then SY1=12531 SY2=7163 CXSY() end if CX[3] == true then SY1=14569 SY2=9975 CXSY() end if CX[4] == true then SY1=7462 SY2=7800 CXSY() end if CX[5] == true then SY1=13299 SY2=7990 CXSY() end if CX[6] == true then SY1=14234 SY2=11707 CXSY() end if CX[7] == true then SY1=14905 SY2=8287 CXSY() end if CX[8] == true then SY1=12822 SY2=12570 CXSY() end if CX[9] == true then SY1=5411 SY2=14225 CXSY() end if CX[10] == true then SY1=7998 SY2=13822 CXSY() end if CX[11] == true then SY1=9250 SY2=10880 CXSY() end if CX[12] == true then SY1=8460 SY2=10405 CXSY() end if CX[13] == true then SY1=10533 SY2=7903 CXSY() end if CX[14] == true then SY1=13636 SY2=11379 CXSY() end if CX[15] == true then SY1=15481 SY2=8324 CXSY() end if CX[16] == true then SY1=13369 SY2=12385 CXSY() end if CX[17] == true then SY1=4389 SY2=8803 CXSY() end if CX[18] == true then SY1=7415 SY2=9700 CXSY() end if CX[19] == true then SY1=12945 SY2=10813 CXSY() end if CX[20] == true then SY1=7418 SY2=12851 CXSY() end if CX[21] == true then SY1=15625 SY2=11397 CXSY() end if CX[22] == true then SY1=6803 SY2=13349 CXSY() end if CX[23] == true then SY1=8575 SY2=14500 CXSY() end if CX[24] == true then SY1=11249 SY2=10001 CXSY() end if CX[25] == true then SY1=4976 SY2=11120 CXSY() end if CX[26] == true then SY1=5477 SY2=11852 CXSY() end if CX[27] == true then BC14() end XGCK=-1 end end end end function GSHQCXCX10() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"白色小花","青色小花","蓝色小花","黄色小花","绿色小花","红色小花","紫色小花","橙色小花","返回菜单",},nil,'刷新时间:10-15分钟') if CX == nil then else if CX[1] == true then BCUIO() end if CX[2] == true then SY1=15635 SY2=10588 CXSY() end if CX[3] == true then SY1=9898 SY2=16251 CXSY() end if CX[4] == true then SY1=9322 SY2=8580 CXSY() end if CX[5] == true then SY1=9234 SY2=10218 CXSY() end if CX[6] == true then SY1=10249 SY2=8298 CXSY() end if CX[7] == true then SY1=9500 SY2=13700 CXSY() end if CX[8] == true then SY1=10499 SY2=10130 CXSY() end if CX[9] == true then BC14() end XGCK=-1 end end end end function WZCXCX2() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.choice({"冰龙草","火龙草","夕阳花","美人鱼","泡泡","漂流瓶","深海珊瑚", "松露","毒蘑菇","红蓝莲","水晶睡莲","辣椒","竹笋","返回菜单",},nil,'【无情无封瞬移】物资列表') if CX == 1 then BLCCXCX() end if CX == 2 then HLCCXCX() end if CX == 3 then XYHCXCX() end if CX == 4 then MRYCXCX() end if CX == 5 then PPCXCX() end if CX == 6 then PLPCXCX() end if CX == 7 then SHSHCXCX() end if CX == 8 then SLCXCX() end if CX == 9 then DMGCXCX() end if CX == 10 then HLLCXCX() end if CX == 11 then SJSLCXCX() end if CX == 12 then LJCXCX() end if CX == 13 then ZSCXCX() end if CX == 14 then BC14() end XGCK=-1 end end end function BLCCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"冰龙草1【更新必刷】","冰龙草2【更新必刷】","冰龙草3【更新必刷】","冰龙草4【更新必刷】","冰龙草5","冰龙草6","冰龙草7","冰龙草8","冰龙草9","冰龙草10","冰龙草11","冰龙草12","冰龙草13","冰龙草14","冰龙草15","冰龙草16","冰龙草17","冰龙草18","冰龙草19","冰龙草20","返回物资列表",},nil,'刷新间隔:12小时左右') if CX == nil then else if CX[1] == true then SY1=11605 SY2=18290 CXSY() end if CX[2] == true then SY1=11600 SY2=17700 CXSY() end if CX[3] == true then SY1=12995 SY2=18140 CXSY() end if CX[4] == true then SY1=12060 SY2=17690 CXSY() end if CX[5] == true then SY1=11600 SY2=18370 CXSY() end if CX[6] == true then SY1=11780 SY2=18389 CXSY() end if CX[7] == true then SY1=11800 SY2=18285 CXSY() end if CX[8] == true then SY1=11645 SY2=18209 CXSY() end if CX[9] == true then SY1=12200 SY2=18100 CXSY() end if CX[10] == true then SY1=12300 SY2=18050 CXSY() end if CX[11] == true then SY1=12350 SY2=18150 CXSY() end if CX[12] == true then SY1=12270 SY2=18260 CXSY() end if CX[13] == true then SY1=11577 SY2=17650 CXSY() end if CX[14] == true then SY1=11568 SY2=17575 CXSY() end if CX[15] == true then SY1=11700 SY2=17660 CXSY() end if CX[16] == true then SY1=11700 SY2=17590 CXSY() end if CX[17] == true then SY1=12025 SY2=17725 CXSY() end if CX[18] == true then SY1=12061 SY2=17810 CXSY() end if CX[19] == true then SY1=12150 SY2=17810 CXSY() end if CX[20] == true then SY1=12130 SY2=17776 CXSY() end if CX[21] == true then BC14() end XGCK=-1 end end end end function HLCCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"火龙草1","火龙草2","火龙草3","火龙草4","火龙草5","火龙草6","火龙草7","火龙草8","火龙草9","火龙草10","返回物资列表",},nil,'刷新间隔:9-15小时【更新必刷】 区域刷新') if CX == nil then else if CX[1] == true then SY1=11220 SY2=10815 CXSY() end if CX[2] == true then SY1=11343 SY2=10727 CXSY() end if CX[3] == true then SY1=11315 SY2=10714 CXSY() end if CX[4] == true then SY1=11156 SY2=10737 CXSY() end if CX[5] == true then SY1=10446 SY2=9828 CXSY() end if CX[6] == true then SY1=10538 SY2=9863 CXSY() end if CX[7] == true then SY1=10416 SY2=9783 CXSY() end if CX[8] == true then SY1=10456 SY2=9826 CXSY() end if CX[9] == true then SY1=11514 SY2=9018 CXSY() end if CX[10] == true then SY1=11545 SY2=9053 CXSY() end if CX[11] == true then BC14() end XGCK=-1 end end end end function XYHCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"夕阳花1【更新必刷】","夕阳花2【更新必刷】","夕阳花3【更新必刷】","夕阳花4【更新必刷】","夕阳花5","夕阳花6","夕阳花7","夕阳花8","夕阳花9","夕阳花10","夕阳花11","夕阳花12","夕阳花13","夕阳花14","夕阳花15","夕阳花16","夕阳花17","夕阳花18","夕阳花19","夕阳花20","返回物资列表",},nil,'刷新间隔:12-16小时左右') if CX == nil then else if CX[1] == true then SY1=10886 SY2=5740 CXSY() end if CX[2] == true then SY1=11162 SY2=5158 CXSY() end if CX[3] == true then SY1=11520 SY2=4628 CXSY() end if CX[4] == true then SY1=12379 SY2=5169 CXSY() end if CX[5] == true then SY1=10618 SY2=5642 CXSY() end if CX[6] == true then SY1=10636 SY2=5918 CXSY() end if CX[7] == true then SY1=10790 SY2=5950 CXSY() end if CX[8] == true then SY1=11000 SY2=5788 CXSY() end if CX[9] == true then SY1=11357 SY2=5340 CXSY() end if CX[10] == true then SY1=11220 SY2=5235 CXSY() end if CX[11] == true then SY1=11064 SY2=4849 CXSY() end if CX[12] == true then SY1=11080 SY2=4829 CXSY() end if CX[13] == true then SY1=11615 SY2=4728 CXSY() end if CX[14] == true then SY1=11714 SY2=4724 CXSY() end if CX[15] == true then SY1=11837 SY2=4700 CXSY() end if CX[16] == true then SY1=11879 SY2=4802 CXSY() end if CX[17] == true then SY1=12408 SY2=5212 CXSY() end if CX[18] == true then SY1=12327 SY2=5271 CXSY() end if CX[19] == true then SY1=12283 SY2=5393 CXSY() end if CX[20] == true then SY1=12165 SY2=5433 CXSY() end if CX[21] == true then BC14() end XGCK=-1 end end end end function MRYCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"美人鱼1","美人鱼2","美人鱼3","美人鱼4","美人鱼5","美人鱼6","美人鱼7","美人鱼8","美人鱼9","美人鱼10","美人鱼11","美人鱼12","美人鱼13","美人鱼14","美人鱼15","美人鱼16","美人鱼17","美人鱼18","美人鱼19","美人鱼20","美人鱼21","美人鱼22","美人鱼23","美人鱼24","美人鱼25","美人鱼26","美人鱼27","美人鱼28","美人鱼29","美人鱼30","美人鱼31","美人鱼32","返回物资列表",},nil,'刷新间隔:12小时') if CX == nil then else if CX[1] == true then SY1=741 SY2=17234 CXSY() end if CX[2] == true then SY1=740 SY2=18235 CXSY() end if CX[3] == true then SY1=2242 SY2=16732 CXSY() end if CX[4] == true then SY1=1236 SY2=19735 CXSY() end if CX[5] == true then SY1=3742 SY2=17235 CXSY() end if CX[6] == true then SY1=3737 SY2=19735 CXSY() end if CX[7] == true then SY1=4239 SY2=18735 CXSY() end if CX[8] == true then SY1=14239 SY2=18236 CXSY() end if CX[9] == true then SY1=15239 SY2=19234 CXSY() end if CX[10] == true then SY1=17740 SY2=19735 CXSY() end if CX[11] == true then SY1=19239 SY2=19735 CXSY() end if CX[12] == true then SY1=18239 SY2=17735 CXSY() end if CX[13] == true then SY1=19240 SY2=18734 CXSY() end if CX[14] == true then SY1=3740 SY2=8740 CXSY() end if CX[15] == true then SY1=2745 SY2=8238 CXSY() end if CX[16] == true then SY1=5242 SY2=8240 CXSY() end if CX[17] == true then SY1=1743 SY2=7737 CXSY() end if CX[18] == true then SY1=5742 SY2=7237 CXSY() end if CX[19] == true then SY1=1245 SY2=6740 CXSY() end if CX[20] == true then SY1=2742 SY2=5240 CXSY() end if CX[21] == true then SY1=5243 SY2=5238 CXSY() end if CX[22] == true then SY1=3743 SY2=4738 CXSY() end if CX[23] == true then SY1=741 SY2=3239 CXSY() end if CX[24] == true then SY1=242 SY2=1739 CXSY() end if CX[25] == true then SY1=1242 SY2=737 CXSY() end if CX[26] == true then SY1=5742 SY2=2237 CXSY() end if CX[27] == true then SY1=4242 SY2=1739 CXSY() end if CX[28] == true then SY1=5742 SY2=238 CXSY() end if CX[29] == true then SY1=14739 SY2=2236 CXSY() end if CX[30] == true then SY1=17740 SY2=3740 CXSY() end if CX[31] == true then SY1=18745 SY2=1740 CXSY() end if CX[32] == true then SY1=5738 SY2=2235 CXSY() end if CX[33] == true then BC14() end XGCK=-1 end end end end function PPCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"泡泡1","泡泡2","泡泡3","泡泡4","泡泡5","泡泡6", "泡泡7","泡泡8","泡泡9","泡泡10","泡泡11","泡泡12","泡泡13","泡泡14","泡泡15","泡泡16","泡泡17","泡泡18","返回物资列表",},nil,'刷新间隔:5分钟') if CX == nil then else if CX[1] == true then SY1=1628 SY2=18547 CXSY() end if CX[2] == true then SY1=2405 SY2=19000 CXSY() end if CX[3] == true then SY1=2866 SY2=18457 CXSY() end if CX[4] == true then SY1=1846 SY2=17720 CXSY() end if CX[5] == true then SY1=2382 SY2=17616 CXSY() end if CX[6] == true then SY1=2935 SY2=17715 CXSY() end if CX[7] == true then SY1=15750 SY2=18210 CXSY() end if CX[8] == true then SY1=16257 SY2=17720 CXSY() end if CX[9] == true then SY1=16790 SY2=17610 CXSY() end if CX[10] == true then SY1=17530 SY2=18600 CXSY() end if CX[11] == true then SY1=2315 SY2=2860 CXSY() end if CX[12] == true then SY1=3010 SY2=2394 CXSY() end if CX[13] == true then SY1=3126 SY2=1647 CXSY() end if CX[14] == true then SY1=2289 SY2=1469 CXSY() end if CX[15] == true then SY1=1440 SY2=1603 CXSY() end if CX[16] == true then SY1=16480 SY2=2370 CXSY() end if CX[17] == true then SY1=17900 SY2=2695 CXSY() end if CX[18] == true then SY1=16777 SY2=1373 CXSY() end if CX[19] == true then BC14() end XGCK=-1 end end end end function PLPCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"漂流瓶1【更新必刷】","漂流瓶2【更新必刷】","漂流瓶3【更新必刷】","漂流瓶4","漂流瓶5","漂流瓶6","漂流瓶7","漂流瓶8","漂流瓶9","漂流瓶10","漂流瓶11","漂流瓶12","漂流瓶13","漂流瓶14","漂流瓶15","漂流瓶16","漂流瓶17","漂流瓶18","漂流瓶19","漂流瓶20","漂流瓶21","漂流瓶22","漂流瓶23","漂流瓶24","返回物资列表",},nil,'刷新间隔:3-5小时左右') if CX == nil then else if CX[1] == true then SY1=530 SY2=13106 CXSY() end if CX[2] == true then SY1=10813 SY2=14906 CXSY() end if CX[3] == true then SY1=16185 SY2=11454 CXSY() end if CX[4] == true then SY1=10277 SY2=4212 CXSY() end if CX[5] == true then SY1=10210 SY2=4041 CXSY() end if CX[6] == true then SY1=10260 SY2=3954 CXSY() end if CX[7] == true then SY1=9217 SY2=3652 CXSY() end if CX[8] == true then SY1=9362 SY2=3727 CXSY() end if CX[9] == true then SY1=9638 SY2=3628 CXSY() end if CX[10] == true then SY1=10309 SY2=3671 CXSY() end if CX[11] == true then SY1=10328 SY2=3578 CXSY() end if CX[12] == true then SY1=10614 SY2=3659 CXSY() end if CX[13] == true then SY1=10687 SY2=3460 CXSY() end if CX[14] == true then SY1=10049 SY2=3289 CXSY() end if CX[15] == true then SY1=9834 SY2=2989 CXSY() end if CX[16] == true then SY1=9836 SY2=2921 CXSY() end if CX[17] == true then SY1=9332 SY2=2707 CXSY() end if CX[18] == true then SY1=9443 SY2=2741 CXSY() end if CX[19] == true then SY1=9394 SY2=2426 CXSY() end if CX[20] == true then SY1=5212 SY2=13420 CXSY() end if CX[21] == true then SY1=5360 SY2=12651 CXSY() end if CX[22] == true then SY1=11130 SY2=13120 CXSY() end if CX[23] == true then SY1=15751 SY2=15754 CXSY() end if CX[24] == true then SY1=16088 SY2=10440 CXSY() end if CX[25] == true then BC14() end XGCK=-1 end end end end function SHSHCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"珊瑚1[更新必刷]","珊瑚2[更新必刷]","珊瑚3","珊瑚4","珊瑚5","珊瑚6","珊瑚7","珊瑚8","返回物资列表",},nil,'刷新间隔:10~15小时') if CX == nil then else if CX[1] == true then SY1=19310 SY2=11485 CXSY() end if CX[2] == true then SY1=18945 SY2=9435 CXSY() end if CX[3] == true then SY1=13975 SY2=4201 CXSY() end if CX[4] == true then SY1=19741 SY2=4941 CXSY() end if CX[5] == true then SY1=19300 SY2=7198 CXSY() end if CX[6] == true then SY1=18187 SY2=6591 CXSY() end if CX[7] == true then SY1=17303 SY2=4909 CXSY() end if CX[8] == true then SY1=19809 SY2=2767 CXSY() end if CX[9] == true then BC14() end XGCK=-1 end end end end function SLCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"松露1","松露2","松露3","松露4","松露5","松露6","松露7","松露8","松露9","松露10","松露11","松露12","松露13","松露14","松露15","返回物资列表",},nil,'刷新间隔:5小时左右') if CX == nil then else if CX[1] == true then SY1=6881 SY2=15658 CXSY() end if CX[2] == true then SY1=8851 SY2=14684 CXSY() end if CX[3] == true then SY1=10005 SY2=15500 CXSY() end if CX[4] == true then SY1=10062 SY2=14350 CXSY() end if CX[5] == true then SY1=9246 SY2=14078 CXSY() end if CX[6] == true then SY1=10304 SY2=7699 CXSY() end if CX[7] == true then SY1=10279 SY2=7658 CXSY() end if CX[8] == true then SY1=10325 SY2=7474 CXSY() end if CX[9] == true then SY1=10423 SY2=7701 CXSY() end if CX[10] == true then SY1=10337 SY2=7573 CXSY() end if CX[11] == true then SY1=13119 SY2=7211 CXSY() end if CX[12] == true then SY1=13561 SY2=7531 CXSY() end if CX[13] == true then SY1=13855 SY2=8030 CXSY() end if CX[14] == true then SY1=14038 SY2=7630 CXSY() end if CX[15] == true then SY1=14041 SY2=7296 CXSY() end if CX[16] == true then BC14() end XGCK=-1 end end end end function DMGCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"3个毒蘑菇1","3个毒蘑菇2","3个毒蘑菇3","3个毒蘑菇4","6个毒蘑菇5","2个毒蘑菇6","3个毒蘑菇7","5个毒蘑菇8","2个毒蘑菇9","3个毒蘑菇10","3个毒蘑菇11","3个毒蘑菇12","4个毒蘑菇13","3个毒蘑菇14","3个毒蘑菇15","3个毒蘑菇16","返回物资列表",},nil,'刷新间隔:2小时') if CX == nil then else if CX[1] == true then SY1=13804 SY2=7327 CXSY() end if CX[2] == true then SY1=6421 SY2=11684 CXSY() end if CX[3] == true then SY1=7358 SY2=12193 CXSY() end if CX[4] == true then SY1=8102 SY2=13108 CXSY() end if CX[5] == true then SY1=15863 SY2=11385 CXSY() end if CX[6] == true then SY1=13300 SY2=10042 CXSY() end if CX[7] == true then SY1=13450 SY2=10045 CXSY() end if CX[8] == true then SY1=16028 SY2=10156 CXSY() end if CX[9] == true then SY1=7989 SY2=6671 CXSY() end if CX[10] == true then SY1=7812 SY2=6520 CXSY() end if CX[11] == true then SY1=7965 SY2=6509 CXSY() end if CX[12] == true then SY1=7706 SY2=10515 CXSY() end if CX[13] == true then SY1=7632 SY2=10359 CXSY() end if CX[14] == true then SY1=8467 SY2=10649 CXSY() end if CX[15] == true then SY1=7531 SY2=9929 CXSY() end if CX[16] == true then SY1=10618 SY2=7854 CXSY() end if CX[17] == true then BC14() end XGCK=-1 end end end end function HLLCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"2朵蓝莲1","1朵蓝莲2","3朵蓝莲3","2朵蓝莲4","3朵蓝莲5","4朵蓝莲6","5朵蓝莲7","5朵红莲1","5朵红莲2","返回物资列表",},nil,'刷新间隔:9-12小时左右') if CX == nil then else if CX[1] == true then SY1=5060 SY2=14330 CXSY() end if CX[2] == true then SY1=5340 SY2=14100 CXSY() end if CX[3] == true then SY1=5420 SY2=14150 CXSY() end if CX[4] == true then SY1=13190 SY2=7575 CXSY() end if CX[5] == true then SY1=13760 SY2=7000 CXSY() end if CX[6] == true then SY1=11339 SY2=5383 CXSY() end if CX[7] == true then SY1=11383 SY2=5231 CXSY() end if CX[8] == true then SY1=15681 SY2=8169 CXSY() end if CX[9] == true then SY1=15778 SY2=7879 CXSY() end if CX[10] == true then BC14() end XGCK=-1 end end end end function SJSLCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"水晶睡莲1","水晶睡莲2","水晶睡莲3","水晶睡莲4","水晶睡莲5","水晶睡莲6","水晶睡莲7","水晶睡莲8","水晶睡莲9","水晶睡莲10","返回物资列表",},nil,'刷新间隔:12小时左右') if CX == nil then else if CX[1] == true then SY1=5725 SY2=14141 CXSY() end if CX[2] == true then SY1=6415 SY2=13314 CXSY() end if CX[3] == true then SY1=6224 SY2=12231 CXSY() end if CX[4] == true then SY1=8308 SY2=10419 CXSY() end if CX[5] == true then SY1=12935 SY2=10675 CXSY() end if CX[6] == true then SY1=14587 SY2=10192 CXSY() end if CX[7] == true then SY1=15276 SY2=10359 CXSY() end if CX[8] == true then SY1=14747 SY2=9237 CXSY() end if CX[9] == true then SY1=15328 SY2=8871 CXSY() end if CX[10] == true then SY1=18399 SY2=10368 CXSY() end if CX[11] == true then BC14() end XGCK=-1 end end end end function LJCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"辣椒1","辣椒2","辣椒3","辣椒4","辣椒5","辣椒6","辣椒7","辣椒8","辣椒9","辣椒10","辣椒11","辣椒12","辣椒13","辣椒14","返回物资列表",},nil,'刷新间隔:1小时') if CX == nil then else if CX[1] == true then SY1=15721 SY2=8390 CXSY() end if CX[2] == true then SY1=15821 SY2=7951 CXSY() end if CX[3] == true then SY1=15681 SY2=7758 CXSY() end if CX[4] == true then SY1=16103 SY2=7948 CXSY() end if CX[5] == true then SY1=16166 SY2=8150 CXSY() end if CX[6] == true then SY1=5715 SY2=11928 CXSY() end if CX[7] == true then SY1=5303 SY2=11545 CXSY() end if CX[8] == true then SY1=4975 SY2=11169 CXSY() end if CX[9] == true then SY1=11502 SY2=4890 CXSY() end if CX[10] == true then SY1=10182 SY2=4196 CXSY() end if CX[11] == true then SY1=10222 SY2=4152 CXSY() end if CX[12] == true then SY1=10340 SY2=4221 CXSY() end if CX[13] == true then SY1=18720 SY2=10193 CXSY() end if CX[14] == true then SY1=18599 SY2=10733 CXSY() end if CX[15] == true then BC14() end XGCK=-1 end end end end function ZSCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"竹笋1","竹笋2","竹笋3","竹笋4","竹笋5","竹笋6","返回物资列表",},nil,'刷新间隔:2小时') if CX == nil then else if CX[1] == true then SY1=15711 SY2=11272 CXSY() end if CX[2] == true then SY1=16230 SY2=11252 CXSY() end if CX[3] == true then SY1=15998 SY2=11235 CXSY() end if CX[4] == true then SY1=5199 SY2=14137 CXSY() end if CX[5] == true then SY1=13440 SY2=6666 CXSY() end if CX[6] == true then SY1=18548 SY2=10582 CXSY() end if CX[7] == true then BC14() end XGCK=-1 end end end end function BCUIO() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"白色小花1","白色小花2","白色小花3","白色小花4","白色小花5","白色小花6","白色小花7","白色小花8","白色小花9", "返回物资列表",},nil,'刷新间隔:1小时') if CX == nil then else if CX[1] == true then SY1=10580 SY2=13680 CXSY() end if CX[2] == true then SY1=10354 SY2=13983 CXSY() end if CX[3] == true then SY1=10069 SY2=14127 CXSY() end if CX[4] == true then SY1=9430 SY2=14543 CXSY() end if CX[5] == true then SY1=9283 SY2=15026 CXSY() end if CX[6] == true then SY1=9173 SY2=15065 CXSY() end if CX[7] == true then SY1=8074 SY2=15481 CXSY() end if CX[8] == true then SY1=8331 SY2=15606 CXSY() end if CX[9] == true then SY1=8854 SY2=15751 CXSY() end if CX[10] == true then BC14() end XGCK=-1 end end end end function CWCXCX3() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then CX = gg.choice({"淘气仙灵","云鸟","狮鹫","冰鸟","独角兽","火龙","古龙","幻龙","海鳄龙","天空瑶","秘法灵龙","虎皮鲨","章鱼","奇美拉","大顽皮","小顽皮","雪原猛犸","返回菜单",},nil,'【无情无封瞬移】宠物列表') if CX == 1 then TQCXCX() end if CX == 2 then YNCXCX() end if CX == 3 then SJCXCX() end if CX == 4 then BNCXCX() end if CX == 5 then DJSCXCX() end if CX == 6 then RHLCXCX() end if CX == 7 then GLCXCX() end if CX == 8 then HLCXCX() end if CX == 9 then HELCXCX() end if CX == 10 then TKYCXCX() end if CX == 11 then MFLLCXCX() end if CX == 12 then HPSCXCX() end if CX == 13 then ZYCXCX() end if CX == 14 then QMLCXCX() end if CX == 15 then DWPCXCX() end if CX == 16 then XWPCXCX() end if CX == 17 then XYMMCXCX() end if CX == 18 then BC14() end XGCK=-1 end end end function TQCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"仙灵1","仙灵2","仙灵3","仙灵4","仙灵5","仙灵6","仙灵7","仙灵8","仙灵9","仙灵10","仙灵11","仙灵12","仙灵13","仙灵14","仙灵15","仙灵16","仙灵17","仙灵18","仙灵19","仙灵20","仙灵21","仙灵22","仙灵23","仙灵24","仙灵25","仙灵26","仙灵27","仙灵28","仙灵29","仙灵30","仙灵31","仙灵32","仙灵33","仙灵34","仙灵35","仙灵36","仙灵37","仙灵38","仙灵39","仙灵40","仙灵41","仙灵42","仙灵43","仙灵44","仙灵45","仙灵46","仙灵47","仙灵48","仙灵49","仙灵50","仙灵51","仙灵52","仙灵53","仙灵54","仙灵55","仙灵56","仙灵57","仙灵58","仙灵59","仙灵60","仙灵61","仙灵62","仙灵63","仙灵64","仙灵65","仙灵66","仙灵67","仙灵68","仙灵69","仙灵70","仙灵71","仙灵72","返回宠物列表",},nil,'8小时刷新一次,波动两小时,群岛刷新1只') if CX == nil then else if CX[1] == true then SY1=18358 SY2=10446 CXSY() end if CX[2] == true then SY1=18573 SY2=10156 CXSY() end if CX[3] == true then SY1=18256 SY2=10900 CXSY() end if CX[4] == true then SY1=16145 SY2=11267 CXSY() end if CX[5] == true then SY1=15538 SY2=11447 CXSY() end if CX[6] == true then SY1=14930 SY2=11337 CXSY() end if CX[7] == true then SY1=14057 SY2=11336 CXSY() end if CX[8] == true then SY1=14584 SY2=10704 CXSY() end if CX[9] == true then SY1=16081 SY2=9962 CXSY() end if CX[10] == true then SY1=15492 SY2=10068 CXSY() end if CX[11] == true then SY1=14627 SY2=8861 CXSY() end if CX[12] == true then SY1=15489 SY2=7149 CXSY() end if CX[13] == true then SY1=14658 SY2=6459 CXSY() end if CX[14] == true then SY1=13651 SY2=7135 CXSY() end if CX[15] == true then SY1=12924 SY2=7037 CXSY() end if CX[16] == true then SY1=12310 SY2=7837 CXSY() end if CX[17] == true then SY1=12306 SY2=9617 CXSY() end if CX[18] == true then SY1=18090 SY2=10338 CXSY() end if CX[19] == true then SY1=12747 SY2=9458 CXSY() end if CX[20] == true then SY1=13211 SY2=10933 CXSY() end if CX[21] == true then SY1=11055 SY2=10241 CXSY() end if CX[22] == true then SY1=13163 SY2=11150 CXSY() end if CX[23] == true then SY1=13118 SY2=11477 CXSY() end if CX[24] == true then SY1=13053 SY2=11868 CXSY() end if CX[25] == true then SY1=13074 SY2=12102 CXSY() end if CX[26] == true then SY1=10040 SY2=4190 CXSY() end if CX[27] == true then SY1=10422 SY2=4218 CXSY() end if CX[28] == true then SY1=11665 SY2=4614 CXSY() end if CX[29] == true then SY1=11262 SY2=4774 CXSY() end if CX[30] == true then SY1=11840 SY2=5159 CXSY() end if CX[31] == true then SY1=11207 SY2=5313 CXSY() end if CX[32] == true then SY1=11654 SY2=5385 CXSY() end if CX[33] == true then SY1=12240 SY2=5422 CXSY() end if CX[34] == true then SY1=11930 SY2=6068 CXSY() end if CX[35] == true then SY1=11009 SY2=5773 CXSY() end if CX[36] == true then SY1=11670 SY2=6263 CXSY() end if CX[37] == true then SY1=12166 SY2=7104 CXSY() end if CX[38] == true then SY1=9589 SY2=7627 CXSY() end if CX[39] == true then SY1=9592 SY2=8115 CXSY() end if CX[40] == true then SY1=9727 SY2=8883 CXSY() end if CX[41] == true then SY1=7905 SY2=6611 CXSY() end if CX[42] == true then SY1=7597 SY2=7191 CXSY() end if CX[43] == true then SY1=7540 SY2=7670 CXSY() end if CX[44] == true then SY1=7252 SY2=7864 CXSY() end if CX[45] == true then SY1=7924 SY2=7957 CXSY() end if CX[46] == true then SY1=8273 SY2=7124 CXSY() end if CX[47] == true then SY1=8097 SY2=9447 CXSY() end if CX[48] == true then SY1=7493 SY2=9322 CXSY() end if CX[49] == true then SY1=10671 SY2=9582 CXSY() end if CX[50] == true then SY1=8326 SY2=10110 CXSY() end if CX[51] == true then SY1=7673 SY2=10340 CXSY() end if CX[52] == true then SY1=8856 SY2=10521 CXSY() end if CX[53] == true then SY1=9247 SY2=10212 CXSY() end if CX[54] == true then SY1=5079 SY2=11167 CXSY() end if CX[55] == true then SY1=5760 SY2=11967 CXSY() end if CX[56] == true then SY1=5847 SY2=12455 CXSY() end if CX[57] == true then SY1=6217 SY2=13073 CXSY() end if CX[58] == true then SY1=5337 SY2=14480 CXSY() end if CX[59] == true then SY1=6804 SY2=12901 CXSY() end if CX[60] == true then SY1=8165 SY2=12465 CXSY() end if CX[61] == true then SY1=8632 SY2=13159 CXSY() end if CX[62] == true then SY1=8857 SY2=13809 CXSY() end if CX[63] == true then SY1=6631 SY2=13967 CXSY() end if CX[64] == true then SY1=7100 SY2=15320 CXSY() end if CX[65] == true then SY1=8253 SY2=15048 CXSY() end if CX[66] == true then SY1=8945 SY2=15699 CXSY() end if CX[67] == true then SY1=9687 SY2=14412 CXSY() end if CX[68] == true then SY1=10380 SY2=15342 CXSY() end if CX[69] == true then SY1=12258 SY2=18138 CXSY() end if CX[70] == true then SY1=13886 SY2=15716 CXSY() end if CX[71] == true then SY1=16418 SY2=16111 CXSY() end if CX[72] == true then SY1=17458 SY2=14669 CXSY() end if CX[73] == true then BC14() end XGCK=-1 end end end end function YNCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"云鸟1【更新必刷】","云鸟2【更新必刷】","云鸟3【更新必刷】","云鸟4【更新必刷】","云鸟5【更新必刷】","云鸟6","云鸟7","云鸟8","云鸟9","云鸟10","云鸟11","云鸟12","云鸟13","云鸟14","云鸟15","云鸟16","云鸟17","云鸟18","云鸟19","云鸟20","云鸟21","云鸟22","返回宠物列表",},nil,'刷新间隔:6-8小时 鲍鱼+小麦饲料包+辣椒饲料包45包稳') if CX == nil then else if CX[1] == true then SY1=8072 SY2=15477 CXSY() end if CX[2] == true then SY1=9195 SY2=8831 CXSY() end if CX[3] == true then SY1=14623 SY2=15689 CXSY() end if CX[4] == true then SY1=13133 SY2=10020 CXSY() end if CX[5] == true then SY1=2295 SY2=2173 CXSY() end if CX[6] == true then SY1=9605 SY2=16391 CXSY() end if CX[7] == true then SY1=10352 SY2=13161 CXSY() end if CX[8] == true then SY1=9358 SY2=12553 CXSY() end if CX[9] == true then SY1=7639 SY2=7445 CXSY() end if CX[10] == true then SY1=8135 SY2=7115 CXSY() end if CX[11] == true then SY1=7805 SY2=6540 CXSY() end if CX[12] == true then SY1=14092 SY2=13825 CXSY() end if CX[13] == true then SY1=14557 SY2=14346 CXSY() end if CX[14] == true then SY1=13916 SY2=11456 CXSY() end if CX[15] == true then SY1=16364 SY2=16494 CXSY() end if CX[16] == true then SY1=15050 SY2=11291 CXSY() end if CX[17] == true then SY1=15936 SY2=11253 CXSY() end if CX[18] == true then SY1=17316 SY2=2206 CXSY() end if CX[19] == true then SY1=16709 SY2=18205 CXSY() end if CX[20] == true then SY1=18158 SY2=10768 CXSY() end if CX[21] == true then SY1=18854 SY2=10361 CXSY() end if CX[22] == true then SY1=18510 SY2=10657 CXSY() end if CX[23] == true then BC14() end XGCK=-1 end end end end function SJCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"狮鹫1【更新必刷】","狮鹫2【更新必刷】","狮鹫3","狮鹫4","狮鹫5","狮鹫6","狮鹫7","狮鹫8","狮鹫9","狮鹫10","狮鹫11","狮鹫12","狮鹫13","狮鹫14","狮鹫15","狮鹫16","狮鹫17","狮鹫18","狮鹫19","狮鹫20","狮鹫21","狮鹫22","狮鹫23","狮鹫24","返回宠物列表",},nil,'24小时随机刷新两只 鲨鱼心+精灵鱼+罕见肉110包稳') if CX == nil then else if CX[1] == true then SY1=5550 SY2=14088 CXSY() end if CX[2] == true then SY1=15872 SY2=11380 CXSY() end if CX[3] == true then SY1=6870 SY2=12700 CXSY() end if CX[4] == true then SY1=5200 SY2=11400 CXSY() end if CX[5] == true then SY1=8330 SY2=15598 CXSY() end if CX[6] == true then SY1=8940 SY2=13490 CXSY() end if CX[7] == true then SY1=10370 SY2=13986 CXSY() end if CX[8] == true then SY1=10390 SY2=13520 CXSY() end if CX[9] == true then SY1=10357 SY2=13165 CXSY() end if CX[10] == true then SY1=9512 SY2=12400 CXSY() end if CX[11] == true then SY1=9380 SY2=10380 CXSY() end if CX[12] == true then SY1=8280 SY2=10250 CXSY() end if CX[13] == true then SY1=7553 SY2=7410 CXSY() end if CX[14] == true then SY1=8010 SY2=6750 CXSY() end if CX[15] == true then SY1=7800 SY2=6520 CXSY() end if CX[16] == true then SY1=9380 SY2=10380 CXSY() end if CX[17] == true then SY1=9720 SY2=8410 CXSY() end if CX[18] == true then SY1=10940 SY2=9795 CXSY() end if CX[19] == true then SY1=13175 SY2=8250 CXSY() end if CX[20] == true then SY1=13450 SY2=6650 CXSY() end if CX[21] == true then SY1=15890 SY2=8800 CXSY() end if CX[22] == true then SY1=14100 SY2=15510 CXSY() end if CX[23] == true then SY1=13860 SY2=15970 CXSY() end if CX[24] == true then SY1=14330 SY2=15450 CXSY() end if CX[25] == true then BC14() end XGCK=-1 end end end end function BNCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"冰鸟1","冰鸟2","冰鸟3","冰鸟4","返回宠物列表",},nil,'刷新间隔:24小时 冰精+北极松果饲料包+鳐鱼110包稳') if CX == nil then else if CX[1] == true then SY1=12360 SY2=18144 CXSY() end if CX[2] == true then SY1=11771 SY2=17983 CXSY() end if CX[3] == true then SY1=9618 SY2=16398 CXSY() end if CX[4] == true then SY1=9670 SY2=14431 CXSY() end if CX[5] == true then BC14() end XGCK=-1 end end end end function DJSCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"独角兽1【更新必刷】","独角兽2","独角兽3","独角兽4", "独角兽5","独角兽6","独角兽7","独角兽8","独角兽9","独角兽10","独角兽11","独角兽12","返回宠物列表",},nil,'刷新间隔:24小时 草莓饲料包+帝王蟹+精灵鱼110包稳') if CX == nil then else if CX[1] == true then SY1=9251 SY2=15045 CXSY() end if CX[2] == true then SY1=8845 SY2=15220 CXSY() end if CX[3] == true then SY1=9246 SY2=15379 CXSY() end if CX[4] == true then SY1=8409 SY2=14965 CXSY() end if CX[5] == true then SY1=8997 SY2=14746 CXSY() end if CX[6] == true then SY1=8558 SY2=14313 CXSY() end if CX[7] == true then SY1=8873 SY2=14049 CXSY() end if CX[8] == true then SY1=9689 SY2=14928 CXSY() end if CX[9] == true then SY1=9695 SY2=14728 CXSY() end if CX[10] == true then SY1=10114 SY2=14507 CXSY() end if CX[11] == true then SY1=9417 SY2=14106 CXSY() end if CX[12] == true then SY1=9877 SY2=13837 CXSY() end if CX[13] == true then BC14()end XGCK=-1 end end end end function RHLCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"火龙1","火龙2","火龙3","返回宠物列表",},nil,'刷新间隔:7天 龙涎草+精灵鱼+罕见肉85包稳') if CX == nil then else if CX[1] == true then SY1=11226 SY2=10738 CXSY() end if CX[2] == true then SY1=10454 SY2=9826 CXSY() end if CX[3] == true then SY1=11516 SY2=9015 CXSY() end if CX[4] == true then BC14() end XGCK=-1 end end end end function GLCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"骨龙1","骨龙2","骨龙3","返回宠物列表",},nil,'刷新间隔:7天 冰精+冰龙涎草+北极鳕鱼95包稳') if CX == nil then else if CX[1] == true then SY1=11765 SY2=18323 CXSY() end if CX[2] == true then SY1=12063 SY2=17780 CXSY() end if CX[3] == true then SY1=11600 SY2=17627 CXSY() end if CX[4] == true then BC14() end XGCK=-1 end end end end function HLCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"幻龙1","幻龙2","幻龙3","幻龙4","幻龙5","幻龙6","返回宠物列表",},nil,'刷新间隔:7天 夕阳花+鳐鱼+符文精华包95包稳') if CX == nil then else if CX[1] == true then SY1=10900 SY2=5617 CXSY() end if CX[2] == true then SY1=10740 SY2=5201 CXSY() end if CX[3] == true then SY1=11193 SY2=5339 CXSY() end if CX[4] == true then SY1=11824 SY2=4693 CXSY() end if CX[5] == true then SY1=12192 SY2=5333 CXSY() end if CX[6] == true then SY1=11710 SY2=5746 CXSY() end if CX[7] == true then BC14() end XGCK=-1 end end end end function HELCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"海鳄龙1","海鳄龙2","海鳄龙3","海鳄龙4","海鳄龙5","海鳄龙6","海鳄龙7","海鳄龙8","海鳄龙9","海鳄龙10","返回宠物列表",},nil,'刷新间隔:7天 土豆饲料+鮟鱇鱼+深海珊瑚90包稳') if CX == nil then else if CX[1] == true then SY1=16247 SY2=10977 CXSY() end if CX[2] == true then SY1=15802 SY2=10698 CXSY() end if CX[3] == true then SY1=16252 SY2=10111 CXSY() end if CX[4] == true then SY1=18145 SY2=10251 CXSY() end if CX[5] == true then SY1=18112 SY2=10578 CXSY() end if CX[6] == true then SY1=16300 SY2=8825 CXSY() end if CX[7] == true then SY1=16132 SY2=7903 CXSY() end if CX[8] == true then SY1=15921 SY2=7579 CXSY() end if CX[9] == true then SY1=15288 SY2=6488 CXSY() end if CX[10] == true then SY1=14391 SY2=6247 CXSY() end if CX[11] == true then BC14() end XGCK=-1 end end end end function TKYCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"天空瑶1","天空瑶2","天空瑶3","天空瑶4","天空瑶5","天空瑶6","天空瑶7","天空瑶8","天空瑶9","天空瑶10","返回宠物列表",},nil,'刷新间隔:12小时 符文包+天空果实+四叶草包51包稳') if CX == nil then else if CX[1] == true then SY1=11101 SY2=4875 CXSY() end if CX[2] == true then SY1=11228 SY2=4925 CXSY() end if CX[3] == true then SY1=11385 SY2=5246 CXSY() end if CX[4] == true then SY1=11261 SY2=5400 CXSY() end if CX[5] == true then SY1=11623 SY2=5790 CXSY() end if CX[6] == true then SY1=11836 SY2=5840 CXSY() end if CX[7] == true then SY1=11723 SY2=5861 CXSY() end if CX[8] == true then SY1=11625 SY2=6332 CXSY() end if CX[9] == true then SY1=11858 SY2=6371 CXSY() end if CX[10] == true then BC14() end XGCK=-1 end end end end function MFLLCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"秘法灵龙1","秘法灵龙2","秘法灵龙3","秘法灵龙4","秘法灵龙5","秘法灵龙6","秘法灵龙7","返回宠物列表",},nil,'刷新间隔:6小时 蓝莲饲料包+绛紫果实+帝王蟹25包稳') if CX == nil then else if CX[1] == true then SY1=11393 SY2=5303 CXSY() end if CX[2] == true then SY1=11251 SY2=5134 CXSY() end if CX[3] == true then SY1=11306 SY2=4930 CXSY() end if CX[4] == true then SY1=11845 SY2=5068 CXSY() end if CX[5] == true then SY1=11952 SY2=5083 CXSY() end if CX[6] == true then SY1=11853 SY2=4895 CXSY() end if CX[7] == true then SY1=11802 SY2=4728 CXSY() end if CX[8] == true then BC14() end XGCK=-1 end end end end function HPSCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"虎皮鲨1","虎皮鲨2","虎皮鲨3","虎皮鲨4","虎皮鲨5","虎皮鲨6","虎皮鲨7","虎皮鲨8","虎皮鲨9","虎皮鲨10","虎皮鲨11","虎皮鲨12","虎皮鲨13","虎皮鲨14","虎皮鲨15","虎皮鲨16","虎皮鲨17","虎皮鲨18","虎皮鲨19","虎皮鲨20","虎皮鲨21","虎皮鲨22","虎皮鲨23","虎皮鲨24","虎皮鲨25","虎皮鲨26","虎皮鲨27","虎皮鲨28","虎皮鲨29","虎皮鲨30","虎皮鲨31","虎皮鲨32","返回宠物列表",},nil,'刷新间隔:24小时 小丑鱼+金龙鱼+罕见肉101包稳') if CX == nil then else if CX[1] == true then SY1=447 SY2=15803 CXSY() end if CX[2] == true then SY1=2375 SY2=13405 CXSY() end if CX[3] == true then SY1=2719 SY2=11806 CXSY() end if CX[4] == true then SY1=2016 SY2=9997 CXSY() end if CX[5] == true then SY1=3515 SY2=9316 CXSY() end if CX[6] == true then SY1=913 SY2=9408 CXSY() end if CX[7] == true then SY1=2703 SY2=7783 CXSY() end if CX[8] == true then SY1=2653 SY2=6378 CXSY() end if CX[9] == true then SY1=1403 SY2=5434 CXSY() end if CX[10] == true then SY1=10580 SY2=5240 CXSY() end if CX[11] == true then SY1=5826 SY2=603 CXSY() end if CX[12] == true then SY1=6925 SY2=1387 CXSY() end if CX[13] == true then SY1=9066 SY2=872 CXSY() end if CX[14] == true then SY1=12500 SY2=280 CXSY() end if CX[15] == true then SY1=11950 SY2=1163 CXSY() end if CX[16] == true then SY1=10576 SY2=2144 CXSY() end if CX[17] == true then SY1=12189 SY2=2658 CXSY() end if CX[18] == true then SY1=14087 SY2=1376 CXSY() end if CX[19] == true then SY1=13086 SY2=1086 CXSY() end if CX[20] == true then SY1=17508 SY2=8835 CXSY() end if CX[21] == true then SY1=18156 SY2=9437 CXSY() end if CX[22] == true then SY1=17747 SY2=10556 CXSY() end if CX[23] == true then SY1=16958 SY2=11093 CXSY() end if CX[24] == true then SY1=17195 SY2=12474 CXSY() end if CX[25] == true then SY1=16177 SY2=12920 CXSY() end if CX[26] == true then SY1=15770 SY2=13272 CXSY() end if CX[27] == true then SY1=17624 SY2=11747 CXSY() end if CX[28] == true then SY1=18768 SY2=11960 CXSY() end if CX[29] == true then SY1=18315 SY2=12224 CXSY() end if CX[30] == true then SY1=19190 SY2=14540 CXSY() end if CX[31] == true then SY1=18955 SY2=16066 CXSY() end if CX[32] == true then SY1=19590 SY2=18916 CXSY() end if CX[33] == true then BC14() end XGCK=-1 end end end end function ZYCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"章鱼1","章鱼2","章鱼3","返回宠物列表",},nil,'刷新间隔:12-24小时') if CX == nil then else if CX[1] == true then SY1=9973 SY2=2258 CXSY() end if CX[2] == true then SY1=10205 SY2=2426 CXSY() end if CX[3] == true then SY1=10017 SY2=2531 CXSY() end if CX[4] == true then BC14() end XGCK=-1 end end end end function QMLCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"奇美拉1","返回宠物列表",},nil,'刷新间隔:3天') if CX == nil then else if CX[1] == true then SY1=4242 SY2=5121 CXSY() end if CX[2] == true then BC14() end XGCK=-1 end end end end function DWPCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"大顽皮1","大顽皮2","大顽皮3","大顽皮4","大顽皮5","返回宠物列表",},nil,'刷新间隔:4小时 稀有肉+弹涂鱼饲料包+黄豆饲料包 30包稳') if CX == nil then else if CX[1] == true then SY1=8770 SY2=14508 CXSY() end if CX[2] == true then SY1=6211 SY2=13281 CXSY() end if CX[3] == true then SY1=5221 SY2=11761 CXSY() end if CX[4] == true then SY1=15155 SY2=10190 CXSY() end if CX[5] == true then SY1=14758 SY2=9234 CXSY() end if CX[6] == true then BC14()end XGCK=-1 end end end end function XWPCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"小顽皮1","小顽皮2","小顽皮3","小顽皮4","小顽皮5", "小顽皮6","小顽皮7","小顽皮8","小顽皮9","小顽皮10","返回宠物列表",},nil,'刷新间隔:3小时 优质肉+弹涂鱼饲料包+黄豆饲料包 30包稳') if CX == nil then else if CX[1] == true then SY1=6211 SY2=13281 CXSY() end if CX[2] == true then SY1=5985 SY2=12248 CXSY() end if CX[3] == true then SY1=5738 SY2=12028 CXSY() end if CX[4] == true then SY1=5513 SY2=11573 CXSY() end if CX[5] == true then SY1=4918 SY2=11474 CXSY() end if CX[6] == true then SY1=15155 SY2=10190 CXSY() end if CX[7] == true then SY1=14823 SY2=9573 CXSY() end if CX[8] == true then SY1=15308 SY2=9590 CXSY() end if CX[9] == true then SY1=14758 SY2=9234 CXSY() end if CX[10] == true then SY1=15441 SY2=9230 CXSY() end if CX[11] == true then BC14() end XGCK=-1 end end end end function XYMMCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"雪原猛犸1","雪原猛犸2","雪原猛犸3","雪原猛犸4","雪原猛犸5","返回宠物列表",},nil,'刷新间隔:15小时 大龙虾+玉米饲料包+土豆饲料包 15包稳') if CX == nil then else if CX[1] == true then SY1=7100 SY2=15234 CXSY() end if CX[2] == true then SY1=9927 SY2=16507 CXSY() end if CX[3] == true then SY1=10363 SY2=15686 CXSY() end if CX[4] == true then SY1=9041 SY2=13580 CXSY() end if CX[5] == true then SY1=10135 SY2=13522 CXSY() end if CX[6] == true then BC14() end XGCK=-1 end end end end function KWCXCX5() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then CX = gg.choice({"铁矿区","银矿区","金矿区","水矿区","黑矿区","寒矿区","旧日钢矿","返回菜单",},nil,'【无情无封瞬移】矿物列表') if CX == 1 then TKQCXCX() end if CX == 2 then YKQCXCX() end if CX == 3 then JKQCXCX() end if CX == 4 then SKQCXCX() end if CX == 5 then HKQCXCX() end if CX == 6 then BKQCXCX() end if CX == 7 then JRGKCXCX() end if CX == 8 then BC14() end XGCK=-1 end end end function TKQCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"铁矿1","铁矿2","铁矿3","返回矿物列表",},nil,'无情无封瞬移') if CX == nil then else if CX[1] == true then SY1=6668 SY2=13918 CXSY() end if CX[2] == true then SY1=6389 SY2=13446 CXSY() end if CX[3] == true then SY1=6203 SY2=13099 CXSY() end if CX[4] == true then BC14() end XGCK=-1 end end end end function YKQCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"银矿1","银矿2","银矿3","返回矿物列表",},nil,'无情无封瞬移') if CX == nil then else if CX[1] == true then SY1=5849 SY2=12441 CXSY() end if CX[2] == true then SY1=8850 SY2=10115 CXSY() end if CX[3] == true then SY1=8882 SY2=10920 CXSY() end if CX[4] == true then BC14()end XGCK=-1 end end end end function JKQCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"金矿1","金矿2","金矿3","返回矿物列表",},nil,'无情无封瞬移') if CX == nil then else if CX[1] == true then SY1=8120 SY2=11035 CXSY() end if CX[2] == true then SY1=8804 SY2=10558 CXSY() end if CX[3] == true then SY1=14060 SY2=8823 CXSY() end if CX[4] == true then BC14() end XGCK=-1 end end end end function SKQCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"水矿1","水矿2","水矿3","返回矿物列表",},nil,'无情无封瞬移') if CX == nil then else if CX[1] == true then SY1=11428 SY2=9273 CXSY() end if CX[2] == true then SY1=11595 SY2=10144 CXSY() end if CX[3] == true then SY1=11847 SY2=10549 CXSY() end if CX[4] == true then BC14() end XGCK=-1 end end end end function HKQCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"黑矿1","黑矿2","返回矿物列表",},nil,'无情无封瞬移') if CX == nil then else if CX[1] == true then SY1=11062 SY2=10277 CXSY() end if CX[2] == true then SY1=10700 SY2=9563 CXSY() end if CX[3] == true then BC14() end XGCK=-1 end end end end function BKQCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"寒矿1","寒矿2","返回矿物列表",},nil,'无情无封瞬移') if CX == nil then else if CX[1] == true then SY1=12268 SY2=18136 CXSY() end if CX[2] == true then SY1=11864 SY2=17815 CXSY() end if CX[3] == true then BC14() end XGCK=-1 end end end end function JRGKCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"旧日钢矿1","旧日钢矿2","旧日钢矿3","旧日钢矿4","旧日钢矿5","旧日钢矿6","旧日钢矿7","旧日钢矿8","旧日钢矿9","旧日钢矿10", "返回矿物列表",},nil,'无情无封瞬移') if CX == nil then else if CX[1] == true then SY1=9738 SY2=3646 CXSY() end if CX[2] == true then SY1=9630 SY2=3476 CXSY() end if CX[3] == true then SY1=9373 SY2=3337 CXSY() end if CX[4] == true then SY1=9290 SY2=3365 CXSY() end if CX[5] == true then SY1=9150 SY2=3380 CXSY() end if CX[6] == true then SY1=9194 SY2=3209 CXSY() end if CX[7] == true then SY1=9615 SY2=3027 CXSY() end if CX[8] == true then SY1=9461 SY2=2732 CXSY() end if CX[9] == true then SY1=9725 SY2=2567 CXSY() end if CX[10] == true then SY1=9418 SY2=2476 CXSY() end if CX[11] == true then KWCXCX() end XGCK=-1 end end end end function NTJSCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"纳坦晶石1","纳坦晶石2","纳坦晶石3","纳坦晶石4","纳坦晶石5","纳坦晶石6","纳坦晶石7","纳坦晶石8","纳坦晶石9","纳坦晶石10","返回矿物列表",},nil,'无情无封瞬移') if CX == nil then else if CX[1] == true then SY1=9738 SY2=3646 CXSY() end if CX[2] == true then SY1=9630 SY2=3476 CXSY() end if CX[3] == true then SY1=9373 SY2=3337 CXSY() end if CX[4] == true then SY1=9290 SY2=3365 CXSY() end if CX[5] == true then SY1=9150 SY2=3380 CXSY() end if CX[6] == true then SY1=9194 SY2=3209 CXSY() end if CX[7] == true then SY1=9615 SY2=3027 CXSY() end if CX[8] == true then SY1=9461 SY2=2732 CXSY() end if CX[9] == true then SY1=9725 SY2=2567 CXSY() end if CX[10] == true then SY1=9418 SY2=2476 CXSY() end if CX[11] == true then BC14() end XGCK=-1 end end end end function BXCXCX4() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then CX = gg.choice({"水晶箱","黑箱","雷箱","金宝箱","银宝箱","罕见宝箱","附魔石宝箱","希卡利封印之罐","符文宝箱","纳坦宝箱","海洋小宝藏","矿源虫巢","深渊小宝藏","返回菜单",},nil,'【无情无封瞬移】宝箱列表') if CX == 1 then BSJCXCX() end if CX == 2 then BHXCXCX() end if CX == 3 then BLXCXCX() end if CX == 4 then BJmain() end if CX == 5 then BYmain() end if CX == 6 then BHJCXCX() end if CX == 7 then CXMSCXCX() end if CX == 8 then BXKLCXCX() end if CX == 9 then CXWCXCX() end if CX == 10 then BNTCXCX() end if CX == 11 then BHYCXCX() end if CX == 12 then BKYCXCX() end if CX == 13 then BSYCXCX() end if CX == 14 then BC14() end XGCK=-1 end end end function BSJCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"水晶1","水晶2","水晶3","水晶4","水晶5","水晶6","水晶7","水晶8","水晶9","水晶10","水晶11","水晶12","水晶13","水晶14","水晶15","水晶16","水晶17","水晶18","水晶19","水晶20","水晶21","水晶22","水晶23","水晶24","水晶25","水晶26","水晶27","水晶28", "返回宝箱列表",},nil,'刷新间隔:1小时左右') if CX == nil then else if CX[1] == true then SY1=4827 SY2=11455 CXSY() end if CX[2] == true then SY1=5132 SY2=14650 CXSY() end if CX[3] == true then SY1=9603 SY2=16376 CXSY() end if CX[4] == true then SY1=11097 SY2=13936 CXSY() end if CX[5] == true then SY1=10247 SY2=12278 CXSY() end if CX[6] == true then SY1=13921 SY2=11464 CXSY() end if CX[7] == true then SY1=15474 SY2=11380 CXSY() end if CX[8] == true then SY1=15866 SY2=9018 CXSY() end if CX[9] == true then SY1=15786 SY2=7481 CXSY() end if CX[10] == true then SY1=13078 SY2=6699 CXSY() end if CX[11] == true then SY1=9334 SY2=10313 CXSY() end if CX[12] == true then SY1=8022 SY2=11138 CXSY() end if CX[13] == true then SY1=7935 SY2=7733 CXSY() end if CX[14] == true then SY1=18025 SY2=15297 CXSY() end if CX[15] == true then SY1=18637 SY2=15371 CXSY() end if CX[16] == true then SY1=18619 SY2=14370 CXSY() end if CX[17] == true then SY1=18283 SY2=13554 CXSY() end if CX[18] == true then SY1=17552 SY2=14088 CXSY() end if CX[19] == true then SY1=17665 SY2=14525 CXSY() end if CX[20] == true then SY1=16252 SY2=15774 CXSY() end if CX[21] == true then SY1=16118 SY2=15925 CXSY() end if CX[22] == true then SY1=15803 SY2=16315 CXSY() end if CX[23] == true then SY1=15577 SY2=16477 CXSY() end if CX[24] == true then SY1=14599 SY2=15924 CXSY() end if CX[25] == true then SY1=16600 SY2=16624 CXSY() end if CX[26] == true then SY1=13866 SY2=15962 CXSY() end if CX[27] == true then SY1=10257 SY2=8595 CXSY() end if CX[28] == true then SY1=9049 SY2=8260 CXSY() end if CX[29] == true then BC14() end XGCK=-1 end end end end function BHXCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"黑箱1","黑箱2","黑箱3","黑箱4","黑箱5","黑箱6","黑箱7","返回宝箱列表",},nil,'刷新间隔:3小时左右') if CX == nil then else if CX[1] == true then SY1=8419 SY2=14754 CXSY() end if CX[2] == true then SY1=9422 SY2=14918 CXSY() end if CX[3] == true then SY1=9821 SY2=8090 CXSY() end if CX[4] == true then SY1=15807 SY2=11277 CXSY() end if CX[5] == true then SY1=14794 SY2=7771 CXSY() end if CX[6] == true then SY1=11105 SY2=10888 CXSY() end if CX[7] == true then SY1=8354 SY2=10537 CXSY() end if CX[8] == true then BC14() end XGCK=-1 end end end end function BLXCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"雷箱1","雷箱2","雷箱3","雷箱4","返回宝箱列表",},nil,'刷新间隔:3小时左右') if CX == nil then else if CX[1] == true then SY1=11690 SY2=17997 CXSY() end if CX[2] == true then SY1=12245 SY2=18135 CXSY() end if CX[3] == true then SY1=11850 SY2=17811 CXSY() end if CX[4] == true then SY1=11945 SY2=17590 CXSY() end if CX[5] == true then BXCXCX() end XGCK=-1 end end end end function BJmain() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"(火6)金宝箱1","(火3)金宝箱2","(火3)金宝箱3","(火2)金宝箱4","(火1)金宝箱5","(火1)金宝箱6","(火3)金宝箱7","(火1)金宝箱8","(火1)金宝箱9","(火6)金宝箱10","(火5)金宝箱11","(火1)金宝箱12","(火2)金宝箱13","(火1)金宝箱14","(火5)金宝箱15","(火2)金宝箱16","(火1)金宝箱17","(火5)金宝箱18","(火6)金宝箱19","(火1)金宝箱20","(火2)金宝箱21","(火4)金宝箱22","(火2)金宝箱23","(火1)金宝箱24","(火5)金宝箱25","(火1)金宝箱26","(火6X2)金宝箱27","(火1)金宝箱28","(火1)金宝箱29","(火1)金宝箱30","(火1)金宝箱31","(火5)金宝箱32","(冰1)金宝箱33","(冰4)金宝箱34","(冰1)金宝箱35","(冰3)金宝箱36","(冰2)金宝箱37","(冰1)金宝箱38","(冰4)金宝箱39","(冰5)金宝箱40","(冰5)金宝箱41","(冰5)金宝箱42","(冰5)金宝箱43","(冰5)金宝箱44","(冰1)金宝箱45","(冰5)金宝箱46","(冰4)金宝箱47","(冰3)金宝箱48","(电5)金宝箱49","(电6)金宝箱50","(电5)金宝箱51","(电2)金宝箱52","(电2)金宝箱53","(电5)金宝箱54","(电5)金宝箱55","(电5)金宝箱56","(电4)金宝箱57","(电3)金宝箱58","(电3)金宝箱59","(电2)金宝箱60","(电3)金宝箱61","(电2)金宝箱62","(电3)金宝箱63","返回宝箱列表",},nil,'刷新间隔:45分钟左右') if CX == nil then else if CX[1] == true then SY1=5015 SY2=13945 CXSY() end if CX[2] == true then SY1=7395 SY2=13600 CXSY() end if CX[3] == true then SY1=7635 SY2=12425 CXSY() end if CX[4] == true then SY1=7900 SY2=10750 CXSY() end if CX[5] == true then SY1=7800 SY2=10305 CXSY() end if CX[6] == true then SY1=7620 SY2=9710 CXSY() end if CX[7] == true then SY1=7375 SY2=7350 CXSY() end if CX[8] == true then SY1=8248 SY2=7060 CXSY() end if CX[9] == true then SY1=8058 SY2=6800 CXSY() end if CX[10] == true then SY1=9300 SY2=8415 CXSY() end if CX[11] == true then SY1=9585 SY2=7640 CXSY() end if CX[12] == true then SY1=15740 SY2=7050 CXSY() end if CX[13] == true then SY1=15174 SY2=7253 CXSY() end if CX[14] == true then SY1=14687 SY2=7335 CXSY() end if CX[15] == true then SY1=13996 SY2=7218 CXSY() end if CX[16] == true then SY1=14038 SY2=8072 CXSY() end if CX[17] == true then SY1=14441 SY2=8841 CXSY() end if CX[18] == true then SY1=15700 SY2=7679 CXSY() end if CX[19] == true then SY1=15730 SY2=8514 CXSY() end if CX[20] == true then SY1=16509 SY2=9191 CXSY() end if CX[21] == true then SY1=15305 SY2=10550 CXSY() end if CX[22] == true then SY1=15890 SY2=11195 CXSY() end if CX[23] == true then SY1=13338 SY2=11703 CXSY() end if CX[24] == true then SY1=14830 SY2=14022 CXSY() end if CX[25] == true then SY1=14420 SY2=14100 CXSY() end if CX[26] == true then SY1=14540 SY2=14078 CXSY() end if CX[27] == true then SY1=14545 SY2=14378 CXSY() end if CX[28] == true then SY1=14088 SY2=14377 CXSY() end if CX[29] == true then SY1=14078 SY2=14480 CXSY() end if CX[30] == true then SY1=14560 SY2=14490 CXSY() end if CX[31] == true then SY1=14480 SY2=14835 CXSY() end if CX[32] == true then SY1=16360 SY2=16478 CXSY() end if CX[33] == true then SY1=6615 SY2=15550 CXSY() end if CX[34] == true then SY1=9075 SY2=16035 CXSY() end if CX[35] == true then SY1=8830 SY2=14750 CXSY() end if CX[36] == true then SY1=9015 SY2=13315 CXSY() end if CX[37] == true then SY1=5380 SY2=12180 CXSY() end if CX[38] == true then SY1=6020 SY2=12025 CXSY() end if CX[39] == true then SY1=5530 SY2=11770 CXSY() end if CX[40] == true then SY1=11190 SY2=9746 CXSY() end if CX[41] == true then SY1=11800 SY2=10670 CXSY() end if CX[42] == true then SY1=12470 SY2=10640 CXSY() end if CX[43] == true then SY1=12186 SY2=7088 CXSY() end if CX[44] == true then SY1=14235 SY2=14900 CXSY() end if CX[45] == true then SY1=13940 SY2=15808 CXSY() end if CX[46] == true then SY1=15340 SY2=16580 CXSY() end if CX[47] == true then SY1=5119 SY2=11520 CXSY() end if CX[48] == true then SY1=4786 SY2=11303 CXSY() end if CX[49] == true then SY1=5348 SY2=14800 CXSY() end if CX[50] == true then SY1=5570 SY2=13810 CXSY() end if CX[51] == true then SY1=5100 SY2=11130 CXSY() end if CX[52] == true then SY1=8585 SY2=11060 CXSY() end if CX[53] == true then SY1=9080 SY2=10800 CXSY() end if CX[54] == true then SY1=13205 SY2=6703 CXSY() end if CX[55] == true then SY1=13585 SY2=6840 CXSY() end if CX[56] == true then SY1=13190 SY2=7450 CXSY() end if CX[57] == true then SY1=16063 SY2=10974 CXSY() end if CX[58] == true then SY1=16135 SY2=11325 CXSY() end if CX[59] == true then SY1=15550 SY2=11430 CXSY() end if CX[60] == true then SY1=13590 SY2=11860 CXSY() end if CX[61] == true then SY1=14635 SY2=15680 CXSY() end if CX[62] == true then SY1=14285 SY2=16120 CXSY() end if CX[63] == true then SY1=16380 SY2=16230 CXSY() end if CX[64] == true then BC14() end XGCK=-1 end end end end function BYmain() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"银宝箱1","银宝箱2","银宝箱3","银宝箱4","银宝箱5","银宝箱6","银宝箱7","银宝箱8","银宝箱9","银宝箱10","银宝箱11","银宝箱12","银宝箱13","银宝箱14","银宝箱15","银宝箱16","银宝箱17","银宝箱18","银宝箱19","银宝箱20","银宝箱21","银宝箱22","银宝箱23","银宝箱24","银宝箱25","银宝箱26","银宝箱27","银宝箱28","银宝箱29","银宝箱30","银宝箱31","银宝箱32","银宝箱33","银宝箱34","银宝箱35","银宝箱36","银宝箱37","银宝箱38","返回宝箱列表",},nil,'刷新间隔:30分钟左右') if CX == nil then else if CX[1] == true then SY1=5975 SY2=12405 CXSY() end if CX[2] == true then SY1=6430 SY2=12635 CXSY() end if CX[3] == true then SY1=6895 SY2=13225 CXSY() end if CX[4] == true then SY1=7040 SY2=13020 CXSY() end if CX[5] == true then SY1=6720 SY2=12080 CXSY() end if CX[6] == true then SY1=11210 SY2=10660 CXSY() end if CX[7] == true then SY1=11735 SY2=10280 CXSY() end if CX[8] == true then SY1=10760 SY2=9640 CXSY() end if CX[9] == true then SY1=11454 SY2=9526 CXSY() end if CX[10] == true then SY1=11645 SY2=9035 CXSY() end if CX[11] == true then SY1=11710 SY2=7785 CXSY() end if CX[12] == true then SY1=12010 SY2=11070 CXSY() end if CX[13] == true then SY1=12575 SY2=10670 CXSY() end if CX[14] == true then SY1=12265 SY2=10345 CXSY() end if CX[15] == true then SY1=12230 SY2=9590 CXSY() end if CX[16] == true then SY1=13220 SY2=9378 CXSY() end if CX[17] == true then SY1=13420 SY2=8900 CXSY() end if CX[18] == true then SY1=12935 SY2=8380 CXSY() end if CX[19] == true then SY1=12330 SY2=7830 CXSY() end if CX[20] == true then SY1=12560 SY2=7315 CXSY() end if CX[21] == true then SY1=14065 SY2=16230 CXSY() end if CX[22] == true then SY1=13860 SY2=15660 CXSY() end if CX[23] == true then SY1=14060 SY2=15445 CXSY() end if CX[24] == true then SY1=14262 SY2=14925 CXSY() end if CX[25] == true then SY1=14225 SY2=14830 CXSY() end if CX[26] == true then SY1=14030 SY2=14525 CXSY() end if CX[27] == true then SY1=14195 SY2=14205 CXSY() end if CX[28] == true then SY1=14450 SY2=14135 CXSY() end if CX[29] == true then SY1=14700 SY2=13980 CXSY() end if CX[30] == true then SY1=15030 SY2=14115 CXSY() end if CX[31] == true then SY1=14554 SY2=14773 CXSY() end if CX[32] == true then SY1=14630 SY2=14780 CXSY() end if CX[33] == true then SY1=14500 SY2=15450 CXSY() end if CX[34] == true then SY1=15830 SY2=16000 CXSY() end if CX[35] == true then SY1=16445 SY2=16105 CXSY() end if CX[36] == true then SY1=16050 SY2=16370 CXSY() end if CX[37] == true then SY1=16525 SY2=16840 CXSY() end if CX[38] == true then SY1=15650 SY2=16360 CXSY() end if CX[39] == true then BC14() end XGCK=-1 end end end end function BHJCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"罕见1","罕见2","罕见3","罕见4","罕见5","罕见6","罕见7","罕见8","罕见9","返回宝箱列表",},nil,'刷新间隔:80-90分钟左右') if CX == nil then else if CX[1] == true then SY1=2045 SY2=18348 CXSY() end if CX[2] == true then SY1=2198 SY2=18103 CXSY() end if CX[3] == true then SY1=2426 SY2=18436 CXSY() end if CX[4] == true then SY1=2668 SY2=18203 CXSY() end if CX[5] == true then SY1=2020 SY2=2283 CXSY() end if CX[6] == true then SY1=2620 SY2=2079 CXSY() end if CX[7] == true then SY1=16611 SY2=18120 CXSY() end if CX[8] == true then SY1=16962 SY2=18255 CXSY() end if CX[9] == true then SY1=17582 SY2=2322 CXSY() end if CX[10] == true then BC14() end XGCK=-1 end end end end function CXMSCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"附魔石1","附魔石2","附魔石3","返回宝箱列表",},nil,'刷新间隔:3小时左右') if CX == nil then else if CX[1] == true then SY1=13868 SY2=15965 CXSY() end if CX[2] == true then SY1=15830 SY2=16305 CXSY() end if CX[3] == true then SY1=9615 SY2=16379 CXSY() end if CX[4] == true then BC14() end XGCK=-1 end end end end function BXKLCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"希卡利封印之罐1","希卡利封印之罐2","希卡利封印之罐3","希卡利封印之罐4","希卡利封印之罐5","希卡利封印之罐6","希卡利封印之罐7","希卡利封印之罐8","希卡利封印之罐9","希卡利封印之罐10","希卡利封印之罐11","希卡利封印之罐12","希卡利封印之罐13","希卡利封印之罐14","希卡利封印之罐15","希卡利封印之罐16","希卡利封印之罐17","希卡利封印之罐18","返回宝箱列表",},nil,'刷新间隔:3小时左右') if CX == nil then else if CX[1] == true then SY1=9160 SY2=3375 CXSY() end if CX[2] == true then SY1=9053 SY2=3246 CXSY() end if CX[3] == true then SY1=9139 SY2=3027 CXSY() end if CX[4] == true then SY1=9257 SY2=2920 CXSY() end if CX[5] == true then SY1=9180 SY2=2780 CXSY() end if CX[6] == true then SY1=9560 SY2=2545 CXSY() end if CX[7] == true then SY1=9700 SY2=2530 CXSY() end if CX[8] == true then SY1=9945 SY2=2618 CXSY() end if CX[9] == true then SY1=10098 SY2=2235 CXSY() end if CX[10] == true then SY1=10080 SY2=2670 CXSY() end if CX[11] == true then SY1=9561 SY2=2956 CXSY() end if CX[12] == true then SY1=9431 SY2=3048 CXSY() end if CX[13] == true then SY1=9950 SY2=3240 CXSY() end if CX[14] == true then SY1=10048 SY2=3325 CXSY() end if CX[15] == true then SY1=9378 SY2=3345 CXSY() end if CX[16] == true then SY1=10270 SY2=3655 CXSY() end if CX[17] == true then SY1=10100 SY2=3168 CXSY() end if CX[18] == true then SY1=10333 SY2=3332 CXSY() end if CX[19] == true then BC14() end XGCK=-1 end end end end function CXWCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"(专家)符文宝箱1","(专家)符文宝箱2","(专家)符文宝箱3","(专家)符文宝箱4","(专家)符文宝箱5","(专家)符文宝箱6","(专家)符文宝箱7","(专家)符文宝箱8","(专家)符文宝箱9","(专家)符文宝箱10","(专家)符文宝箱11","(专家)符文宝箱12","(专家)符文宝箱13","(专家)符文宝箱14","(专家)符文宝箱15","(大师)符文宝箱1","(大师)符文宝箱2","(大师)符文宝箱3","(大师)符文宝箱4","(大师)符文宝箱5","(大师)符文宝箱6","(大师)符文宝箱7","(大师)符文宝箱8","(大师)符文宝箱9","(大师)符文宝箱10","(大师)符文宝箱11","(大师)符文宝箱12","返回宝箱列表",},nil,'刷新间隔:3小时左右') if CX == nil then else if CX[1] == true then SY1=10706 SY2=5806 CXSY() end if CX[2] == true then SY1=10645 SY2=5673 CXSY() end if CX[3] == true then SY1=10827 SY2=5683 CXSY() end if CX[4] == true then SY1=11146 SY2=5715 CXSY() end if CX[5] == true then SY1=10633 SY2=5110 CXSY() end if CX[6] == true then SY1=11053 SY2=5215 CXSY() end if CX[7] == true then SY1=11064 SY2=4850 CXSY() end if CX[8] == true then SY1=11256 SY2=4773 CXSY() end if CX[9] == true then SY1=11607 SY2=4900 CXSY() end if CX[10] == true then SY1=11832 SY2=5100 CXSY() end if CX[11] == true then SY1=11945 SY2=5118 CXSY() end if CX[12] == true then SY1=11835 SY2=5714 CXSY() end if CX[13] == true then SY1=11839 SY2=5807 CXSY() end if CX[14] == true then SY1=11635 SY2=5845 CXSY() end if CX[15] == true then SY1=11713 SY2=5969 CXSY() end if CX[16] == true then SY1=10815 SY2=5916 CXSY() end if CX[17] == true then SY1=10753 SY2=5969 CXSY() end if CX[18] == true then SY1=11256 SY2=5806 CXSY() end if CX[19] == true then SY1=11369 SY2=5256 CXSY() end if CX[20] == true then SY1=11799 SY2=4812 CXSY() end if CX[21] == true then SY1=11870 SY2=4815 CXSY() end if CX[22] == true then SY1=11835 SY2=5182 CXSY() end if CX[23] == true then SY1=11806 SY2=5338 CXSY() end if CX[24] == true then SY1=12159 SY2=5250 CXSY() end if CX[25] == true then SY1=12228 SY2=5357 CXSY() end if CX[26] == true then SY1=12198 SY2=5397 CXSY() end if CX[27] == true then SY1=12293 SY2=5170 CXSY() end if CX[28] == true then BC14() end XGCK=-1 end end end end function BNTCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"纳坦宝箱1","纳坦宝箱2","纳坦宝箱3","纳坦宝箱4","纳坦宝箱5","返回宝箱列表",},nil,'刷新间隔:3小时左右') if CX == nil then else if CX[1] == true then SY1=4220 SY2=9000 CXSY() end if CX[2] == true then SY1=4533 SY2=8961 CXSY() end if CX[3] == true then SY1=4610 SY2=9258 CXSY() end if CX[4] == true then SY1=4708 SY2=8975 CXSY() end if CX[5] == true then SY1=4512 SY2=8645 CXSY() end if CX[6] == true then BC14() end XGCK=-1 end end end end function BHYCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"海洋小宝藏1","海洋小宝藏2","海洋小宝藏3","海洋小宝藏4","海洋小宝藏5","海洋小宝藏6","海洋小宝藏7","海洋小宝藏8","海洋小宝藏9","海洋小宝藏10","海洋小宝藏11","海洋小宝藏12","返回宝箱列表",},nil,'刷新间隔:2小时左右') if CX == nil then else if CX[1] == true then SY1=9875 SY2=3750 CXSY() end if CX[2] == true then SY1=10100 SY2=3650 CXSY() end if CX[3] == true then SY1=10477 SY2=3545 CXSY() end if CX[4] == true then SY1=3848 SY2=3395 CXSY() end if CX[5] == true then SY1=9554 SY2=2895 CXSY() end if CX[6] == true then SY1=9361 SY2=2895 CXSY() end if CX[7] == true then SY1=9272 SY2=2740 CXSY() end if CX[8] == true then SY1=9437 SY2=2748 CXSY() end if CX[9] == true then SY1=9945 SY2=2464 CXSY() end if CX[10] == true then SY1=9793 SY2=2897 CXSY() end if CX[11] == true then SY1=9811 SY2=3079 CXSY() end if CX[12] == true then SY1=10576 SY2=3023 CXSY() end if CX[13] == true then BC14() end XGCK=-1 end end end end function BKYCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"矿源虫巢1","矿源虫巢2","矿源虫巢3","矿源虫巢4","矿源虫巢5","矿源虫巢6","矿源虫巢7","矿源虫巢8","矿源虫巢9","返回宝箱列表",},nil,'刷新间隔:3小时左右') if CX == nil then else if CX[1] == true then SY1=5328 SY2=7245 CXSY() end if CX[2] == true then SY1=5458 SY2=7075 CXSY() end if CX[3] == true then SY1=5678 SY2=6755 CXSY() end if CX[4] == true then SY1=5631 SY2=6719 CXSY() end if CX[5] == true then SY1=5890 SY2=6700 CXSY() end if CX[6] == true then SY1=4989 SY2=6300 CXSY() end if CX[7] == true then SY1=5100 SY2=6210 CXSY() end if CX[8] == true then SY1=4790 SY2=6518 CXSY() end if CX[9] == true then SY1=5040 SY2=6120 CXSY() end if CX[10] == true then BC14() end XGCK=-1 end end end end function BSYCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"深渊小宝藏1","深渊小宝藏2","深渊小宝藏3","深渊小宝藏4","深渊小宝藏5","深渊小宝藏6","深渊小宝藏7","深渊小宝藏8","深渊小宝藏9","深渊小宝藏10","深渊小宝藏11","深渊小宝藏12","深渊小宝藏13","深渊小宝藏14","深渊小宝藏15","深渊小宝藏16","深渊小宝藏17","深渊小宝藏18","深渊小宝藏19","返回宝箱列表",},nil,'刷新间隔:1.5小时左右') if CX == nil then else if CX[1] == true then SY1=5350 SY2=7180 CXSY() end if CX[2] == true then SY1=5650 SY2=6912 CXSY() end if CX[3] == true then SY1=5681 SY2=6815 CXSY() end if CX[4] == true then SY1=5551 SY2=6766 CXSY() end if CX[5] == true then SY1=5600 SY2=6700 CXSY() end if CX[6] == true then SY1=5932 SY2=6606 CXSY() end if CX[7] == true then SY1=5780 SY2=6250 CXSY() end if CX[8] == true then SY1=5850 SY2=6200 CXSY() end if CX[9] == true then SY1=5635 SY2=6170 CXSY() end if CX[10] == true then SY1=5570 SY2=6350 CXSY() end if CX[11] == true then SY1=4650 SY2=6480 CXSY() end if CX[12] == true then SY1=5400 SY2=6145 CXSY() end if CX[13] == true then SY1=4789 SY2=6212 CXSY() end if CX[14] == true then SY1=4487 SY2=6214 CXSY() end if CX[15] == true then SY1=4243 SY2=6310 CXSY() end if CX[16] == true then SY1=4275 SY2=6198 CXSY() end if CX[17] == true then SY1=4180 SY2=6075 CXSY() end if CX[18] == true then SY1=4260 SY2=5929 CXSY() end if CX[19] == true then SY1=4163 SY2=5328 CXSY() end if CX[20] == true then BC14() end XGCK=-1 end end end end function CBTCXCX6() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"★图书馆【宝图鉴定】","饱经风霜冻诗文","遥远星星的思恋","塞特兰之谜","孤独的守望者","寻宝图","漂流瓶的信","学者的小记","龙树的秘宝","记录历史的断章","古代的民谣","永夜的传说","狐与猫","朔月","无人问津的平原","隐士的哲学","冰凉的残卷","返回菜单",},nil,'藏宝图系列') if CX == nil then else if CX[1] == true then SY1=16525 SY2=14741 CXSY() end if CX[2] == true then SY1=9612 SY2=14976 CXSY() end if CX[3] == true then SY1=4231 SY2=8762 CXSY() end if CX[4] == true then SY1=5141 SY2=7135 CXSY() end if CX[5] == true then SY1=7155 SY2=7806 CXSY() end if CX[6] == true then SY1=7506 SY2=7587 CXSY() end if CX[7] == true then SY1=8873 SY2=3850 CXSY() end if CX[8] == true then SY1=11242 SY2=5829 CXSY() end if CX[9] == true then SY1=11695 SY2=6300 CXSY() end if CX[10] == true then SY1=11300 SY2=9829 CXSY() end if CX[11] == true then SY1=12400 SY2=10273 CXSY() end if CX[12] == true then SY1=14020 SY2=8835 CXSY() end if CX[13] == true then SY1=18680 SY2=10490 CXSY() end if CX[14] == true then SY1=18942 SY2=12338 CXSY() end if CX[15] == true then SY1=18005 SY2=13580 CXSY() end if CX[16] == true then SY1=18720 SY2=15285 CXSY() end if CX[17] == true then SY1=11820 SY2=18047 CXSY() end if CX[18] == true then BC14() end XGCK=-1 end end end end function XDCXCX7() CX = gg.choice({"太虚妖草(金)","太虚妖草(木)","太虚妖草(水)","太虚妖草(火)","太虚妖草(土)","蓬莱仙","雨祝","云灵","嫦娥","返回菜单",},nil,'【无情无封瞬移】新岛列表') if CX == 1 then TXJCXCX() end if CX == 2 then TXMCXCX() end if CX == 3 then TXSCXCX() end if CX == 4 then TCXCXCX() end if CX == 5 then TXTCXCX() end if CX == 6 then PLXCXCX() end if CX == 7 then YZCXCX() end if CX == 8 then CXCXCX() end if CX == 9 then CECXCX() end if CX == 10 then BC14() end XGCK=-1 end function TXJCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"太虚妖草(金)1","太虚妖草(金)2","太虚妖草(金)3","太虚妖草(金)4","返回新岛列表",},nil,'刷新间隔:4小时左右') if CX == nil then else if CX[1] == true then SY1=18295 SY2=10604 CXSY() end if CX[2] == true then SY1=18740 SY2=12478 CXSY() end if CX[3] == true then SY1=18870 SY2=12438 CXSY() end if CX[4] == true then SY1=18539 SY2=12286 CXSY() end if CX[5] == true then BC14() end XGCK=-1 end end end end function TXMCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"太虚妖草(木)1","太虚妖草(木)2","太虚妖草(木)3","返回菜单",},nil,'刷新间隔:4小时左右') if CX == nil then else if CX[1] == true then SY1=18731 SY2=12359 CXSY() end if CX[2] == true then SY1=18662 SY2=12276 CXSY() end if CX[3] == true then SY1=18772 SY2=12318 CXSY() end if CX[4] == true then BC14() end XGCK=-1 end end end end function TXSCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"太虚妖草(水)1","太虚妖草(水)2","太虚妖草(水)3","太虚妖草(水)4","太虚妖草(水)5","太虚妖草(水)6","返回新岛列表",},nil,'刷新间隔:4小时左右') if CX == nil then else if CX[1] == true then SY1=18306 SY2=10180 CXSY() end if CX[2] == true then SY1=18571 SY2=12265 CXSY() end if CX[3] == true then SY1=18692 SY2=12315 CXSY() end if CX[4] == true then SY1=18663 SY2=12087 CXSY() end if CX[5] == true then SY1=18902 SY2=12329 CXSY() end if CX[6] == true then SY1=18930 SY2=12281 CXSY() end if CX[7] == true then BC14() end XGCK=-1 end end end end function TCXCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"太虚妖草(火)1","太虚妖草(火)2","太虚妖草(火)3","太虚妖草(火)4","太虚妖草(火)5","返回新岛列表",},nil,'刷新间隔:4小时左右') if CX == nil then else if CX[1] == true then SY1=18240 SY2=10511 CXSY() end if CX[2] == true then SY1=18868 SY2=12479 CXSY() end if CX[3] == true then SY1=18763 SY2=12371 CXSY() end if CX[4] == true then SY1=18831 SY2=12216 CXSY() end if CX[5] == true then SY1=18705 SY2=12130 CXSY() end if CX[6] == true then BC14() end XGCK=-1 end end end end function TXTCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"太虚妖草(土)1","太虚妖草(土)2","太虚妖草(土)3","太虚妖草(土)4","太虚妖草(土)5","返回新岛列表",},nil,'刷新间隔:4小时左右') if CX == nil then else if CX[1] == true then SY1=18207 SY2=10768 CXSY() end if CX[2] == true then SY1=18651 SY2=12301 CXSY() end if CX[3] == true then SY1=18699 SY2=12197 CXSY() end if CX[4] == true then SY1=18928 SY2=12369 CXSY() end if CX[5] == true then SY1=18872 SY2=12275 CXSY() end if CX[6] == true then SY1=18924 SY2=12088 CXSY() end if CX[7] == true then BC14() end XGCK=-1 end end end end function PLXCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"1层蓬莱仙1","1层蓬莱仙2","1层蓬莱仙3","2层蓬莱仙4","2层蓬莱仙5","2层蓬莱仙6","3层蓬莱仙7","3层蓬莱仙8","返回新岛列表",},nil,'刷新间隔:4小时左右 随机位置刷三只') if CX == nil then else if CX[1] == true then SY1=18910 SY2=12376 CXSY() end if CX[2] == true then SY1=18873 SY2=12384 CXSY() end if CX[3] == true then SY1=18900 SY2=12318 CXSY() end if CX[4] == true then SY1=18836 SY2=12226 CXSY() end if CX[5] == true then SY1=18852 SY2=12178 CXSY() end if CX[6] == true then SY1=18812 SY2=12352 CXSY() end if CX[7] == true then SY1=18611 SY2=12322 CXSY() end if CX[8] == true then SY1=18559 SY2=12304 CXSY() end if CX[9] == true then BC14() end XGCK=-1 end end end end function YZCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"雨祝1","雨祝2","雨祝3","雨祝4","返回新岛列表",},nil,'刷新间隔:1小时左右 ') if CX == nil then else if CX[1] == true then SY1=18441 SY2=10645 CXSY() end if CX[2] == true then SY1=18234 SY2=10396 CXSY() end if CX[3] == true then SY1=18394 SY2=10439 CXSY() end if CX[4] == true then SY1=18262 SY2=10349 CXSY() end if CX[5] == true then BC14() end XGCK=-1 end end end end function CXCXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"云灵1","云灵2","云灵3","云灵4","返回新岛列表",},nil,'刷新间隔:40分钟左右') if CX == nil then else if CX[1] == true then SY1=18853 SY2=12216 CXSY() end if CX[2] == true then SY1=18791 SY2=12342 CXSY() end if CX[3] == true then SY1=18966 SY2=12193 CXSY() end if CX[4] == true then SY1=18742 SY2=12426 CXSY() end if CX[5] == true then BC14() end XGCK=-1 end end end end function CECXCX() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.multiChoice({"嫦娥","返回新岛列表",},nil,'月宫锁 50个兑换坐骑 不死药50个兑换宠物') if CX == nil then else if CX[1] == true then SY1=18639 SY2=12198 CXSY() end if CX[2] == true then BC14() end XGCK=-1 end end end end function BC15() local CX = gg.choice({"泡泡自动瞬移[无限]","美人鱼自动瞬移[无限]","返回菜单",},nil,"无情无封瞬移") if CX == 1 then PPZD() end if CX == 2 then MRYZD() end if CX == 3 then main()end XGCK=-1 end function PPZD() CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(1628,E,-44,false) CXxg(18547,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(2405,E,-44,false) CXxg(19000,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(2866,E,-44,false) CXxg(18457,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(1846,E,-44,false) CXxg(17720,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(2382,E,-44,false) CXxg(17616,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(2935,E,-44,false) CXxg(17715,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(15750,E,-44,false) CXxg(18210,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(16257,E,-44,false) CXxg(17720,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(16790,E,-44,false) CXxg(17610,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(17530,E,-44,false) CXxg(18600,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(2315,E,-44,false) CXxg(2860,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(3010,E,-44,false) CXxg(2394,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(3126,E,-44,false) CXxg(1647,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(2289,E,-44,false) CXxg(1469,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(1440,E,-44,false) CXxg(1603,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(16480,E,-44,false) CXxg(2370,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(17900,E,-44,false) CXxg(2695,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(16777,E,-44,false) CXxg(1373,E,-12,false) end function MRYZD() CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(741,E,-44,false) CXxg(17234,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(740,E,-44,false) CXxg(18235,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(2242,E,-44,false) CXxg(16732,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(1236,E,-44,false) CXxg(19735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(3742,E,-44,false) CXxg(17235,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(3737,E,-44,false) CXxg(19735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(4239,E,-44,false) CXxg(18735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(14239,E,-44,false) CXxg(18236,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(15239,E,-44,false) CXxg(19234,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(17740,E,-44,false) CXxg(19735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(19239,E,-44,false) CXxg(19735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(18239,E,-44,false) CXxg(17735,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(19240,E,-44,false) CXxg(18734,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(3740,E,-44,false) CXxg(8740,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(2745,E,-44,false) CXxg(8238,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(5242,E,-44,false) CXxg(8240,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(1743,E,-44,false) CXxg(7737,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(5742,E,-44,false) CXxg(7237,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(1245,E,-44,false) CXxg(6740,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(2742,E,-44,false) CXxg(5240,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(5243,E,-44,false) CXxg(5238,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(3743,E,-44,false) CXxg(4738,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(741,E,-44,false) CXxg(3239,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(242,E,-44,false) CXxg(1739,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(1242,E,-44,false) CXxg(737,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(5742,E,-44,false) CXxg(2239,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(4242,E,-44,false) CXxg(1739,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(5742,E,-44,false) CXxg(238,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(14739,E,-44,false) CXxg(2236,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(17740,E,-44,false) CXxg(3740,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(18745,E,-44,false) CXxg(1740,E,-12,false) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("5秒后传送下一处\n\n请快速拾取") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:4秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:3秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:2秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end gg.toast("倒计时:1秒") gg.sleep(1000) if gg.isVisible(true) then gg.alert("停止循环","是的") h() end CXCX(7758258,D,Ca) CXpy(7758258,D,0) CXxg(5738,E,-44,false) CXxg(2235,E,-12,false) end Alltables={ { {"乐园岛(换群岛)", 12326, 13, 14178}, {"阳光岛.海底", 10360, 15, 4664},{"龙树岛.天空", 11658, 13, 6381}, {"赛兰斯之城.地底", 4480, 7, 7434}, {"都广之野.天宫", 18255, 20, 10097}, {"天宫入口", 18514, 200, 10799}, {"北境", 12041, 9, 18411}, {"火山岛", 10171, 8, 8170},{"旧晨雾森林", 14252, 24, 15998}, {"旧郁金香平原", 16117, 7, 15639}, {"西南瞭望塔", 2240, 9, 2218},{"东南瞭望塔", 17248, 9, 2218}, {"东北瞭望塔", 16749, 9, 18218},{"西北瞭望塔", 2249, 9, 18219}, {"纳坦岛", 4072, 9, 9428},{"枯骨山脉", 12502, 9, 8936}, {"银月丘陵", 15361, 9, 6688},{"海角森林", 7924, 9, 6315}, {"乐乐河谷", 5743, 9, 11264}, {"七里香", 7444, 9, 8282},{"星域",3131,1500,5139}, }, { {"火龙草1",11315, 7, 10717},{"火龙草2", 11156, 7, 10737}, {"火龙草3", 10504, 7, 9888},{"火龙草4", 10416, 7, 9783}, {"火龙草5", 11478, 7, 9048},{"火龙草6", 11545, 7, 9053}, {"冰龙草1", 11603, 7, 18285},{"冰龙草2", 11602, 7, 17701}, {"冰龙草3", 12050, 7, 17696},{"冰龙草4", 12242, 7, 18140}, } , { {"夕阳花1(更新点)", 12375, 500, 5171},{"夕阳花2(更新点)", 11525, 400, 4621}, {"夕阳花3(更新点)", 11161, 380, 5156},{"夕阳花4(更新点)", 10887, 500, 5742}, {"夕阳花5", 12165, 500, 5433},{"夕阳花6", 12283, 500, 5393},{"夕阳花7", 12327, 500, 5271}, {"夕阳花8", 11357, 500, 5340},{"夕阳花9", 11879, 500, 4802},{"夕阳花10", 11837, 500, 4700}, {"夕阳花11", 11715, 500, 4725},{"夕阳花12", 11064, 500, 4849},{"夕阳花13", 11000, 500, 5788},{"夕阳花14", 10790, 500, 5950},{"夕阳花15", 10636, 500, 5918}, {"深海珊瑚1(更新点)",19007, 9, 9455},{"深海珊瑚2(更新点)",18938, 9, 9428},{"深海珊瑚3(更新点)",19288, 9, 11526}, }, { {"北境宝箱1", 11690, 7, 18000},{"北境宝箱2", 11850, 240, 17800},{"北境宝箱3", 11940, 7, 17590}, {"北境宝箱4", 12246, 7, 18132},{"罕见宝箱1", 2045, 9, 18348},{"罕见宝箱2", 2198, 9, 18103}, {"罕见宝箱3", 2020, 9, 2283},{"罕见宝箱4", 8135, 9, 7115},{"罕见宝箱5", 16611, 9, 18120}, {"罕见宝箱6", 17582, 9, 2332},{"附魔石1",15890, 9,16300},{"附魔石2", 13866, 9, 16012}, {"附魔石3", 9609, 9, 16410}, {"漂流瓶1",5300,9,13096},{"漂流瓶2",5362,9,12661},{"漂流瓶3",10814,9,14903},{"漂流瓶4",11134.8,9,13134}, {"漂流瓶5",12192,9,12608},{"漂流瓶6",16187,9,11455},{"漂流瓶7",15750,9,10771},{"漂流瓶8",16090,9,10452}, {"漂流瓶9",16174,9,8653},{"漂流瓶10",15743,9,8671},{"漂流瓶11",11327,200,5318},{"漂流瓶12",11285,9,4938},{"漂流瓶13",4762,9,7244}, } , { {"霸王龙1", 7771, 7, 7278},{"霸王龙2", 17802, 7, 13426},{"霸王龙3", 16404, 7, 16119}, {"海鳄龙1", 16247, 9, 10977},{"海鳄龙2", 15802, 9, 10698},{"海鳄龙3", 16252, 9, 10111}, {"海鳄龙4", 15288, 9, 6488}, {"暗黑霸王龙1",9137,9,8814},{"暗黑霸王龙2",9558,9,8875},{"暗黑霸王龙3",9114,9,7879},{"暗黑霸王龙4",9322,9,7681},{"暗黑霸王龙5",9907,9,7491},{"火龙1",11520,7,9018},{"火龙2",10458,7,9834},{"火龙3",11234,7,10741},{"幻龙1",10725,500,5195},{"幻龙2",10886,500,5619},{"幻龙3",11692,500,5737},{"幻龙4",12173,500,5298}, {"幻龙5",11217,500,5269},{"幻龙6",11826,500,4657}, }, { {"地底入口", 5192, 7, 7384},{"地底传送阵", 4887, 7, 7403}, {"海底入口", 10268, 90, 4246}, {"章鱼(开无视海底)", 9967, -250, 2348}, {"奇美拉(开无视海底)", 4246, -250, 5121},{"嫦娥",18607,1500,12195},{"星神",2757,1800,4750} }, { {"小鸟1", 9605, 9, 16391},{"小鸟2", 8072, 9, 15477},{"小鸟3", 10352, 9, 13161}, {"小鸟4", 9358, 9, 112553},{"小鸟5", 9195, 9, 8831},{"小鸟6", 7638, 9, 7445}, {"小鸟7", 8135, 9, 7115},{"小鸟8", 7805, 9, 6540},{"小鸟9", 2235, 9, 18184}, {"小鸟10", 16709, 9, 18205},{"小鸟11", 2295, 9, 2173},{"小鸟12", 16364, 9, 16494}, {"小鸟13", 14623, 9, 115689},{"小鸟14", 14092, 9, 13825},{"小鸟15", 15050, 9, 11291}, {"小鸟16", 13133, 9, 10020}, }, { {"狮鹫1", 8334, 9, 15598},{"狮鹫2", 13863, 9, 15969},{"狮鹫3", 14102, 9, 15513}, {"狮鹫4", 14329, 9, 15446},{"狮鹫5", 5559, 9, 1088},{"狮鹫6", 10389, 9, 03521}, {"狮鹫7", 10357, 9, 13165},{"狮鹫8", 18940, 9, 15477},{"狮鹫9", 8283, 9, 10253}, {"北境犀鸟1", 9610, 9, 16388},{"北境犀鸟2", 9670, 9, 14425},{"北境犀鸟3", 11773, 9, 17982},{"北境犀鸟4", 12353, 9, 18149}, {"虎皮鲨1",447,9,15803},{"虎皮鲨2",2719,9,11806},{"虎皮鲨3",913,9,9408},{"虎皮鲨4",3515,9,9616}, {"虎皮鲨5",2703,9,7783},{"虎皮鲨6",2653,9,6378},{"虎皮鲨7",1403,9,5434},{"虎皮鲨8",5826,9,603}, {"虎皮鲨9",9066,9,872},{"虎皮鲨10",10580,9,5240},{"虎皮鲨11",11950,9,1163},{"虎皮鲨12",14087,9,1376}, {"虎皮鲨13",13086,9,1086},{"虎皮鲨14",18768,9,11960},{"虎皮鲨15",19190,9,14540},{"虎皮鲨16",18955,9,16066}, {"独角兽1(更新必刷)",9254,9,15039.5},{"独角兽2",9246,9,15379},{"独角兽3",8845,9,15220},{"独角兽4",8409,9,14964.9}, {"独角兽5",8997,9,14746},{"独角兽6",9689,9,14928},{"独角兽7",9695,9,14728},{"独角兽8",8558,9,14313}, {"独角兽9",8873,9,14049},{"独角兽10",9417,9,14106},{"独角兽11",9877,9,13837},{"独角兽12",10114,9,14507}, }, { {"毒蘑菇1", 7992, 9, 6674},{"毒蘑菇2", 7965, 9, 6512},{"毒蘑菇3", 7815, 9, 6521}, {"毒蘑菇4", 8463, 9, 10643},{"毒蘑菇5", 8458, 9, 10648},{"毒蘑菇6", 7700, 9, 10515}, {"毒蘑菇7", 7530, 9, 9934},{"毒蘑菇8", 7624, 9, 10356}, } , { {"白色小花1",10573, 9, 13660},{"白色小花2(更新点)", 9435, 9, 14547}, {"白色小花3", 8075, 9, 15493},{"白色小花4(更新点)", 9173, 9, 15056}, {"水晶睡莲1",5724,9,14141},{"水晶睡莲2",6415,9,13314},{"水晶睡莲3",6224,9,13296}, {"水晶睡莲4",8310,9,10415},{"水晶睡莲5",12935,9,10667},{"水晶睡莲6",14587,9,10192}, {"水晶睡莲7",15273,9,10350},{"水晶睡莲8",14746,9,9237},{"水晶睡莲9",15329,9,8867}, {"红莲①5朵",15680, 9,8168},{"红莲②5朵",15778,9,7879},{"蓝莲①2朵",13179, 9,7573}, {"蓝莲②3朵",13755, 9,7001},{"蓝莲③2朵",5714, 9,14149},{"蓝莲④",5336, 9,14097},{"蓝莲⑤2朵",5061, 9,14323}, {"辣椒1",15721, 9,8390}, {"辣椒2", 15821, 9, 7951}, {"辣椒3",16103, 9,7947},{"辣椒4", 16165, 9, 8150}, {"辣椒5",15681, 9,7758}, {"辣椒6", 4975, 9, 11169}, {"辣椒7",5303, 9,11545},{"辣椒8", 5715, 9, 11928}, {"旋岚草1",11628 , 7, 5867},{"旋岚草2",11803, 7, 5805},{"旋岚草3", 11882, 7, 5778},{"旋岚草4", 11341, 7, 5384}, {"旋岚草5", 11436, 7, 5296},{"旋岚草6", 11139, 7, 5135},{"旋岚草7", 11330, 7, 4733}, {"竹笋1", 15711, 7, 11270},{"竹笋2", 15996, 7, 11240},{"竹笋3", 16232, 7, 11253},{"竹笋4", 5200, 7, 14140},{"竹笋5", 13442, 7, 6665}, }, { {"黑遗迹宝箱1",14805, 9,7750},{"黑遗迹宝箱2",15800 , 9, 11285}, {"黑遗迹宝箱3",11090, 9,10877},{"黑遗迹宝箱4", 9826, 9, 8079}, {"黑遗迹宝箱5",8369, 9,10621},{"黑遗迹宝箱6", 9423, 9, 14922}, {"黑遗迹宝箱7",8430, 9,14742}, }, { {"水晶遗迹宝箱1",5147, 9,14653},{"水晶遗迹宝箱2", 11113, 9, 13938}, {"水晶遗迹宝箱3",9620, 9,16377},{"水晶遗迹宝箱4", 4846, 9, 11465}, {"水晶遗迹宝箱5",10264, 9,12279},{"水晶遗迹宝箱6", 8032, 9, 11129}, {"水晶遗迹宝箱7",9347, 9,10311},{"水晶遗迹宝箱8", 7940, 9, 7719}, {"水晶遗迹宝箱9",9060, 9,8254},{"水晶遗迹宝箱10", 102649, 8602}, {"水晶遗迹宝箱11",13925, 9,11447},{"水晶遗迹宝箱12", 15457, 9, 11377}, {"水晶遗迹宝箱13",15788, 9,7462},{"水晶遗迹宝箱14", 13088, 9, 6703}, {"水晶遗迹宝箱15",13855, 9,15961},{"水晶遗迹宝箱16", 14600, 9, 15933}, {"水晶遗迹宝箱17",15583, 9,16469},{"水晶遗迹宝箱18", 15799, 9, 16312}, {"水晶遗迹宝箱19",16119, 9,15933},{"水晶遗迹宝箱20", 16591, 9, 16620}, {"水晶遗迹宝箱21",18038, 9,15286},{"水晶遗迹宝箱22", 18638, 9, 15378}, {"水晶遗迹宝箱23",17678, 9,14512},{"水晶遗迹宝箱24", 18613, 9, 14356}, {"水晶遗迹宝箱25",17576, 9,14078},{"水晶遗迹宝箱26", 18280, 9, 13544}, }, { {"美人鱼鳞片1",1240, 9,19736},{"美人鱼鳞片2",2240, 9,19736}, {"美人鱼鳞片3",3741, 9,19736}, {"美人鱼鳞片4",741, 9,18236},{"美人鱼鳞片5",3740, 9,17236},{"美人鱼鳞片6",740, 9,17236}, {"美人鱼鳞片7",2241, 9,16736},{"美人鱼鳞片8",17741, 9,19736},{"美人鱼鳞片9",15241, 9,19236}, {"美人鱼鳞片10",19241, 9,19736},{"美人鱼鳞片11",19240, 9,18736},{"美人鱼鳞片12",18241, 9,17736}, {"美人鱼鳞片13",27409, 9,8236},{"美人鱼鳞片14",1740, 9,7736},{"美人鱼鳞片15",5241, 9,8236}, {"美人鱼鳞片16",1240, 9,6736},{"美人鱼鳞片17",5741, 9,7236},{"美人鱼鳞片18",1741, 9,6236}, {"美人鱼鳞片19",5241, 9,5236}, {"美人鱼鳞片20",2741, 9,5236}, {"美人鱼鳞片21",3740, 9,4736},{"美人鱼鳞片22",5741, 9,2236},{"美人鱼鳞片23",4241, 9,1736}, {"美人鱼鳞片24",1241, 9,736},{"美人鱼鳞片25",5741, 9,236},{"美人鱼鳞片26",17741, 9,3736}, {"美人鱼鳞片27",16740, 9,3236},{"美人鱼鳞片28",19241, 9,3236},{"美人鱼鳞片29",14741, 9,2236}, {"美人鱼鳞片30",18741, 9,1736},{"美人鱼鳞片31",18240, 9,236},{"美人鱼鳞片32",14241, 9,18236}, }, { {"隐士的哲学",18720, 9,15285},{"无人问津", 18005, 9, 13580}, {"冰凉的残卷",11820, 9,18047},{"狐与猫", 18680, 9, 10490}, {"永夜的传说",14020, 9,8835},{"古代的民谣", 12400, 9, 10273}, {"记录历史",11300, 9,9829},{"龙树的秘宝", 11695, 9, 6300}, {"学者的小记",11242, 400,5829},{"漂流瓶的信", 8873, 3850}, {"寻宝图",7506, 9,7587},{"孤独的守望", 7155, 9, 7806}, {"赛兰特之迷",5141, 9,7135},{"遥远的星星", 4231, 9, 8762}, {"饱经风霜",9612, 9,14976}, {"图书馆",16515, 9, 14743}, {"月宫",18911, 600, 12389}, }, { {"阴郁菇(开无视海底)", 5940, -200, 6172}, {"希卡利罐头(开无视海底)", 9378, -250, 3345}, }, { {"洋葱",15569,21,9720},{"胡椒",12531,21,7163},{"小麦1",14569,21,9975,},{" 小麦2",7462,21,7800},{"玉米",13299,21,7990},{"土豆",14234,21,11707},{"西瓜",14905,21,8287},{"胡萝卜",12822,21,12570},{"菠菜",5411,21,14225},{"青椒",7998,21,13822},{"南瓜",9250,21,10880},{"姜",8460,21,10405},{"柑橘",10533,21,7903},{"蘑菇",13636,21,11379},{"甘蔗",15481,21,8324},{"蓝莓",13369,21,12385},{"草莓",4389,21,8803},{"番茄",7415,21,9700},{"棉花",12945,21,10813},{"可可豆",7418,21,12851},{"红豆",15625,21,11397},{"黄豆",6803,21,13349},{"红蘑菇",8575,21,14500},{"蓝蘑菇",11249,21,10001},{"葡萄",4976,21,11120},}, { {"淘气仙灵1",18358 ,22,10446 }, {"淘气仙灵2",18573 ,22,10156 }, {"淘气仙灵3",18256 ,22,10900 }, {"淘气仙灵4",16145 ,22,11267 }, {"淘气仙灵5",15538 ,22,11447 }, {"淘气仙灵6",14930 ,22,11337 }, {"淘气仙灵7 ",14057 ,22,11336 }, {"淘气仙灵8",14584 ,22,10704 }, {"淘气仙灵9",16081 ,22,9962 }, {"淘气仙灵10",15492 ,22,10068 }, {"淘气仙灵11",14627 ,22,8861 }, {"淘气仙灵12",15489 ,22,7149 }, {"淘气仙灵13",14658 ,22,6459 }, {"淘气仙灵14",13651 ,22,7135 }, {"淘气仙灵15",12924 ,22,7037 }, {"淘气仙灵16",12310 ,22,7837 }, {"淘气仙灵17",12306 ,22,9617 }, {"淘气仙灵18",18090 ,22,10338 }, {"淘气仙灵19",12747 ,22,9458 }, {"淘气仙灵20",13211 ,22,10933 }, {"淘气仙灵21",11055 ,22,10241 }, {"淘气仙灵22",13163 ,22,11150 }, {"淘气仙灵23",13118 ,22,11477 }, {"淘气仙灵24",13053 ,22,11868 }, {"淘气仙灵25",13074 ,22,12102 }, {"淘气仙灵26",10040 ,22,4190 }, {"淘气仙灵27",10422 ,22,4218 }, {"淘气仙灵28",11665 ,22,4614 }, {"淘气仙灵29",11262 ,22,4774 }, {"淘气仙灵30",11840 ,22,5159 }, {"淘气仙灵31",11207 ,22,5313 }, {"淘气仙灵32",11654 ,22,5385 }, {"淘气仙灵33",12240 ,22,5422 }, {"淘气仙灵34",11930 ,22,6068 }, {"淘气仙灵35",11009 ,22,5773 }, {"淘气仙灵36",11670 ,22,6263 }, {"淘气仙灵37",12166 ,22,7104 }, {"淘气仙灵38",9589 ,22,7627 }, {"淘气仙灵39",9592 ,22,8115 }, {"淘气仙灵40",9727 ,22,8883 }, {"淘气仙灵41",7905 ,22,6611 }, {"淘气仙灵42",7597 ,22,7191 }, {"淘气仙灵43",7540 ,22,7670 }, {"淘气仙灵44",7252 ,22,7864 }, {"淘气仙灵45",7924 ,22,7957 }, {"淘气仙灵46",8273 ,22,7124 }, {"淘气仙灵47",8097 ,22,9447 }, {"淘气仙灵48",7493 ,22,9322 }, {"淘气仙灵49",10671 ,22,9582 }, {"淘气仙灵50",8326 ,22,10110 }, {"淘气仙灵51",7673 ,22,10340 }, {"淘气仙灵52",8856 ,22,10521 }, {"淘气仙灵53",19247 ,22,10212 }, {"淘气仙灵54",5079 ,22,11167 }, {"淘气仙灵55",5760 ,22,11967 }, {"淘气仙灵56",5847 ,22,12455 }, {"淘气仙灵57",6217 ,22,13073 }, {"淘气仙灵58",5337 ,22,14480 }, {"淘气仙灵59",6804 ,22,12901 }, {"淘气仙灵60",8165 ,22,12465 }, {"淘气仙灵61",8632 ,22,13159 }, {"淘气仙灵62",8857 ,22,13809 }, {"淘气仙灵63",6631 ,22,13967 }, {"淘气仙灵64",7100 ,22,15320 }, {"淘气仙灵65",8253 ,22,15048 }, {"淘气仙灵66",8945 ,22,15699 }, {"淘气仙灵67",9687 ,22,14412 }, {"淘气仙灵68",10380 ,22,15342 }, {"淘气仙灵69",12258 ,22,18138 }, {"淘气仙灵70",13886 ,22,15716 }, {"淘气仙灵71",16418 ,22,16111 }, {"淘气仙灵72",17458 ,22,14669 }, }, { {"泡泡1",2407,9,19008},{"泡泡2",1629,9,18542},{"泡泡3",2856,9,18456},{"泡泡4",1847,9,17720},{"泡泡5",2935,9,17716},{"泡泡6",17533,9,18586},{"泡泡7",15752,9,18216},{"泡泡8",16258,9,17724},{"泡泡9",3011,9,2401},{"泡泡10",1441,9,1608},{"泡泡11",2291,1471},{"泡泡12",16480,9,2377},{"泡泡13",17903,9,2697},{"泡泡14",16381,9,1581}, }, } --总表 ------------------------- function RWZBXG() MOS( 1052938076, D, Ca+Ch) APY( 1.5, 24, F) -- APY("65536",40,D) XA001= DZZ(64, E,"value") --x XA002= DZZ(80, E,"value") --z YXZT=DZZ(72, E, "address") --y XDZ00= DZZ(64, E,"address") ZDZ00= DZZ(80, E,"address") Y_add=DZZ(8, E, "address") if XDZ00 ==nil then gg.toast("无数据") else gg.toast("获取数据成功") gg.sleep(500) end end -- 2.0F;11D;-32,768W::1000 -- 地形透视 function YLJNSY(M,x,y,z) RWZBXG() gg.toast("计算定位中..") -- DZZY(TEXTBOOK01, 11, E, Ca+Ch, "清空01", true) -- DZZY(TEXTBOOK02, 900, E, Ca+Ch, "清空02", true) axxx=DZZY(XDZ00, "XG", E, Ca+Ch, "计算", false) azzz=DZZY(ZDZ00, "XG", E, Ca+Ch, "计算", false) -- DZZY(YXZT, -5000, E, Ca+Ch, "测试高度", true) gg.sleep(4) if axxx==nil then azzz=0 axxx=0 end -- axxx=axxx azzz=azzz end x=x-axxx z=z-azzz yx=y*1.5 y=y+7 --[[ ly(7758258, D, Ch+Ca) WPY( 3, -28, E) XPY( 800, -28, E) ZSPY(-28,E)]] MOS(29555156022460419,32,4)--q类型,ca内存 --[[search(29555156022460419,32,4)--q类型,ca内存 xg1(34,64,8,false)--z xg1(6955,64,24,false)--y xg1(677,64,-8,false)--x]] -- BDCSHX=DZZ(-12, D, "value") gg.sleep(200) -- if BDCSHX==nil then cshxxe="无初始化" end BXG( x , -8, E, M, true) BXG( z , 24, E, M, true) --gg.sleep(300) -- DZZY(TEXTBOOK01, 10, E, Ca+Ch, "清空01", true) -- DZZY(TEXTBOOK02, 1000, E, Ca+Ch, "清空02", true) DZZY(YXZTd, yx, E, Ca+Ch, M.."高度", true) gg.sleep(600) DZZY(YXZT, y, E, Ca+Ch, M.."高度", false) SHUNYCSCS=SHUNYCSCS+1 end --------------- --[[function PersonCoordinates2() if Z_Addr==nil then MOS("8,386,104,319,401,156,455", 32,Ca+Ch+O) APY(8676587470409788786, 4, 32) APY(21, -4, 4) local a_valuei=DZZ(-16, X, "value") if a_valuei==nil then gg.alert("搜索不到指针!") else MOS(a_valuei, D, Ca+Ch+O) APY(6, -8, D) addi=DZZ(12, 4, "value") local address = addi & 0xFFFFFFFF addix=(string.format("%X", address)) addix1=DZZY(addix, "XG", 4, Ca+Ch+O, "addr", false)+12 local address = addix1 & 0xFFFFFFFF addix2=(string.format("%X", address) ) addio1=DZZY(addix2, "XG", 4, Ca+Ch+O, "addr", false) local address = addio1 & 0xFFFFFFFF X_Addr=(string.format("%X", address) ) DZZY(X_Addr, "XG", 64, Ca+Ch+O, "addr", false) local address = addio1+32 & 0xFFFFFFFF Z_Addr=(string.format("%X", address) ) DZZY(Z_Addr, "XG", 64, Ca+Ch+O, "addr", false) end end end function PersonCoordinates() if X_value==nil then MOS( 1052938076, D, Ca+Ch+O) APY( 1.5, 24, F) -- APY("65536",40,D) X_value= DZZ(64, E,"value") Z_value= DZZ(80, E,"value") X_add= DZZ(64, E,"address") Z_add= DZZ(80, E,"address") Y_add=DZZ(72, E, "address") if X_value ==nil then gg.toast("获取定位数据失败") 延迟(0.5) else gg.toast("获取定位数据成功") 延迟(0.5) end end end function HSJNSY(M,x,y,z) PersonCoordinates() PersonCoordinates2() gg.toast("计算定位中..") Xvalue=DZZY(X_add, "XG", E, Ca+Ch+O, "计算", false) Zvalue=DZZY(Z_add, "XG", E, Ca+Ch+O, "计算", false) if Xvalue==nil then azzz=0 axxx=0 end x=x-Xvalue z=z-Zvalue yx=y*1.5 y=y+7 DZZY(X_Addr, x, 64, Ca+Ch+O, "坐标"..M, false) DZZY(Z_Addr, z, 64, Ca+Ch+O, "坐标"..M, false) 延迟(0.3) if mositem01[1]==true then DZZY(Y_add, yx, E, Ca+Ch+O, M.."调整高度", true) 延迟(0.6) DZZY(Y_add, y, E, Ca+Ch+O, M.."高度调整", false) end SHUNYCSCS=SHUNYCSCS+1 end ]]--- -------------------- 标签="" function MOSGGA(表变量) mositem1={} mositem2={} for zkzbti1=1, #表变量 do mositem1[zkzbti1]=表变量[zkzbti1][1] mositem2[zkzbti1]=mositem01[2] end MOSGGlua01=gg.multiChoice(mositem1,mositem2,"维仙-创作_标签:-"..标签) if MOSGGlua01==nil then 打开瞬移() else for it=1, #mositem1 do if MOSGGlua01[it]==true then 标签=mositem1[it] YLJNSY(表变量[it][1],表变量[it][2],表变量[it][3],表变量[it][4]) end end end end -------------- function ExecuteAlltables(resulti) mositem01 = gg.prompt({"瞬移后自动调整高度","自动循环瞬移","设置循环间隔(单位/秒)[1;50]"}, {true, false, 3},{"checkbox","checkbox","number"}) if mositem01==nil then gg.toast("取消") 打开瞬移() else if mositem01==1 then end MOSGGA(Alltables[resulti]) end end ------------------------ function BC16() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then 主页=gg.choice({ "打开瞬移", "选择功能" }) if 主页==1 then 打开瞬移() end if 主页==2 then 打开功能() end XGCK=-1 end end end ------ 瞬移表={ "灯塔传送", --1 "火/冰.龙草传送", --2 "夕阳花/珊瑚", --3 "宝箱传送", --4 "世界boss", --5 "召唤BOSS", --6 "小鸟坐骑", --7 "稀有坐骑合集", --8 "毒蘑菇", --9 "普通物资合集", --10 "黑遗迹宝箱", --11 "水晶遗迹宝箱", --12 "美人鱼", --13 "宝藏点", --14' "稀有点", --15 "基础植物", "淘气精灵", "泡泡", "返回主页"} SHUNYCSCS=0 function 打开瞬移() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then result = gg.choice(瞬移表, result,"位置传送后需要等待20~30秒地图刷新!\n您当前传送次数为:【 "..SHUNYCSCS.." 】") if 瞬移表[result]=="返回主页" then CX0() end if result then ExecuteAlltables(result) end end XGCK=-1 end end ----------- -------------------- function 打开功能() 表={{ "自定义定点瞬移", "防摔开", "防摔关", "自定义加速", "游戏功能", "返回"},{ 打开自定义, ba1, ba2, ba3, CX0, Main}} 单选(表, "内容") end ------------------- 路径="/storage/emulated/0/" function ATIEXTEL(X) sqwjx01 =路径.."自定义"..X.." .txt" M001[X] =WJZDH(sqwjx01, 1) XX000=WJZDH(sqwjx01, 2) ZZ000=WJZDH(sqwjx01, 3) vv = gg.prompt({"请输入地点备注记录", "请输入地图左下坐标记录", "请输入地图右下坐标记录","是否开启瞬移"}, {M001[X], XX000, ZZ000, true},{"text", nil, nil, 勾选}) if vv==nil then gg.toast("取消") M001[X]="ID" 打开自定义() else if vv[2]==nil then gg.toast("参数缺失") 打开自定义() end if vv[3]==nil then gg.toast("参数缺失") 打开自定义() end M001[X]=vv[1] XX000=vv[2] ZZ000=vv[3] WJZDX("w+", sqwjx01, vv[1] .."\n"..vv[2] .."\n"..vv[3] ) if vv[4]==true then XX00=vv[2]+asjsio ZZ00=vv[3]+asjsio HSJNSY("ID:"..vv[1], XX00, 9, ZZ00) end end end 自定义表={} M001={} for items1=1, 30 do if M001[items1]==nil then M001[items1]=items1 end 自定义表[items1]="自定点["..M001[items1].."]" --return items1 end 自定义表[items1+1]="返回主页" end function 打开自定义() asjsio=math.random(-3, 3) local result = gg.choice(自定义表,{},"自定义记录将会进行永久储存!打开即可自动获取记录!") if 自定义表[result]=="返回主页" then Main() end if result then ATIEXTEL(result) end end ---------------------- function ba1() CXCX(600,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(6.5,E,-0x20) CXpy(5,E,0x20) CXxg(9999,E,-0x60,"人物防摔") end function ba2() CXCZ(600,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(6.5,E,-0x20) CXpy(5,E,0x20) CXxg(8,E,-0x60,"人物防摔") end function ba3() 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 ----------------------------内存和类型----------------------------- 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_ANONYMOUS 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 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 ghf() MOS(424, E,Ch+Ca+O) BXG( 0 , 0, E, "[官防]",false) end function gfh() MOS(211, E,Ch+Ca+O) BXG( 0 , 0, E, "[官防]",false) gg.toast("内存防封开启成功\n余林为您保驾护航") end function MOS(ss, lx, nc, dz1, dz2, lxl) mi = os.clock() gg.clearResults() gg.setRanges(nc) if Android11=="激活" then gg.setRanges(nc) end gg.searchNumber(ss, lx) local count = gg.getResultsCount() if count then local result = gg.getResults(count) jg = result end end function APY(num, py, flag) if #jg == 0 then else local mtp = {} for i, v in pairs(jg) do mtp[i] = {address = v.address + py , flags = flag} end mtp = gg.getValues(mtp) local result = {} for i, v in pairs(mtp) do if v.value == num then result[#result + 1] = jg[i] end end jg = result end end function FBPY(szp,py,lx) local mtpi = {} for i, v in pairs(jg) do mtpi[i] = {address = v.address + py , flags = lx} end mtpi = gg.getValues(mtpi) local resulti = {} for i, v in pairs(mtpi) do if v.value ~= szp then resulti[#resulti + 1] = jg[i] end end jg = resulti end function WPY(szp,py,lx) local mtpi = {} for i, v in pairs(jg) do mtpi[i] = {address = v.address + py , flags = lx} end mtpi = gg.getValues(mtpi) local resulti = {} for i, v in pairs(mtpi) do if v.value > szp then resulti[#resulti + 1] = jg[i] end end jg = resulti end function XPY(szp,py,lx) --py=py*4 local mtpi = {} for i, v in pairs(jg) do mtpi[i] = {address = v.address + py , flags = lx} end mtpi = gg.getValues(mtpi) local resulti = {} for i, v in pairs(mtpi) do if v.value < szp then resulti[#resulti + 1] = jg[i] end end jg = resulti end function BXG(num, py, flag, gn, dj) if #jg == 0 then gg.toast(gn.."开启失败\n特征码不匹配\n请查看开启失败说明!\n -- -- 久安 -- --") gg.refineAddress(FHOOK) gg.refineAddress(FHOOK) gg.clearResults() else local v1 = {} for i, v in pairs(jg) do v1[#v1 + 1] = {address = v.address + py , flags = flag, value = tonumber(num), freeze = dj} end gg.addListItems(v1) gg.setValues(v1) axo = string.format("%.1f",os.clock()-mi) gg.toast(gn.."开启成功\n共修改" ..#jg.."条数据\n耗时"..axo.."秒\n -- -- 久安 -- --") end end function ZSPY(py, flag) if #jg > 0 then local mtp = {} for i, v in pairs(jg) do mtp[i] = {address = v.address + py , flags = flag} end mtp = gg.getValues(mtp) local result = {} for i, v in pairs(mtp) do if tostring(v.value) == string.format("%.1f", v.value) then result[#result + 1] = jg[i] end end jg = result end end function DZZ(py, lx, valeadd) --获取偏移地址的值 if #jg == 0 then gg.toast("未搜索到数据!") else t = {} for i, v in pairs(jg) 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 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 -- -- 久安 -- --") 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 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 YC(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") YC(0.25) end GX="checkbox" ----------------------------偏移配置------------------------------- gg.clearResults() sj={} xgz={} function CXCX(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 CXpy(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 CXxg(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 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 CXdz(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 editData(qmnb,qmxg)gg.setVisible(false)gg.clearResults()qmnbv=qmnb[3]["value"]or qmnb[3][1]qmnbt=qmnb[3]["type"]or qmnb[3][2]qmnbn=qmnb[2]["name"]or qmnb[2][1]gg.setRanges(qmnb[1]["memory"]or qmnb[1][1])gg.searchNumber(qmnbv,qmnbt)gg.refineNumber(qmnbv,qmnbt)sz=gg.getResultCount()if sz==0 then gg.toast(qmnbn.."开启失败")else sl=gg.getResults(999999)for i=1,sz do pdsz=true for v=4,#qmnb do if pdsz==true then pysz={{}}pysz[1].address=sl[i].address+(qmnb[v]["offset"]or qmnb[v][2])pysz[1].flags=qmnb[v]["type"]or qmnb[v][3]szpy=gg.getValues(pysz)tzszpd=tostring(qmnb[v]["lv"]or qmnb[v][1]):gsub(",","")pyszpd=tostring(szpy[1].value):gsub(",","")if tzszpd==pyszpd then pdjg=true pdsz=true else pdjg=false pdsz=false end end end if pdjg==true then szpy=sl[i].address for x=1,#qmxg do xgsz=qmxg[x]["value"]or qmxg[x][1]xgpy=szpy+(qmxg[x]["offset"]or qmxg[x][2])xglx=qmxg[x]["type"]or qmxg[x][3]xgdj=qmxg[x]["freeze"]or qmxg[x][4]xg={{address=xgpy,flags=xglx,value=xgsz}}if xgdj==true then xg[1].freeze=xgdj gg.addListItems(xg)else gg.setValues(xg)end end xgjg=true end end if xgjg==true then gg.toast(qmnbn.."开启成功")else gg.toast(qmnbn.."开启失败")end end end -------------------------------------------------------------------------- Qr_Q9kmJhey='Main' gg.clearResults() sj={} xgz={} gg.toast("") 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 WXG(ss, lx, nc) mi = os.clock() gg.clearResults() gg.setRanges(nc) if true then gg.searchNumber(ss, lx) local count = gg.getResultsCount() if count then local result = gg.getResults(count) jg = result end end end function APY(num, py, flag) if #jg == 0 then else local mtp = {} for i, v in pairs(jg) do mtp[i] = {address = v.address + py, flags = flag} end mtp = gg.getValues(mtp) local result = {} for i, v in pairs(mtp) do if v.value == num then result[#result + 1] = jg[i] end end jg = result end end function FPYX(szp,py,lx) local mtpi = {} for i, v in pairs(jg) do mtpi[i] = {address = v.address + py, flags = lx} end mtpi = gg.getValues(mtpi) local resulti = {} for i, v in pairs(mtpi) do if v.value ~= szp then resulti[#resulti + 1] = jg[i] end end jg = resulti end function BXG(num, py, flag, gn, dj) if #jg == 0 then axo = string.format("%.1f",os.clock()-mi) gg.toast(gn.."开启失败\n无特征码\n耗时"..axo.."秒") else local v1 = {} for i, v in pairs(jg) do v1[#v1 + 1] = {address = v.address + py, flags = flag, value = tonumber(num), freeze = dj} end gg.addListItems(v1) gg.setValues(v1) axo = string.format("%.1f",os.clock()-mi) gg.toast(gn.."开启成功\n共修改" ..#jg.."条数据\n耗时"..axo.."秒") end end function WXG(ss, lx, nc) mi = os.clock() gg.clearResults() gg.setRanges(nc) if true then gg.searchNumber(ss, lx) local count = gg.getResultsCount() if count then local result = gg.getResults(count) jg = result end end end function APY(num, py, flag) if #jg == 0 then else local mtp = {} for i, v in pairs(jg) do mtp[i] = {address = v.address + py, flags = flag} end mtp = gg.getValues(mtp) local result = {} for i, v in pairs(mtp) do if v.value == num then result[#result + 1] = jg[i] end end jg = result end end --------↓↓判断偏移该地址的值不等于某个值 function FPYX(szp,py,lx) local mtpi = {} for i, v in pairs(jg) do mtpi[i] = {address = v.address + py, flags = lx} end mtpi = gg.getValues(mtpi) local resulti = {} for i, v in pairs(mtpi) do if v.value ~= szp then resulti[#resulti + 1] = jg[i] end end jg = resulti end ----------↑↑ function BXG(num, py, flag, gn, dj) if #jg == 0 then axo = string.format("%.1f",os.clock()-mi) gg.toast(gn.."开启失败\n无特征码\n耗时"..axo.."秒") else local v1 = {} for i, v in pairs(jg) do v1[#v1 + 1] = {address = v.address + py, flags = flag, value = tonumber(num), freeze = dj} end gg.addListItems(v1) gg.setValues(v1) axo = string.format("%.1f",os.clock()-mi) gg.toast(gn.."开启成功\n共修改" ..#jg.."条数据\n耗时"..axo.."秒") end end ----------------------------更新日记------------------------------- function GXRJ() gg.alert[[ 12月18日: 正式更新功能为64位功能(框架) ]] end ----------------------------功能源码------------------------------- Main0_tab={ "WQLX","HPLX","GWLX","YSLX","CWLX","MHLX","WFSY","CX0" } function Main0() while true do if gg.isVisible(true) then XGCK=1 gg.setVisible(false) end if XGCK==1 then local CX = gg.choice({ "『武器类型』",--1 "『和平类型』",--2 "『怪物类型』",--3 "『移速类型』",--4 "『宠物类型』",--5 "『美化类型』",--6 "『返回菜单』",--7 }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[Main0_tab[CX]]() end XGCK=-1 end end end WQLX_tab={ "a1","a2","a3","a4","a5","a6","Main0", } function WQLX() local CX = gg.choice({ "弓箭功能", "御剑功能", "镰刀功能", "狙弓功能", "枪械功能", "范围挖矿", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[WQLX_tab[CX]]() end XGCK=-1 end a1_tab={ "a11","z1","Main0", } function a1() local CX = gg.choice({ "弓箭追踪(1.145)", "自定义弓追", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[a1_tab[CX]]() end XGCK=-1 end function a11() B = gg.alert("[弓箭追踪]","[低]","[高]","[关闭]") if B == 1 then CXCX(900,E,Ca+O) CXpy(30,E,-720) CXxg(1.145,E,-1280,true,"弓箭追踪") end if B == 2 then CXCX(900,E,Ca+O) CXpy(30,E,-720) CXxg(2.125,E,-1280,true,"弓箭追踪") end if B == 3 then CXCX(900,E,Ca+O) CXpy(30,E,-720) CXxg(0.1,E,-1280,true,"弓箭追踪") end end function z1() vv = gg.prompt({f1='请输入自定义范围(1.1~8) '},{f1=''}) if vv == nil then gg.alert("你没有输入数值") a1() else CXCX(900,E,Ca+O) CXpy(30,E,-720) CXxg(vv['f1'],E,-1280,true,"自定义弓箭追踪") end end a2_tab={ "a21","Main0", } function a2() local CX = gg.choice({ "御剑免冷却", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[a2_tab[CX]]() end XGCK=-1 end function a21() CXCX(321.0,E,Ca+O) CXpy(-0.001,E,256) CXxg(0,E,-320,true,"御剑免冷却") end a3_tab={ "a31","a32","a33","a34","Main0", } function a3() local CX = gg.choice({ "范围挖矿免cd️", "范围挖矿距离️", "范围挖矿攻速️", "范围挖矿技能速度️", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[a3_tab[CX]]() end XGCK=-1 end function a31() gg.alert("开完法杖挖矿后,长按一下攻击键再开免冷却") CXCX(11.0,E,Ca+O) CXpy(-1,E,-240) CXpy(-1,E,-120) CXxg(0.01,E,-160,false,"范围挖矿免冷却") end function a32() gg.alert("先开启范围挖矿和免冷却") CXCX(5.0,E,Ca+O) CXpy(-1,E,-1480) CXpy(-1,E,-1240) CXxg(18,E,-1800,false,"范围挖矿范围扩大开启成功") end function a33() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber('6.0;6.8972634187E-314;1.3181837853478E-310::',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.searchNumber('6',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.getResults(99) gg.editAll('5',gg.TYPE_DOUBLE) gg.toast('范围挖矿攻速开启成功') gg.clearResults() end function a34() CXCX(1028443341,4,Ca+O) CXpy(25,D,28) CXpy(36,D, 80) CXxg(1.25,F,-8,true,"镰刀技能变速") end a4_tab={ "a41","a42","a43","a44","Main0", } function a4() local CX = gg.choice({ "狙弓减cd", "狙弓射程", "狙弓自瞄", "箭头秒到", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[a4_tab[CX]]() end XGCK=-1 end function aa41() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber('572X;1.2;25',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.searchNumber('1.2',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.getResults(99) gg.editAll('0',gg.TYPE_DOUBLE) gg.toast('50%') gg.clearResults() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber('572X;1.2;30',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.searchNumber('1.2',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.getResults(99) gg.editAll('0.98',gg.TYPE_DOUBLE) gg.toast('减CD') gg.clearResults() end function aa42() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber('572X;25;30',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.searchNumber('25;30',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.getResults(99) gg.editAll('60',gg.TYPE_DOUBLE) gg.toast('射程') gg.clearResults() end function aa43() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber('572X;0.1',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.searchNumber('0.1',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.getResults(99) gg.editAll('1',gg.TYPE_DOUBLE) gg.toast('自瞄') gg.clearResults() end function aa44() gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber('572X;45',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.searchNumber('45',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1) gg.getResults(99) gg.editAll('666',gg.TYPE_DOUBLE) gg.toast("秒到") gg.clearResults() end a5_tab={ "aa51","aa52","aa53","aa54","Main0", } function a5() gg.alert[[开启之前请那着枪械开启,否则没有效果]] local CX = gg.choice({ "枪械追踪", "枪械射程", "枪械射速", "子弹秒到", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[a5_tab[CX]]() end XGCK=-1 end function aa51() CXCX(0.12,E,Ca+O) CXxg(3.1258,E,0,"枪械追踪") end function aa52() CXCX(27,E,Ca+O) CXxg(100.13561,E,0,"枪械射程") end function aa53() CXCX(0.17,E,Ca+O) CXxg(0.1682,E,0,"枪械射速") end function aa54() CXCX(40,E,Ca+O) CXxg(86,E,0,"子弹秒到") end HPLX_tab={ "b1","b2","b3","b4","b5","b6","Main0", } function HPLX() local CX = gg.choice({ "角色高跳", "角色防摔", "水上行走", "全图游泳", "无限耐力", "遮挡信息", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[HPLX_tab[CX]]() end XGCK=-1 end function b1() pp = gg.prompt({kj9 = "请输入需要高跳的高度,20是正常跳跃高度\n\n最高别超过270"}, {kj9 = ""}) if pp == nil then gg.alert("你没有输入数值") Main0() else CXCX(378.0,E,Ca+O) CXpy(96.0,E,40) CXpy(283.0,E,240) CXxg(pp['kj9'],E,-5760,"人物高跳") end end function b2() CXCX(600.0,E,Ca+O) CXpy(6.5,E,-48) CXpy(3.0625,F,-92) CXpy(2.40625,F,-44) CXxg(9999,E,-144,"角色防摔") end function b3() CXCX(25.0,E,Ca+O) CXpy(500,E,320) CXxg(-0.2,E,-680,"水上行走") end function b4() B = gg.alert("[全图游泳]","[开启]","[关闭]") if B == 1 then CXCX(0.2,E,Ca+O) CXxg(30,E,0,"全图游泳") end if B == 2 then CXCX(0.2,E,Ca+O) CXxg(0.2,E,0,"全图游泳") end end function b5() vv = gg.prompt({kj10='[无限耐力]\n\n请输入你现在的耐力\n\n部分耐力值可能会无效果,如100,110,180这种常见整数,穿一个加耐力的护甲改变耐力再开即可\n\n或者开耐力秒回满功能'}, {kj10=""}) if vv == nil then Main0() else gg.clearResults() gg.setRanges(Ca+O) 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 end function b6() B = gg.alert("[遮挡信息]","[开启]","[关闭]") if B == 1 then setSize(20) setWidth(10) drawText("NIGOUYANNIGOUYAN", 240, 1070) drawText("NIGOUYANNIGOUYAN", 535, 30) end if B == 2 then removeAll() end end GWLX_tab={ "c1","c2","c3","c4","Main0", } function GWLX() local CX = gg.choice({ "普通定怪", "家园定怪", "怪物罚站", "免疫伤害", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[GWLX_tab[CX]]() end XGCK=-1 end function c1() B = gg.alert("[普通定怪]","[开启]","[关闭]") if B == 1 then CXCX(183,E,Ca+O) CXxg(180,E,0,"普通定怪") end if B == 2 then CXCX(180,E,Ca+O) CXxg(183,E,0,"普通定怪") end end function c2() B = gg.alert("[家园定怪]","[开启]","[关闭]") if B == 1 then CXCX(183,E,Ca+O) CXxg(180,E,0,"家园定怪") end if B == 2 then CXCX(180,E,Ca+O) CXxg(183,E,0,"家园定怪") end end function c3() CXCX(0.2,E,Ca+O) CXpy(9022.0,E,-176) CXxg(99.999,E,0,true,"怪物罚站") end function c4() CXCX(30000,D,Ca+O) CXpy(30000,D,-56) CXpy(0.25,F,-40) CXxg(-1,F,-104,true,"免疫伤害") end YSLX_tab={ "d11","d12","d13","d14","Main0", } function YSLX() local CX = gg.choice({ "低档加速", "中档加速", "高档加速", "附属加速", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[YSLX_tab[CX]]() end XGCK=-1 end function d11() gg.alert("不要上坐骑,概率导致封号") gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber("0.79~0.83F;55.0E", FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.79~0.83",FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)--设置修改前200个代码 gg.editAll("0.89", FLOAT) gg.toast("开启成功") gg.clearResults() end function d12() gg.alert("不要上坐骑,概率导致封号") gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber("0.79~0.83F;55.0E", FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.79~0.83",FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)--设置修改前200个代码 gg.editAll("0.995", FLOAT) gg.toast("开启成功") gg.clearResults() end function d13() gg.alert("不要上坐骑,概率导致封号") gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber("0.79~0.83F;55.0E", FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.79~0.83",FLOAT , false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)--设置修改前200个代码 gg.editAll("1.5", FLOAT) gg.toast("开启成功") gg.clearResults() end function d2() CXCX(0.8299999833106995,F,Ca+O) CXxg(0.95,F,0,"中档加速") end CWLX_tab={ "Main0", } function CWLX() gg.alert[[暂时还没有更新]] end MHLX_tab={ "f1","f2","f3","f4","Main0", } function MHLX() local CX = gg.choice({ "衣服美化", "武器美化", "载具美化", "物资美化", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[MHLX_tab[CX]]() end XGCK=-1 end f1_tab={ "CXTOU","CXNS","CXXIA","Tou_Nv","Shang_Nv","Xia_Nv","Fly","Fly_Nv","Main0", } function f1() local CX = gg.choice({ "美化男头饰", "美化男上衣", "美化男下装", "美化女头饰", "美化女上衣", "美化女下装", "美化男翅膀", "美化女翅膀", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[f1_tab[CX]]() end XGCK=-1 end Fly_Nvnum=0 function Fly_Nv() local CX = gg.multiChoice({ "游龙惊鸿","碧天之翼","精灵翅膀","孤月","夏夜回旋曲","花嫁纱","雪童子","恋心","冰霜水晶","墨竹弟弟","青峦染","天音","贝雅!登月","气球派对","微笑娃娃","绅士娃娃","逍遥客","流浪吉他","精灵鼠球","雪国精灵","萌兔出逃","樱花背包","鼻涕猪","书生行囊","贝雅书包","玉梅点灯","深渊盔甲","布偶熊","圣诞许愿铃","雨落莲花","莲韵团扇","蝶惑","月满玲珑","狐韵仙踪", '返回'}, nil, os.date("[翅膀]美化\n提示:请穿上[麻布一套]后再开启此功能\n\n当前可美化翅膀数量:34[全部]\n\n您本次启动科技已运行"..Fly_Nvnum.."次翅膀美化")) if CX == nil then else if CX[1] == true then TS=13872 Fly_Nvname="游龙惊鸿" Fly_NvMh() end if CX[2] == true then TS=13636 Fly_Nvname="碧天之翼" Fly_NvMh() end if CX[3] == true then TS=13804 Fly_Nvname="精灵翅膀" Fly_NvMh() end if CX[4] == true then TS=13955 Fly_Nvname="孤月" Fly_NvMh() end if CX[5] == true then TS=13925 Fly_Nvname="夏夜回旋曲" Fly_NvMh() end if CX[6] == true then TS=13665 Fly_Nvname="花嫁纱" Fly_NvMh() end if CX[7] == true then TS=13843 Fly_Nvname="雪童子" Fly_NvMh() end if CX[8] == true then TS=13882 Fly_Nvname="恋心" Fly_NvMh() end if CX[9] == true then TS=13601 Fly_Nvname="冰霜水晶" Fly_NvMh() end if CX[10] == true then TS=13723 Fly_Nvname="墨竹弟弟" Fly_NvMh() end if CX[11] == true then TS=13763 Fly_Nvname="青峦染" Fly_NvMh() end if CX[12] == true then TS=13947 Fly_Nvname="天音" Fly_NvMh() end if CX[13] == true then TS=13795 Fly_Nvname="贝雅!登月" Fly_NvMh() end if CX[14] == true then TS=13933 Fly_Nvname="气球派对" Fly_NvMh() end if CX[15] == true then TS=13893 Fly_Nvname="微笑娃娃" Fly_NvMh() end if CX[16] == true then TS=13891 Fly_Nvname="绅士娃娃" Fly_NvMh() end if CX[17] == true then TS=13735 Fly_Nvname="逍遥客" Fly_NvMh() end if CX[18] == true then TS=13620 Fly_Nvname="流浪吉他" Fly_NvMh() end if CX[19] == true then TS=13832 Fly_Nvname="精灵鼠球" Fly_NvMh() end if CX[20] == true then TS=13581 Fly_Nvname="雪国精灵" Fly_NvMh() end if CX[21] == true then TS=13688 Fly_Nvname="萌兔出逃" Fly_NvMh() end if CX[22] == true then TS=13700 Fly_Nvname="樱花背包" Fly_NvMh() end if CX[23] == true then TS=13706 Fly_Nvname="鼻涕猪" Fly_NvMh() end if CX[24] == true then TS=13680 Fly_Nvname="书生行囊" Fly_NvMh() end if CX[25] == true then TS=13874 Fly_Nvname="贝雅书包" Fly_NvMh() end if CX[26] == true then TS=13643 Fly_Nvname="玉梅点灯" Fly_NvMh() end if CX[27] == true then TS=13854 Fly_Nvname="深渊盔甲" Fly_NvMh() end if CX[28] == true then TS=13577 Fly_Nvname="布偶熊" Fly_NvMh() end if CX[29] == true then TS=13615 Fly_Nvname="圣诞许愿铃" Fly_NvMh() end if CX[30] == true then TS=13655 Fly_Nvname="雨落莲花" Fly_NvMh() end if CX[31] == true then TS=13671 Fly_Nvname="莲韵团扇" Fly_NvMh() end if CX[32] == true then TS=13907 Fly_Nvname="蝶惑" Fly_NvMh() end if CX[33] == true then TS=13555 Fly_Nvname="月满玲珑" Fly_NvMh() end if CX[34] == true then TS=13557 Fly_Nvname="狐韵仙踪" Fly_NvMh() end if CX[35] == true then CX8() end end XGCK=-1 end function Fly_NvMh() if Fly_Nvnum==0 then F = gg.alert("[翅膀美化]\n\n提示:检测到你是第一次开启美化\n\n请注意:必须穿上 [麻布衣一套] 后开启此功能拿弓开此功能", "[我已穿戴麻布一套]","[我现在去穿]") if F == 1 then CX(54.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,8) CXpy(-1,E,-16) CXxg(3,D,-8,true,"初始化") CXxg(TS,E,-16,true,Fly_Nvname) gg.toast(""..Fly_Nvname.."已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_8=TS Fly_Nvnum=Fly_Nvnum+1 end if F == 2 then CX8() end else CX(54.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,8) CXpy(JL_8,E,-16) CXxg(TS,E,-16,true,Fly_Nvname) gg.toast(""..Fly_Nvname.."已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_8=TS Fly_Nvnum=Fly_Nvnum+1 end end Flynum=0 function Fly() local CX = gg.multiChoice({ "游龙惊鸿","碧天之翼","精灵翅膀","孤月","夏夜回旋曲","花嫁纱","雪童子","恋心","冰霜水晶","墨竹弟弟","青峦染","天音","贝雅!登月","气球派对","微笑娃娃","绅士娃娃","逍遥客","流浪吉他","精灵鼠球","雪国精灵","萌兔出逃","樱花背包","鼻涕猪","书生行囊","贝雅书包","玉梅点灯","深渊盔甲","布偶熊","圣诞许愿铃","雨落莲花","莲韵团扇","蝶惑","月满玲珑","狐韵仙踪", '返回'}, nil, os.date("[翅膀]美化\n提示:请穿上[麻布一套]后再开启此功能\n\n当前可美化翅膀数量:34[全部]\n\n您本次启动科技已运行"..Flynum.."次翅膀美化")) if CX == nil then else if CX[1] == true then TS=13871 Flyname="游龙惊鸿" FlyMh() end if CX[2] == true then TS=13635 Flyname="碧天之翼" FlyMh() end if CX[3] == true then TS=13803 Flyname="精灵翅膀" FlyMh() end if CX[4] == true then TS=13954 Flyname="孤月" FlyMh() end if CX[5] == true then TS=13924 Flyname="夏夜回旋曲" FlyMh() end if CX[6] == true then TS=13664 Flyname="花嫁纱" FlyMh() end if CX[7] == true then TS=13842 Flyname="雪童子" FlyMh() end if CX[8] == true then TS=13881 Flyname="恋心" FlyMh() end if CX[9] == true then TS=13600 Flyname="冰霜水晶" FlyMh() end if CX[10] == true then TS=13722 Flyname="墨竹弟弟" FlyMh() end if CX[11] == true then TS=13762 Flyname="青峦染" FlyMh() end if CX[12] == true then TS=13946 Flyname="天音" FlyMh() end if CX[13] == true then TS=13794 Flyname="贝雅!登月" FlyMh() end if CX[14] == true then TS=13932 Flyname="气球派对" FlyMh() end if CX[15] == true then TS=13892 Flyname="微笑娃娃" FlyMh() end if CX[16] == true then TS=13890 Flyname="绅士娃娃" FlyMh() end if CX[17] == true then TS=13734 Flyname="逍遥客" FlyMh() end if CX[18] == true then TS=13619 Flyname="流浪吉他" FlyMh() end if CX[19] == true then TS=13831 Flyname="精灵鼠球" FlyMh() end if CX[20] == true then TS=13580 Flyname="雪国精灵" FlyMh() end if CX[21] == true then TS=13687 Flyname="萌兔出逃" FlyMh() end if CX[22] == true then TS=13699 Flyname="樱花背包" FlyMh() end if CX[23] == true then TS=13705 Flyname="鼻涕猪" FlyMh() end if CX[24] == true then TS=13679 Flyname="书生行囊" FlyMh() end if CX[25] == true then TS=13873 Flyname="贝雅书包" FlyMh() end if CX[26] == true then TS=13642 Flyname="玉梅点灯" FlyMh() end if CX[27] == true then TS=13853 Flyname="深渊盔甲" FlyMh() end if CX[28] == true then TS=13576 Flyname="布偶熊" FlyMh() end if CX[29] == true then TS=13614 Flyname="圣诞许愿铃" FlyMh() end if CX[30] == true then TS=13654 Flyname="雨落莲花" FlyMh() end if CX[31] == true then TS=13670 Flyname="莲韵团扇" FlyMh() end if CX[32] == true then TS=13906 Flyname="蝶惑" FlyMh() end if CX[33] == true then TS=13554 Flyname="月满玲珑" FlyMh() end if CX[34] == true then TS=13556 Flyname="狐韵仙踪" FlyMh() end if CX[35] == true then CX8() end end XGCK=-1 end function FlyMh() if Flynum==0 then F = gg.alert("[翅膀美化]\n\n提示:检测到你是第一次开启美化\n\n请注意:必须穿上 [麻布衣一套] 后开启此功能拿弓开此功能", "[我已穿戴麻布一套]","[我现在去穿]") if F == 1 then CX(54.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,8) CXpy(-1,E,-16) CXxg(3,D,-8,true,"初始化") CXxg(TS,E,-16,true,Flyname) gg.toast(""..Flyname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_7=TS Flynum=Flynum+1 end if F == 2 then CX8() end else CX(54.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,8) CXpy(JL_7,E,-16) CXxg(TS,E,-16,true,Flyname) gg.toast(""..Flyname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_7=TS Flynum=Flynum+1 end end Tou_Nvnum=0 function Tou_Nv() local CX = gg.multiChoice({ "金色耳机","蓝色耳机","黑色耳机","涂山苏苏","小红帽","独角兽","送福舞狮","梅花十三","思兼远望","夏日派对","童趣贝雅","蝶惑","莺歌蝶舞","圆舞曲","雪樱铃响","傲龙祥凤","海神苏苏","夏夜回旋曲","盛花","有凤来仪","暖冬绒线帽","希腊恋人","皇冠","花月映","夏日草帽","冷酷小丑","狐耳头巾","飞天","焰火法师","花嫁纱","贝雷帽","青柳新燕","恐龙帽","美人鱼之冠","孤月", '返回'},-- nil, os.date("[头饰]美化\n\n提示:请穿上[麻布一套]后再开启此功能\n\n当前可美化头饰数量:35\n如果没有你想要美化的头饰,可以去科技主页反馈\n\n您本次启动科技已运行"..Tou_Nvnum.."次头饰[女]美化")) if CX == nil then else if CX[1] == true then TS=13039 Tou_Nvname="金色耳机" Tou_NvMh() end if CX[2] == true then TS=13040 Tou_Nvname="蓝色耳机" Tou_NvMh() end if CX[3] == true then TS=13041 Tou_Nvname="黑色耳机" Tou_NvMh() end if CX[4] == true then TS=13746 Tou_Nvname="涂山苏苏" Tou_NvMh() end if CX[5] == true then TS=13326 Tou_Nvname="小红帽" Tou_NvMh() end if CX[6] == true then TS=13190 Tou_Nvname="独角兽" Tou_NvMh() end if CX[7] == true then TS=13348 Tou_Nvname="送福舞狮" Tou_NvMh() end if CX[8] == true then TS=13357 Tou_Nvname="梅花十三" Tou_NvMh() end if CX[9] == true then TS=13791 Tou_Nvname="思兼远望" Tou_NvMh() end if CX[10] == true then TS=13468 Tou_Nvname="夏日派对" Tou_NvMh() end if CX[11] == true then TS=13937 Tou_Nvname="童趣贝雅" Tou_NvMh() end if CX[12] == true then TS=13903 Tou_Nvname="蝶惑" Tou_NvMh() end if CX[13] == true then TS=13632 Tou_Nvname="莺歌蝶舞" Tou_NvMh() end if CX[14] == true then TS=13004 Tou_Nvname="圆舞曲" Tou_NvMh() end if CX[15] == true then TS=13839 Tou_Nvname="雪樱铃响" Tou_NvMh() end if CX[16] == true then TS=13868 Tou_Nvname="傲龙祥凤" Tou_NvMh() end if CX[17] == true then TS=13752 Tou_Nvname="海神苏苏" Tou_NvMh() end if CX[18] == true then TS=13921 Tou_Nvname="夏夜回旋曲" Tou_NvMh() end if CX[19] == true then TS=13781 Tou_Nvname="盛花" Tou_NvMh() end if CX[20] == true then TS=13148 Tou_Nvname="有凤来仪" Tou_NvMh() end if CX[21] == true then TS=13353 Tou_Nvname="暖冬绒线帽" Tou_NvMh() end if CX[22] == true then TS=13878 Tou_Nvname="希腊恋人" Tou_NvMh() end if CX[23] == true then TS=13124 Tou_Nvname="皇冠" Tou_NvMh() end if CX[24] == true then TS=13759 Tou_Nvname="花月映" Tou_NvMh() end if CX[25] == true then TS=13219 Tou_Nvname="夏日草帽" Tou_NvMh() end if CX[26] == true then TS=13402 Tou_Nvname="冷酷小丑" Tou_NvMh() end if CX[27] == true then TS=13846 Tou_Nvname="狐耳头巾" Tou_NvMh() end if CX[28] == true then TS=13943 Tou_Nvname="飞天" Tou_NvMh() end if CX[29] == true then TS=13223 Tou_Nvname="焰火法师" Tou_NvMh() end if CX[30] == true then TS=13661 Tou_Nvname="花嫁纱" Tou_NvMh() end if CX[31] == true then TS=13174 Tou_Nvname="贝雷帽" Tou_NvMh() end if CX[32] == true then TS=13408 Tou_Nvname="青柳新燕" Tou_NvMh() end if CX[33] == true then TS=12105 Tou_Nvname="恐龙帽" Tou_NvMh() end if CX[34] == true then TS=12401 Tou_Nvname="美人鱼之冠" Tou_NvMh() end if CX[35] == true then TS=13951 Tou_Nvname="孤月" Tou_NvMh() end if CX[36] == true then CX8() end end XGCK=-1 end function Tou_NvMh() if Tou_Nvnum==0 then F = gg.alert("[头饰美化]\n\n提示:检测到你是第一次开启[头饰]美化\n\n请注意:必须穿上 [麻布衣一套] 后开启此功能拿弓开此功能", "[我已穿戴麻布一套]","[我现在去穿]") if F == 1 then CX(31.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(12001,E,-16) CXxg(TS,E,-16,true,Tou_Nvname) gg.toast(""..Tou_Nvname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_4=TS Tou_Nvnum=Tou_Nvnum+1 end if F == 2 then CX8() end else CX(31.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(JL_4,E,-16) CXxg(TS,E,-16,true,Tou_Nvname) gg.toast(""..Tou_Nvname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_4=TS Tou_Nvnum=Tou_Nvnum+1 end end Xianum=0 function CXXIA() local CX = gg.multiChoice({ "海滩甜心","湛蓝星星","君临天下","黑天鹅","飞天","思兼远望","送福舞狮","独角兽","京都之夏","梨花雨","刺客`柒`","红枫","雪地奇遇","大灰狼","情定七夕","白月初","傲龙祥凤","清歌问月","青丘传说","圆舞曲","熊猫福福","蒸汽幻想","国潮时代","青春悦动","睡衣派对","潮流前线","黑夜传说下装","扑克皇族","甜蜜蜜","彼岸念君","剧院魅影","欢庆","贵族骑士","恐龙裤","梅花迎春","热血高校","未来星遇","思寒啾啾","甜心牛仔","美人鱼下装","自由印第安","莺歌蝶舞","夏日派对","玫瑰特警","童趣贝雅","焰火法师","桂香落","仲夏夜之梦","灵动密探","寒冬将领","阳光海员","街头小子","希腊恋人","深渊盔甲","世纪战士","森林妖精","孤月","炎夏","雨夜街头","赏金猎人","鹊桥仙","花嫁纱","紫罗兰誓言","花月映","雪樱铃响","北境晴冬","纯白","青柳新燕","桃花星","甜蜜炸弹","海神白月初","捣蛋鬼","狂欢","金蝶舞","夏夜回旋曲","古堡伯爵","紫秀牵情","魅影街头","舞会羊羊","蝶惑",--75 '返回'}, nil, os.date("[下装]美化\n\n提示:请穿上[麻布一套]后再开启此功能\n\n当前可美化下装数量:75\n如果没有你想要美化的下装,可以去科技主页反馈\n\n您本次启动科技已运行"..Xianum.."次下装美化")) if CX == nil then else if CX[1] == true then TS=13126 Xianame="海滩甜心" XiaMh() end if CX[2] == true then TS=13022 Xianame="湛蓝CX" XiaMh() end if CX[3] == true then TS=13135 Xianame="君临天下" XiaMh() end if CX[4] == true then TS=13070 Xianame="黑天鹅" XiaMh() end if CX[5] == true then TS=13942 Xianame="飞天" XiaMh() end if CX[6] == true then TS=13790 Xianame="思兼远望" XiaMh() end if CX[7] == true then TS=13362 Xianame="送福舞狮" XiaMh() end if CX[8] == true then TS=13189 Xianame="独角兽" XiaMh() end if CX[9] == true then TS=13199 Xianame="京都之夏" XiaMh() end if CX[10] == true then TS=13180 Xianame="梨花雨" XiaMh() end if CX[11] == true then TS=13356 Xianame="刺客`柒`" XiaMh() end if CX[12] == true then TS=13137 Xianame="红枫" XiaMh() end if CX[13] == true then TS=13153 Xianame="雪地奇遇" XiaMh() end if CX[14] == true then TS=13325 Xianame="大灰狼" XiaMh() end if CX[15] == true then TS=13215 Xianame="情定七夕" XiaMh() end if CX[16] == true then TS=13745 Xianame="白月初" XiaMh() end if CX[17] == true then TS=13867 Xianame="傲龙祥凤" XiaMh() end if CX[18] == true then TS=13014 Xianame="清歌问月" XiaMh() end if CX[19] == true then TS=13780 Xianame="青丘传说" XiaMh() end if CX[20] == true then TS=13003 Xianame="圆舞曲" XiaMh() end if CX[21] == true then TS=13423 Xianame="熊猫福福" XiaMh() end if CX[22] == true then TS=13443 Xianame="蒸汽幻想" XiaMh() end if CX[23] == true then TS=13695 Xianame="国潮时代" XiaMh() end if CX[24] == true then TS=13766 Xianame="青春悦动" XiaMh() end if CX[25] == true then TS=13814 Xianame="睡衣派对" XiaMh() end if CX[26] == true then TS=13507 Xianame="潮流前线" XiaMh() end if CX[27] == true then TS=13205 Xianame="黑夜传说下装" XiaMh() end if CX[28] == true then TS=13291 Xianame="扑克皇族" XiaMh() end if CX[29] == true then TS=13169 Xianame="甜蜜蜜" XiaMh() end if CX[30] == true then TS=13375 Xianame="彼岸念君" XiaMh() end if CX[31] == true then TS=13340 Xianame="剧院魅影" XiaMh() end if CX[32] == true then TS=13164 Xianame="欢庆" XiaMh() end if CX[33] == true then TS=13385 Xianame="贵族骑士" XiaMh() end if CX[34] == true then TS=12109 Xianame="恐龙裤" XiaMh() end if CX[35] == true then TS=13957 Xianame="梅花迎春" XiaMh() end if CX[36] == true then TS=13910 Xianame="热血高校" XiaMh() end if CX[37] == true then TS=13533 Xianame="未来星遇" XiaMh() end if CX[38] == true then TS=13958 Xianame="思寒啾啾" XiaMh() end if CX[39] == true then TS=13176 Xianame="甜心牛仔" XiaMh() end if CX[40] == true then TS=12421 Xianame="美人鱼下装" XiaMh() end if CX[41] == true then TS=13499 Xianame="自由印第安" XiaMh() end if CX[42] == true then TS=13631 Xianame="莺歌蝶舞" XiaMh() end if CX[43] == true then TS=13467 Xianame="夏日派对" XiaMh() end if CX[44] == true then TS=13047 Xianame="玫瑰特警" XiaMh() end if CX[45] == true then TS=13936 Xianame="童趣贝雅" XiaMh() end if CX[46] == true then TS=13222 Xianame="焰火法师" XiaMh() end if CX[47] == true then TS=13784 Xianame="桂香落" XiaMh() end if CX[48] == true then TS=13799 Xianame="仲夏夜之梦" XiaMh() end if CX[49] == true then TS=13728 Xianame="灵动密探" XiaMh() end if CX[50] == true then TS=13826 Xianame="寒冬将领" XiaMh() end if CX[51] == true then TS=13738 Xianame="阳光海员" XiaMh() end if CX[52] == true then TS=13449 Xianame="街头小子" XiaMh() end if CX[53] == true then TS=13877 Xianame="希腊恋人" XiaMh() end if CX[54] == true then TS=13849 Xianame="深渊盔甲" XiaMh() end if CX[55] == true then TS=13594 Xianame="世纪战士" XiaMh() end if CX[56] == true then TS=13523 Xianame="森林妖精" XiaMh() end if CX[57] == true then TS=13950 Xianame="孤月" XiaMh() end if CX[58] == true then TS=13120 Xianame="炎夏" XiaMh() end if CX[59] == true then TS=13674 Xianame="雨夜街头" XiaMh() end if CX[60] == true then TS=13569 Xianame="赏金猎人" XiaMh() end if CX[61] == true then TS=13517 Xianame="鹊桥仙" XiaMh() end if CX[62] == true then TS=13660 Xianame="花嫁纱" XiaMh() end if CX[63] == true then TS=13392 Xianame="紫罗兰誓言" XiaMh() end if CX[64] == true then TS=13758 Xianame="花月映" XiaMh() end if CX[65] == true then TS=13838 Xianame="雪樱铃响" XiaMh() end if CX[66] == true then TS=13606 Xianame="北境晴冬" XiaMh() end if CX[67] == true then TS=13020 Xianame="纯白" XiaMh() end if CX[68] == true then TS=13407 Xianame="青柳新燕" XiaMh() end if CX[69] == true then TS=13368 Xianame="桃花星" XiaMh() end if CX[70] == true then TS=13457 Xianame="甜蜜炸弹" XiaMh() end if CX[71] == true then TS=13751 Xianame="海神白月初" XiaMh() end if CX[72] == true then TS=13808 Xianame="捣蛋鬼" XiaMh() end if CX[73] == true then TS=13184 Xianame="狂欢" XiaMh() end if CX[74] == true then TS=13273 Xianame="金蝶舞" XiaMh() end if CX[75] == true then TS=13920 Xianame="夏夜回旋曲" XiaMh() end if CX[76] == true then TS=13711 Xianame="古堡伯爵" XiaMh() end if CX[77] == true then TS=13886 Xianame="紫秀牵情" XiaMh() end if CX[78] == true then TS=13646 Xianame="魅影街头" XiaMh() end if CX[79] == true then TS=13623 Xianame="舞会羊羊" XiaMh() end if CX[80] == true then TS=13902 Xianame="蝶惑" XiaMh() end if CX[81] == true then CX8() end end XGCK=-1 end function XiaMh() if Xianum==0 then F = gg.alert("[下装美化]\n\n提示:检测到你是第一次开启美化\n\n请注意:必须穿上 [麻布衣一套] 后开启此功能拿弓开此功能", "[我已穿戴麻布一套]","[我现在去穿]") if F == 1 then CX(33.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(12021,E,-16) CXxg(TS,E,-16,true,Xianame) gg.toast(""..Xianame.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_3=TS Xianum=Xianum+1 end if F == 2 then CX8() end else CX(33.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(JL_3,E,-16) CXxg(TS,E,-16,true,Xianame) gg.toast(""..Xianame.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_3=TS Xianum=Xianum+1 end end ounum=0 function CXTOU() local CX = gg.multiChoice({ "金色耳机","蓝色耳机","黑色耳机","白月初","大灰狼","独角兽","送福舞狮","刺客`柒`","思兼远望","夏日派对","童趣贝雅","蝶惑","莺歌蝶舞","君临天下","雪樱铃响","傲龙祥凤","海神白月初","夏夜回旋曲","盛花","玉兔","冷酷小丑","汪汪汪","皇冠","花月映","夏日草帽","希腊恋人","狐耳头巾","飞天","暖阳绒线帽","羽冠","贝雷帽","斗笠帽","疯狂兔子","焰火法师","赏金猎人","北境晴冬","乖乖宝","孤月","格纹画家师","萌兔出逃","棕熊绒帽","熊猫福福","精灵帽","喵喵耳机","捣蛋鬼","花嫁纱","月兔仙耳","寒冬将领","航海远征","圆舞曲","章鱼帽","牛骨帽","憨憨熊","紫秀牵情","森林妖精","樱花丸子","星星睡帽","魔术师礼帽","古堡伯爵","冒险家","幽冥判官","运动发带","蒸汽幻想","甜蜜炸弹","雨夜街头","仲夏夜之梦","贵族骑士","咕叽头套","深渊盔甲","青柳新燕","自由印第安","鹊桥仙","玉露云青","蝾螈头套","水果渔夫帽","狗狗耳","糊涂睡帽","桂香落","遮阳帽","阳光海员",--80 '返回'},-- nil, os.date("[头饰]美化\n\n提示:请穿上[麻布一套]后再开启此功能\n\n当前可美化头饰数量:80\n如果没有你想要美化的头饰,可以去科技主页反馈\n\n您本次启动科技已运行"..Tounum.."次头饰[男]美化")) if CX == nil then else if CX[1] == true then TS=13039 Touname="金色耳机" TouMh() end if CX[2] == true then TS=13040 Touname="蓝色耳机" TouMh() end if CX[3] == true then TS=13041 Touname="黑色耳机" TouMh() end if CX[4] == true then TS=13743 Touname="白月初" TouMh() end if CX[5] == true then TS=13323 Touname="大灰狼" TouMh() end if CX[6] == true then TS=13187 Touname="独角兽" TouMh() end if CX[7] == true then TS=13360 Touname="送福舞狮" TouMh() end if CX[8] == true then TS=13354 Touname="刺客`柒`" TouMh() end if CX[9] == true then TS=13788 Touname="思兼远望" TouMh() end if CX[10] == true then TS=13465 Touname="夏日派对" TouMh() end if CX[11] == true then TS=13934 Touname="童趣贝雅" TouMh() end if CX[12] == true then TS=13900 Touname="蝶惑" TouMh() end if CX[13] == true then TS=13629 Touname="莺歌蝶舞" TouMh() end if CX[14] == true then TS=13133 Touname="君临天下" TouMh() end if CX[15] == true then TS=13836 Touname="雪樱铃响" TouMh() end if CX[16] == true then TS=13865 Touname="傲龙祥凤" TouMh() end if CX[17] == true then TS=13749 Touname="海神白月初" TouMh() end if CX[18] == true then TS=13918 Touname="夏夜回旋曲" TouMh() end if CX[19] == true then TS=13780 Touname="盛花" TouMh() end if CX[20] == true then TS=13282 Touname="玉兔" TouMh() end if CX[21] == true then TS=13401 Touname="冷酷小丑" TouMh() end if CX[22] == true then TS=13314 Touname="汪汪汪" TouMh() end if CX[23] == true then TS=13123 Touname="皇冠" TouMh() end if CX[24] == true then TS=13756 Touname="花月映" TouMh() end if CX[25] == true then TS=13218 Touname="夏日草帽" TouMh() end if CX[26] == true then TS=13875 Touname="希腊恋人" TouMh() end if CX[27] == true then TS=13845 Touname="狐耳头巾" TouMh() end if CX[28] == true then TS=13940 Touname="飞天" TouMh() end if CX[29] == true then TS=13352 Touname="暖阳绒线帽" TouMh() end if CX[30] == true then TS=13364 Touname="羽冠" TouMh() end if CX[31] == true then TS=13173 Touname="贝雷帽" TouMh() end if CX[32] == true then TS=13341 Touname="斗笠帽" TouMh() end if CX[33] == true then TS=13389 Touname="疯狂兔子" TouMh() end if CX[34] == true then TS=13220 Touname="焰火法师" TouMh() end if CX[35] == true then TS=13567 Touname="赏金猎人" TouMh() end if CX[36] == true then TS=13604 Touname="北境晴冬" TouMh() end if CX[37] == true then TS=13503 Touname="乖乖宝" TouMh() end if CX[38] == true then TS=13948 Touname="孤月" TouMh() end if CX[39] == true then TS=13040 Touname="格纹画家师" TouMh() end if CX[40] == true then TS=13452 Touname="萌兔出逃" TouMh() end if CX[41] == true then TS=13578 Touname="棕熊绒帽" TouMh() end if CX[42] == true then TS=13421 Touname="熊猫福福" TouMh() end if CX[43] == true then TS=13602 Touname="精灵帽" TouMh() end if CX[44] == true then TS=13511 Touname="喵喵耳机" TouMh() end if CX[45] == true then TS=13806 Touname="捣蛋鬼" TouMh() end if CX[46] == true then TS=13658 Touname="花嫁纱" TouMh() end if CX[47] == true then TS=13545 Touname="月兔仙耳" TouMh() end if CX[48] == true then TS=13824 Touname="寒冬将领" TouMh() end if CX[49] == true then TS=13724 Touname="航海远征" TouMh() end if CX[50] == true then TS=13001 Touname="圆舞曲" TouMh() end if CX[51] == true then TS=13299 Touname="章鱼帽" TouMh() end if CX[52] == true then TS=13564 Touname="牛骨帽" TouMh() end if CX[53] == true then TS=13707 Touname="憨憨熊" TouMh() end if CX[54] == true then TS=13884 Touname="紫秀牵情" TouMh() end if CX[55] == true then TS=13521 Touname="森林妖精" TouMh() end if CX[56] == true then TS=13834 Touname="樱花丸子" TouMh() end if CX[57] == true then TS=13588 Touname="星星睡帽" TouMh() end if CX[58] == true then TS=13300 Touname="魔术师礼帽" TouMh() end if CX[59] == true then TS=13709 Touname="古堡伯爵" TouMh() end if CX[60] == true then TS=13245 Touname="冒险家" TouMh() end if CX[61] == true then TS=13427 Touname="幽冥判官" TouMh() end if CX[62] == true then TS=13439 Touname="运动发带" TouMh() end if CX[63] == true then TS=13441 Touname="蒸汽幻想" TouMh() end if CX[64] == true then TS=13455 Touname="甜蜜炸弹" TouMh() end if CX[65] == true then TS=13672 Touname="雨夜街头" TouMh() end if CX[66] == true then TS=13797 Touname="仲夏夜之梦" TouMh() end if CX[67] == true then TS=13383 Touname="贵族骑士" TouMh() end if CX[68] == true then TS=13776 Touname="咕叽头套" TouMh() end if CX[69] == true then TS=13847 Touname="深渊盔甲" TouMh() end if CX[70] == true then TS=13405 Touname="青柳新燕" TouMh() end if CX[71] == true then TS=13497 Touname="自由印第安" TouMh() end if CX[72] == true then TS=13515 Touname="鹊桥仙" TouMh() end if CX[73] == true then TS=13668 Touname="玉露云青" TouMh() end if CX[74] == true then TS=13774 Touname="蝾螈头套" TouMh() end if CX[75] == true then TS=13617 Touname="水果渔夫帽" TouMh() end if CX[76] == true then TS=13574 Touname="狗狗耳" TouMh() end if CX[77] == true then TS=13822 Touname="糊涂睡帽" TouMh() end if CX[78] == true then TS=13782 Touname="桂香落" TouMh() end if CX[79] == true then TS=13543 Touname="遮阳帽" TouMh() end if CX[80] == true then TS=13736 Touname="阳光海员" TouMh() end if CX[81] == true then CX8() end end XGCK=-1 end function TouMh() if Tounum==0 then F = gg.alert("[头饰美化]\n\n提示:检测到你是第一次开启[头饰]美化\n\n请注意:必须穿上 [麻布衣一套] 后开启此功能拿弓开此功能", "[我已穿戴麻布一套]","[我现在去穿]") if F == 1 then CX(31.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(12001,E,-16) CXxg(TS,E,-16,true,Touname) gg.toast(""..Touname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_1=TS Tounum=Tounum+1 end if F == 2 then CX8() end else CX(31.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(JL_1,E,-16) CXxg(TS,E,-16,true,Touname) gg.toast(""..Touname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_1=TS Tounum=Tounum+1 end end Shang_Nvnum=0 function Shang_Nv() local CX = gg.multiChoice({ "湛蓝星星","涂山苏苏","莺歌蝶舞","阳光海员","送福舞狮","独角兽","雪樱铃响","桃花星","傲龙祥凤","花月映","青柳新燕","孤月","黑天鹅","仲夏夜之梦","焰火法师","国潮时代","鹊桥仙","捣蛋鬼","北境晴冬","夏夜回旋曲","希腊恋人","海神白月初","萌兔出逃","广寒秋","恐龙衣","金蝶舞","花嫁纱","寒冬将领","圆舞曲","青丘传说","贵族骑士","海派甜心","纯白","紫秀牵情","思兼远望","雨夜街头","古堡伯爵","深渊盔甲","涟漪","赏金猎人","彼岸念君","扑克皇族","紫罗兰誓言","飞天","剧院魅影","黑夜传说上装","蝶惑","舞会羊羊","君临天下","欢庆","粽叶青青","甜蜜蜜","情定七夕","镜花水月","玫瑰特警","祥云瑞彩","青柠密语","森林妖精","世纪战士","狐韵仙踪","梨花雨","红枫","雪地奇遇","京都之夏","甜蜜炸弹","蓝莓熊","魅影街头","自由印第安","重午","未来星遇","雪国精灵","童趣贝雅","美人鱼上装","炎夏","纳坦秩序",--75 '返回'}, nil, os.date("[上衣]美化\n\n提示:请穿上[麻布一套]后再开启此功能\n\n当前可美化上衣数量:75\n如果没有你想要美化的上衣,可以去科技主页反馈\n\n您本次启动科技已运行"..Shang_Nvnum.."次上衣[女]美化")) if CX == nil then else if CX[1] == true then TS=13030 Shangname="湛蓝CX" Shang_NvMh() end if CX[2] == true then TS=13747 Shangname="涂山苏苏" Shang_NvMh() end if CX[3] == true then TS=13633 Shangname="莺歌蝶舞" Shang_NvMh() end if CX[4] == true then TS=13740 Shangname="阳光海员" Shang_NvMh() end if CX[5] == true then TS=13349 Shangname="送福舞狮" Shang_NvMh() end if CX[6] == true then TS=13191 Shangname="独角兽" Shang_NvMh() end if CX[7] == true then TS=13840 Shangname="雪樱铃响" Shang_NvMh() end if CX[8] == true then TS=13370 Shangname="桃花星" Shang_NvMh() end if CX[9] == true then TS=13869 Shangname="傲龙祥凤" Shang_NvMh() end if CX[10] == true then TS=13760 Shangname="花月映" Shang_NvMh() end if CX[11] == true then TS=13409 Shangname="青柳新燕" Shang_NvMh() end if CX[12] == true then TS=13952 Shangname="孤月" Shang_NvMh() end if CX[13] == true then TS=13071 Shangname="黑天鹅" Shang_NvMh() end if CX[14] == true then TS=13801 Shangname="仲夏夜之梦" Shang_NvMh() end if CX[15] == true then TS=13224 Shangname="焰火法师" Shang_NvMh() end if CX[16] == true then TS=13697 Shangname="国潮时代" Shang_NvMh() end if CX[17] == true then TS=13519 Shangname="鹊桥仙" Shang_NvMh() end if CX[18] == true then TS=13810 Shangname="捣蛋鬼" Shang_NvMh() end if CX[19] == true then TS=13608 Shangname="北境晴冬" Shang_NvMh() end if CX[20] == true then TS=13923 Shangname="夏夜回旋曲" Shang_NvMh() end if CX[21] == true then TS=13879 Shangname="希腊恋人" Shang_NvMh() end if CX[22] == true then TS=13753 Shangname="海神白月初" Shang_NvMh() end if CX[23] == true then TS=13685 Shangname="萌兔出逃" Shang_NvMh() end if CX[24] == true then TS=13552 Shangname="广寒秋" Shang_NvMh() end if CX[25] == true then TS=12108 Shangname="恐龙衣" Shang_NvMh() end if CX[26] == true then TS=13275 Shangname="金蝶舞" Shang_NvMh() end if CX[27] == true then TS=13662 Shangname="花嫁纱" Shang_NvMh() end if CX[28] == true then TS=13828 Shangname="寒冬将领" Shang_NvMh() end if CX[29] == true then TS=13005 Shangname="圆舞曲" Shang_NvMh() end if CX[30] == true then TS=13960 Shangname="思寒湫湫" Shang_NvMh() end if CX[31] == true then TS=13398 Shangname="贵族骑士" Shang_NvMh() end if CX[32] == true then TS=13127 Shangname="海派甜心" Shang_NvMh() end if CX[33] == true then TS=13089 Shangname="纯白" Shang_NvMh() end if CX[34] == true then TS=13888 Shangname="紫秀牵情" Shang_NvMh() end if CX[35] == true then TS=13792 Shangname="思兼远望" Shang_NvMh() end if CX[36] == true then TS=13676 Shangname="雨夜街头" Shang_NvMh() end if CX[37] == true then TS=13713 Shangname="古堡伯爵" Shang_NvMh() end if CX[38] == true then TS=13851 Shangname="深渊盔甲" Shang_NvMh() end if CX[39] == true then TS=13720 Shangname="涟漪" Shang_NvMh() end if CX[40] == true then TS=13816 Shangname="睡衣派对" Shang_NvMh() end if CX[41] == true then TS=13377 Shangname="彼岸念君" Shang_NvMh() end if CX[42] == true then TS=13290 Shangname="扑克皇族" Shang_NvMh() end if CX[43] == true then TS=13394 Shangname="紫罗兰誓言" Shang_NvMh() end if CX[44] == true then TS=13944 Shangname="飞天" Shang_NvMh() end if CX[45] == true then TS=13346 Shangname="剧院魅影" Shang_NvMh() end if CX[46] == true then TS=13204 Shangname="黑夜传说上装" Shang_NvMh() end if CX[47] == true then TS=13904 Shangname="蝶惑" Shang_NvMh() end if CX[48] == true then TS=13625 Shangname="舞会羊羊" Shang_NvMh() end if CX[49] == true then TS=13662 Shangname="花嫁纱" Shang_NvMh() end if CX[50] == true then TS=13258 Shangname="欢庆" Shang_NvMh() end if CX[51] == true then TS=13477 Shangname="粽叶青青" Shang_NvMh() end if CX[52] == true then TS=13171 Shangname="甜蜜蜜" Shang_NvMh() end if CX[53] == true then TS=13216 Shangname="情定七夕" Shang_NvMh() end if CX[54] == true then TS=13296 Shangname="镜花水月" Shang_NvMh() end if CX[55] == true then TS=13048 Shangname="玫瑰特警" Shang_NvMh() end if CX[56] == true then TS=13311 Shangname="祥云瑞彩" Shang_NvMh() end if CX[57] == true then TS=13321 Shangname="青柠密语" Shang_NvMh() end if CX[58] == true then TS=13525 Shangname="森林妖精" Shang_NvMh() end if CX[59] == true then TS=13596 Shangname="世纪战士" Shang_NvMh() end if CX[60] == true then TS=13562 Shangname="狐韵仙踪" Shang_NvMh() end if CX[61] == true then TS=13181 Shangname="梨花雨" Shang_NvMh() end if CX[62] == true then TS=13138 Shangname="红枫" Shang_NvMh() end if CX[63] == true then TS=13155 Shangname="雪地奇遇" Shang_NvMh() end if CX[64] == true then TS=13201 Shangname="京都之夏" Shang_NvMh() end if CX[65] == true then TS=13459 Shangname="甜蜜炸弹" Shang_NvMh() end if CX[66] == true then TS=13639 Shangname="鸿运迎新" Shang_NvMh() end if CX[67] == true then TS=13648 Shangname="魅影街头" Shang_NvMh() end if CX[68] == true then TS=13501 Shangname="自由印第安" Shang_NvMh() end if CX[69] == true then TS=13195 Shangname="重午" Shang_NvMh() end if CX[70] == true then TS=13535 Shangname="未来星遇" Shang_NvMh() end if CX[71] == true then TS=13586 Shangname="雪国精灵" Shang_NvMh() end if CX[72] == true then TS=13938 Shangname="童趣贝雅" Shang_NvMh() end if CX[73] == true then TS=12411 Shangname="美人鱼上装" Shang_NvMh() end if CX[74] == true then TS=13121 Shangname="炎夏" Shang_NvMh() end if CX[75] == true then TS=12345 Shangname="纳坦秩序" Shang_NvMh() end if CX[76] == true then CX8() end end XGCK=-1 end function Shang_NvMh() if Shangnum==0 then F = gg.alert("[上装美化]\n\n提示:检测到你是第一次开启美化\n\n请注意:必须穿上 [麻布衣一套] 后开启此功能拿弓开此功能", "[我已穿戴麻布一套]","[我现在去穿]") if F == 1 then CX(32.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(12011,E,-16)--48 CXxg(TS,E,-16,true,Shangname)--48 gg.toast(""..Shangname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_5=TS Shang_Nvnum=Shang_Nvnum+1 end if F == 2 then CX8() end else CX(31.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(JL_5,E,-16)--48 CXxg(TS,E,-16,true,Shangname)--48 gg.toast(""..Shangname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_5=TS Shang_Nvnum=Shang_Nvnum+1 end end Xia_Nvnum=0 function Xia_Nv() local CX = gg.multiChoice({ "湛蓝星星","涂山苏苏","莺歌蝶舞","阳光海员","送福舞狮","独角兽","雪樱铃响","桃花星","傲龙祥凤","花月映","青柳新燕","孤月","黑天鹅","仲夏夜之梦","焰火法师","国潮时代","鹊桥仙","捣蛋鬼","北境晴冬","夏夜回旋曲","希腊恋人","海神白月初","萌兔出逃","广寒秋","恐龙衣","金蝶舞","花嫁纱","寒冬将领","圆舞曲","青丘传说","贵族骑士","海派甜心","纯白","紫秀牵情","思兼远望","雨夜街头","古堡伯爵","深渊盔甲","涟漪","赏金猎人","彼岸念君","扑克皇族","紫罗兰誓言","飞天","剧院魅影","黑夜传说上装","蝶惑","舞会羊羊","君临天下","欢庆","粽叶青青","甜蜜蜜","情定七夕","镜花水月","玫瑰特警","祥云瑞彩","青柠密语","森林妖精","世纪战士","狐韵仙踪","梨花雨","红枫","雪地奇遇","京都之夏","甜蜜炸弹","蓝莓熊","魅影街头","自由印第安","重午","未来星遇","雪国精灵","童趣贝雅","美人鱼上装","炎夏","纳坦秩序",--75 '返回'}, nil, os.date("[下装]美化\n\n提示:请穿上[麻布一套]后再开启此功能\n\n当前可美化下装数量:75\n如果没有你想要美化的下装,可以去科技主页反馈\n\n您本次启动科技已运行"..Xia_Nvnum.."次下装美化")) if CX == nil then else if CX[1] == true then TS=13031 Xia_Nvname="湛蓝CX" Xia_NvMh() end if CX[2] == true then TS=13748 Xia_Nvname="涂山苏苏" Xia_NvMh() end if CX[3] == true then TS=13634 Xia_Nvname="莺歌蝶舞" Xia_NvMh() end if CX[4] == true then TS=13741 Xia_Nvname="阳光海员" Xia_NvMh() end if CX[5] == true then TS=13350 Xia_Nvname="送福舞狮" Xia_NvMh() end if CX[6] == true then TS=13192 Xia_Nvname="独角兽" Xia_NvMh() end if CX[7] == true then TS=13841 Xia_Nvname="雪樱铃响" Xia_NvMh() end if CX[8] == true then TS=13371 Xia_Nvname="桃花星" Xia_NvMh() end if CX[9] == true then TS=13870 Xia_Nvname="傲龙祥凤" Xia_NvMh() end if CX[10] == true then TS=13761 Xia_Nvname="花月映" Xia_NvMh() end if CX[11] == true then TS=13410 Xia_Nvname="青柳新燕" Xia_NvMh() end if CX[12] == true then TS=13953 Xia_Nvname="孤月" Xia_NvMh() end if CX[13] == true then TS=13072 Xia_Nvname="黑天鹅" Xia_NvMh() end if CX[14] == true then TS=13802 Xia_Nvname="仲夏夜之梦" Xia_NvMh() end if CX[15] == true then TS=13225 Xia_Nvname="焰火法师" Xia_NvMh() end if CX[16] == true then TS=13698 Xia_Nvname="国潮时代" Xia_NvMh() end if CX[17] == true then TS=13520 Xia_Nvname="鹊桥仙" Xia_NvMh() end if CX[18] == true then TS=13811 Xia_Nvname="捣蛋鬼" Xia_NvMh() end if CX[19] == true then TS=13609 Xia_Nvname="北境晴冬" Xia_NvMh() end if CX[20] == true then TS=13924 Xia_Nvname="夏夜回旋曲" Xia_NvMh() end if CX[21] == true then TS=13880 Xia_Nvname="希腊恋人" Xia_NvMh() end if CX[22] == true then TS=13754 Xia_Nvname="海神白月初" Xia_NvMh() end if CX[23] == true then TS=13686 Xia_Nvname="萌兔出逃" Xia_NvMh() end if CX[24] == true then TS=13553 Xia_Nvname="广寒秋" Xia_NvMh() end if CX[25] == true then TS=12109 Xia_Nvname="恐龙衣" Xia_NvMh() end if CX[26] == true then TS=13276 Xia_Nvname="金蝶舞" Xia_NvMh() end if CX[27] == true then TS=13663 Xia_Nvname="花嫁纱" Xia_NvMh() end if CX[28] == true then TS=13829 Xia_Nvname="寒冬将领" Xia_NvMh() end if CX[29] == true then TS=13006 Xia_Nvname="圆舞曲" Xia_NvMh() end if CX[30] == true then TS=13961 Xia_Nvname="思寒湫湫" Xia_NvMh() end if CX[31] == true then TS=13399 Xia_Nvname="贵族骑士" Xia_NvMh() end if CX[32] == true then TS=13129 Xia_Nvname="海派甜心" Xia_NvMh() end if CX[33] == true then TS=13090 Xia_Nvname="纯白" Xia_NvMh() end if CX[34] == true then TS=13889 Xia_Nvname="紫秀牵情" Xia_NvMh() end if CX[35] == true then TS=13793 Xia_Nvname="思兼远望" Xia_NvMh() end if CX[36] == true then TS=13677 Xia_Nvname="雨夜街头" Xia_NvMh() end if CX[37] == true then TS=13714 Xia_Nvname="古堡伯爵" Xia_NvMh() end if CX[38] == true then TS=13852 Xia_Nvname="深渊盔甲" Xia_NvMh() end if CX[39] == true then TS=13721 Xia_Nvname="涟漪" Xia_NvMh() end if CX[40] == true then TS=13817 Xia_Nvname="睡衣派对" Xia_NvMh() end if CX[41] == true then TS=13378 Xia_Nvname="彼岸念君" Xia_NvMh() end if CX[42] == true then TS=13291 Xia_Nvname="扑克皇族" Xia_NvMh() end if CX[43] == true then TS=13395 Xia_Nvname="紫罗兰誓言" Xia_NvMh() end if CX[44] == true then TS=13945 Xia_Nvname="飞天" Xia_NvMh() end if CX[45] == true then TS=13347 Xia_Nvname="剧院魅影" Xia_NvMh() end if CX[46] == true then TS=13205 Xia_Nvname="黑夜传说上装" Xia_NvMh() end if CX[47] == true then TS=13905 Xia_Nvname="蝶惑" Xia_NvMh() end if CX[48] == true then TS=13626 Xia_Nvname="舞会羊羊" Xia_NvMh() end if CX[49] == true then TS=13663 Xia_Nvname="花嫁纱" Xia_NvMh() end if CX[50] == true then TS=13259 Xia_Nvname="欢庆" Xia_NvMh() end if CX[51] == true then TS=13478 Xia_Nvname="粽叶青青" Xia_NvMh() end if CX[52] == true then TS=13172 Xia_Nvname="甜蜜蜜" Xia_NvMh() end if CX[53] == true then TS=13217 Xia_Nvname="情定七夕" Xia_NvMh() end if CX[54] == true then TS=13297 Xia_Nvname="镜花水月" Xia_NvMh() end if CX[55] == true then TS=13049 Xia_Nvname="玫瑰特警" Xia_NvMh() end if CX[56] == true then TS=13312 Xia_Nvname="祥云瑞彩" Xia_NvMh() end if CX[57] == true then TS=13322 Xia_Nvname="青柠密语" Xia_NvMh() end if CX[58] == true then TS=13526 Xia_Nvname="森林妖精" Xia_NvMh() end if CX[59] == true then TS=13597 Xia_Nvname="世纪战士" Xia_NvMh() end if CX[60] == true then TS=13563 Xia_Nvname="狐韵仙踪" Xia_NvMh() end if CX[61] == true then TS=13182 Xia_Nvname="梨花雨" Xia_NvMh() end if CX[62] == true then TS=13139 Xia_Nvname="红枫" Xia_NvMh() end if CX[63] == true then TS=13156 Xia_Nvname="雪地奇遇" Xia_NvMh() end if CX[64] == true then TS=13202 Xia_Nvname="京都之夏" Xia_NvMh() end if CX[65] == true then TS=13460 Xia_Nvname="甜蜜炸弹" Xia_NvMh() end if CX[66] == true then TS=13640 Xia_Nvname="鸿运迎新" Xia_NvMh() end if CX[67] == true then TS=13649 Xia_Nvname="魅影街头" Xia_NvMh() end if CX[68] == true then TS=13502 Xia_Nvname="自由印第安" Xia_NvMh() end if CX[69] == true then TS=13196 Xia_Nvname="重午" Xia_NvMh() end if CX[70] == true then TS=13536 Xia_Nvname="未来星遇" Xia_NvMh() end if CX[71] == true then TS=13587 Xia_Nvname="雪国精灵" Xia_NvMh() end if CX[72] == true then TS=13939 Xia_Nvname="童趣贝雅" Xia_NvMh() end if CX[73] == true then TS=12411 Xia_Nvname="美人鱼上装" Xia_NvMh() end if CX[74] == true then TS=13122 Xia_Nvname="炎夏" Xia_NvMh() end if CX[75] == true then TS=12346 Xia_Nvname="纳坦秩序" Xia_NvMh() end if CX[76] == true then CX8() end end XGCK=-1 end function Xia_NvMh() if Xianum==0 then F = gg.alert("[下装美化]\n\n提示:检测到你是第一次开启美化\n\n请注意:必须穿上 [麻布衣一套] 后开启此功能拿弓开此功能", "[我已穿戴麻布一套]","[我现在去穿]") if F == 1 then CX(33.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(12021,E,-16) CXxg(TS,E,-16,true,Xia_Nvname) gg.toast(""..Xia_Nvname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_6=TS Xia_Nvnum=Xia_Nvnum+1 end if F == 2 then CX8() end else CX(33.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(JL_6,E,-16) CXxg(TS,E,-16,true,Xia_Nvname) gg.toast(""..Xia_Nvname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_6=TS Xia_Nvnum=Xia_Nvnum+1 end end Shangnum=0 function CXNS() local CX = gg.multiChoice({ "湛蓝星星","白月初","莺歌蝶舞","大灰狼","送福舞狮","独角兽","雪樱铃响","桃花星","傲龙祥凤","花月映","青柳新燕","孤月","黑天鹅","仲夏夜之梦","焰火法师","刺客`柒`","鹊桥仙","捣蛋鬼","北境晴冬","夏夜回旋曲","希腊恋人","海神白月初","萌兔出逃","广寒秋","恐龙衣","金蝶舞","花嫁纱","寒冬将领","圆舞曲","青丘传说","贵族骑士","海派甜心","纯白","紫秀牵情","思兼远望","雨夜街头","古堡伯爵","深渊盔甲","涟漪","赏金猎人","彼岸念君","扑克皇族","紫罗兰誓言","飞天","剧院魅影","黑夜传说上装","蝶惑","舞会羊羊","君临天下","欢庆","粽叶青青","甜蜜蜜","情定七夕","镜花水月","玫瑰特警","祥云瑞彩","青柠密语","森林妖精","世纪战士","狐韵仙踪","梨花雨","红枫","雪地奇遇","京都之夏","甜蜜炸弹","蓝莓熊","魅影街头","清歌问月","重午","未来星遇","雪国精灵","童趣贝雅","美人鱼上装","炎夏","纳坦秩序",--75 '返回'}, nil, os.date("[上衣]美化\n\n提示:请穿上[麻布一套]后再开启此功能\n\n当前可美化上衣数量:75\n如果没有你想要美化的上衣,可以去科技主页反馈\n\n您本次启动科技已运行"..Shangnum.."次上衣[男]美化")) if CX == nil then else if CX[1] == true then TS=13021 Shangname="湛蓝CX" ShangMh() end if CX[2] == true then TS=13744 Shangname="白月初" ShangMh() end if CX[3] == true then TS=13630 Shangname="莺歌蝶舞" ShangMh() end if CX[4] == true then TS=13324 Shangname="大灰狼" ShangMh() end if CX[5] == true then TS=13361 Shangname="送福舞狮" ShangMh() end if CX[6] == true then TS=13188 Shangname="独角兽" ShangMh() end if CX[7] == true then TS=13837 Shangname="雪樱铃响" ShangMh() end if CX[8] == true then TS=13367 Shangname="桃花星" ShangMh() end if CX[9] == true then TS=13866 Shangname="傲龙祥凤" ShangMh() end if CX[10] == true then TS=13757 Shangname="花月映" ShangMh() end if CX[11] == true then TS=13406 Shangname="青柳新燕" ShangMh() end if CX[12] == true then TS=13949 Shangname="孤月" ShangMh() end if CX[13] == true then TS=13069 Shangname="黑天鹅" ShangMh() end if CX[14] == true then TS=13798 Shangname="仲夏夜之梦" ShangMh() end if CX[15] == true then TS=13221 Shangname="焰火法师" ShangMh() end if CX[16] == true then TS=13355 Shangname="刺客`柒`" ShangMh() end if CX[17] == true then TS=13516 Shangname="鹊桥仙" ShangMh() end if CX[18] == true then TS=13807 Shangname="捣蛋鬼" ShangMh() end if CX[19] == true then TS=13780 Shangname="北境晴冬" ShangMh() end if CX[20] == true then TS=13605 Shangname="夏夜回旋曲" ShangMh() end if CX[21] == true then TS=13876 Shangname="希腊恋人" ShangMh() end if CX[22] == true then TS=13750 Shangname="海神白月初" ShangMh() end if CX[23] == true then TS=13682 Shangname="萌兔出逃" ShangMh() end if CX[24] == true then TS=13549 Shangname="广寒秋" ShangMh() end if CX[25] == true then TS=12108 Shangname="恐龙衣" ShangMh() end if CX[26] == true then TS=13272 Shangname="金蝶舞" ShangMh() end if CX[27] == true then TS=13659 Shangname="花嫁纱" ShangMh() end if CX[28] == true then TS=13825 Shangname="寒冬将领" ShangMh() end if CX[29] == true then TS=13002 Shangname="圆舞曲" ShangMh() end if CX[30] == true then TS=13013 Shangname="青丘传说" ShangMh() end if CX[31] == true then TS=13384 Shangname="贵族骑士" ShangMh() end if CX[32] == true then TS=13125 Shangname="海派甜心" ShangMh() end if CX[33] == true then TS=13019 Shangname="纯白" ShangMh() end if CX[34] == true then TS=13885 Shangname="紫秀牵情" ShangMh() end if CX[35] == true then TS=13789 Shangname="思兼远望" ShangMh() end if CX[36] == true then TS=13673 Shangname="雨夜街头" ShangMh() end if CX[37] == true then TS=13710 Shangname="古堡伯爵" ShangMh() end if CX[38] == true then TS=13848 Shangname="深渊盔甲" ShangMh() end if CX[39] == true then TS=13717 Shangname="涟漪" ShangMh() end if CX[40] == true then TS=13568 Shangname="赏金猎人" ShangMh() end if CX[41] == true then TS=13374 Shangname="彼岸念君" ShangMh() end if CX[42] == true then TS=13290 Shangname="扑克皇族" ShangMh() end if CX[43] == true then TS=13391 Shangname="紫罗兰誓言" ShangMh() end if CX[44] == true then TS=13941 Shangname="飞天" ShangMh() end if CX[45] == true then TS=13339 Shangname="剧院魅影" ShangMh() end if CX[46] == true then TS=13204 Shangname="黑夜传说上装" ShangMh() end if CX[47] == true then TS=13901 Shangname="蝶惑" ShangMh() end if CX[48] == true then TS=13622 Shangname="舞会羊羊" ShangMh() end if CX[49] == true then TS=13134 Shangname="君临天下" ShangMh() end if CX[50] == true then TS=13163 Shangname="欢庆" ShangMh() end if CX[51] == true then TS=13474 Shangname="粽叶青青" ShangMh() end if CX[52] == true then TS=13168 Shangname="甜蜜蜜" ShangMh() end if CX[53] == true then TS=13214 Shangname="情定七夕" ShangMh() end if CX[54] == true then TS=13294 Shangname="镜花水月" ShangMh() end if CX[55] == true then TS=13046 Shangname="玫瑰特警" ShangMh() end if CX[56] == true then TS=13308 Shangname="祥云瑞彩" ShangMh() end if CX[57] == true then TS=13318 Shangname="青柠密语" ShangMh() end if CX[58] == true then TS=13522 Shangname="森林妖精" ShangMh() end if CX[59] == true then TS=13593 Shangname="世纪战士" ShangMh() end if CX[60] == true then TS=13559 Shangname="狐韵仙踪" ShangMh() end if CX[61] == true then TS=13179 Shangname="梨花雨" ShangMh() end if CX[62] == true then TS=13136 Shangname="红枫" ShangMh() end if CX[63] == true then TS=13152 Shangname="雪地奇遇" ShangMh() end if CX[64] == true then TS=13198 Shangname="京都之夏" ShangMh() end if CX[65] == true then TS=13456 Shangname="甜蜜炸弹" ShangMh() end if CX[66] == true then TS=13434 Shangname="蓝莓熊" ShangMh() end if CX[67] == true then TS=13645 Shangname="魅影街头" ShangMh() end if CX[68] == true then TS=13284 Shangname="清歌问月" ShangMh() end if CX[69] == true then TS=13193 Shangname="重午" ShangMh() end if CX[70] == true then TS=13532 Shangname="未来星遇" ShangMh() end if CX[71] == true then TS=13583 Shangname="雪国精灵" ShangMh() end if CX[72] == true then TS=13935 Shangname="童趣贝雅" ShangMh() end if CX[73] == true then TS=12411 Shangname="美人鱼上装" ShangMh() end if CX[74] == true then TS=13119 Shangname="炎夏" ShangMh() end if CX[75] == true then TS=12345 Shangname="纳坦秩序" ShangMh() end if CX[76] == true then CX8() end end XGCK=-1 end function ShangMh() if Shangnum==0 then F = gg.alert("[上装美化]\n\n提示:检测到你是第一次开启美化\n\n请注意:必须穿上 [麻布衣一套] 后开启此功能拿弓开此功能", "[我已穿戴麻布一套]","[我现在去穿]") if F == 1 then CX(32.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(12011,E,-16)--48 CXxg(TS,E,-16,true,Shangname)--48 gg.toast(""..Shangname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_2=TS Shangnum=Shangnum+1 end if F == 2 then CX8() end else CX(32.0,E,gg.REGION_C_ALLOC+gg.REGION_OTHER) CXpy(3,D,-8) CXpy(JL_2,E,-16)--48 CXxg(TS,E,-16,true,Shangname)--48 gg.toast(""..Shangname.."美化已开启成功,共修改"..#z.."个数据\n请开关衣柜刷新即可") JL_2=TS Shangnum=Shangnum+1 end end f2_tab={ "f21","f22","f23","f24","Main0", } function f2() local CX = gg.choice({ "圣弓青龙", "圣弩朱雀", "圣斧白虎", "圣刃玄武", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[f2_tab[CX]]() end XGCK=-1 end function f21() editData({{["memory"] = gg.REGION_C_ALLOC},{["name"] = "圣弓青龙"},{["value"] = 1077968896, ["type"] = D},{["lv"] = 3,["offset"] =0x4, ["type"] = D},{["lv"] = 1078657024,["offset"] =0x40, ["type"] = D},{["lv"] = 3,["offset"] =0x44, ["type"] = D},},{{["value"] = 10917,["offset"] =0x4C, ["type"] = E,["freeze"] = true},})gg.clearResults()end function f22() editData({{["memory"] = gg.REGION_C_ALLOC},{["name"] = "圣弩朱雀"},{["value"] = 1077968896, ["type"] = D},{["lv"] = 3,["offset"] =0x4, ["type"] = D},{["lv"] = 1078657024,["offset"] =0x40, ["type"] = D},{["lv"] = 3,["offset"] =0x44, ["type"] = D},},{{["value"] = 10916,["offset"] =0x4C, ["type"] = E,["freeze"] = true},})gg.clearResults()end function f23() editData({{["memory"] = gg.REGION_C_ALLOC},{["name"] = "圣斧白虎"},{["value"] = 1077968896, ["type"] = D},{["lv"] = 3,["offset"] =0x4, ["type"] = D},{["lv"] = 1078657024,["offset"] =0x40, ["type"] = D},{["lv"] = 3,["offset"] =0x44, ["type"] = D},},{{["value"] = 10915,["offset"] =0x4C, ["type"] = E,["freeze"] = true},})gg.clearResults()end function f24() editData({{["memory"] = gg.REGION_C_ALLOC},{["name"] = "圣刃玄武"},{["value"] = 1077968896, ["type"] = D},{["lv"] = 3,["offset"] =0x4, ["type"] = D},{["lv"] = 1078657024,["offset"] =0x40, ["type"] = D},{["lv"] = 3,["offset"] =0x44, ["type"] = D},},{{["value"] = 10914,["offset"] =0x4C, ["type"] = E,["freeze"] = true},})gg.clearResults()end function f3() B = gg.alert("[载具美化]","[自定美化]","[美化代码]") if B == 1 then vv = gg.prompt({f1='请输入要美化的物品',f2='请输入要改的物品'},{f1='',f2=''}) gg.clearResults() gg.setRanges(gg.REGION_C_ALLOC|gg.REGION_OTHER) gg.searchNumber(vv['f1'], gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber(vv['f1'], gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(200) gg.editAll(vv['f2'], gg.TYPE_DOUBLE) gg.toast('美化成功') gg.clearResults() end if B == 2 then gg.alert("佛特t3是5600 迦放2代是5601 杰普行者是5602 小胖丁是5603 佛特GT是5604 小胖丁-PINK是5605 佛特GT-烈焰是5606 小胖丁-PINKⅡ是5607 佛特GT-烈焰Ⅱ是5608 霹雷是5609 虹彩是5611 法拉雷-赤焰是5612") f3() end end f4_tab={ "f41","f42","f43","f44","f45","f46","f47","f48","f49","f410","Main0", } function f4() local CX = gg.choice({ "白莲变龙料", "白莲变龙草", "白莲变冰草", "白莲变夕阳花", "白莲变珊瑚", "白莲变藏宝图", "白莲变奇美拉蛋", "白莲变嫦娥蛋", "白莲变灵鱼", "白莲变鳐鱼", "返回菜单", }, nil, os.date("当前时间:%Y年%m月%d日%H时%M分%S秒")) if CX == nil then else _G[f4_tab[CX]]() end XGCK=-1 end function f41() gg.alert("开启后刷新一下背包和工作拦")gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)gg.editAll("3803", gg.TYPE_DOUBLE)gg.toast("白莲变龙料")end function f42() gg.alert("开启后刷新一下背包和工作拦")gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)gg.editAll("3121", gg.TYPE_DOUBLE)gg.toast("白莲变龙草")end function f43() gg.alert("开启后刷新一下背包和工作拦")gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)gg.editAll("3122", gg.TYPE_DOUBLE)gg.toast("白莲变冰草")end function f44() gg.alert("开启后刷新一下背包和工作拦")gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999) gg.editAll("3127", gg.TYPE_DOUBLE)gg.toast("白莲变夕阳花")end function f45() gg.alert("开启后刷新一下背包和工作拦")gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)gg.editAll("3124", gg.TYPE_DOUBLE)gg.toast("白莲变珊瑚")end function f46() gg.alert("开启后刷新一下背包和工作拦")gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)gg.editAll("6800", gg.TYPE_DOUBLE)gg.toast("白莲变藏宝图")end function f47() gg.alert("开启后刷新一下背包和工作拦")gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)gg.editAll("1337", gg.TYPE_DOUBLE)gg.toast("白莲奇美拉蛋")end function f48() gg.alert("开启后刷新一下背包和工作拦")gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)gg.editAll("1352", gg.TYPE_DOUBLE)gg.toast("白莲变嫦娥蛋")end function f49() gg.alert("开启后刷新一下背包和工作拦")gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)gg.editAll("3518", gg.TYPE_DOUBLE)gg.toast("白莲变灵鱼")end function f410() gg.alert("开启后刷新一下背包和工作拦")gg.clearResults()gg.setRanges(Ca+O) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("3110", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(999)gg.editAll("3531", gg.TYPE_DOUBLE)gg.toast("白莲变鳐鱼")end function CXcs() print("无情.") os.exit() end while(true)do if gg.isVisible(true) then XGCK=1 gg.setVisible(false)end gg.clearResults() if XGCK==1 then CX0()end end function maine() while true do if gg.isVisible(true) then XGCK = 1 gg.setVisible(false) end gg.clearResults() if XGCK == 1 then main() end end end maine()