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"] .. "开启成功") else gg.toast(qmnb[2]["name"] .. "开启成功") end end end end function edit(orig,ret)_om=orig[1].memory or orig[1][1]_ov=orig[3].value or orig[3][1]_on=orig[2].name or orig[2][1]gg.clearResults()gg.setRanges(_om)gg.searchNumber(_ov,orig[3].type or orig[3][2])sz=gg.getResultCount()if sz<1 then gg.toast(_on.."开启成功")else sl=gg.getResults(720)for i=1,sz do ist=true for v=4,#orig do if ist==true and sl[i].value==_ov then cd={{}}cd[1].address=sl[i].address+(orig[v].offset or orig[v][2])cd[1].flags=orig[v].type or orig[v][3]szpy=gg.getValues(cd)cdlv=orig[v].lv or orig[v][1]cdv=szpy[1].value if cdlv==cdv then pdjg=true ist=true else pdjg=false ist=false end end end if pdjg==true then szpy=sl[i].address for x=1,#(ret)do xgpy=szpy+(ret[x].offset or ret[x][2])xglx=ret[x].type or ret[x][3]xgsz=ret[x].value or ret[x][1]xgdj=ret[x].freeze or ret[x][4]xgsj={{address=xgpy,flags=xglx,value=xgsz}}if xgdj==true then xgsj[1].freeze=xgdj gg.addListItems(xgsj)else gg.setValues(xgsj)end end xgjg=true end end if xgjg==true then gg.toast(_on.."开启成功")else gg.toast(_on.."开启成功")end end end function SearchWrite(Search, Write, Type) gg.clearResults() gg.setVisible(false) gg.searchNumber(Search[1][1], Type) local count = gg.getResultCount() local result = gg.getResults(count) gg.clearResults() local data = {} local base = Search[1][2] if (count > 0) then for i, v in ipairs(result) do v.isUseful = true end for k=2, #Search do local tmp = {} local offset = Search[k][2] - base local num = Search[k][1] for i, v in ipairs(result) do tmp[#tmp+1] = {} tmp[#tmp].address = v.address + offset tmp[#tmp].flags = v.flags end tmp = gg.getValues(tmp) for i, v in ipairs(tmp) do if ( tostring(v.value) ~= tostring(num) ) then result[i].isUseful = false end end end for i, v in ipairs(result) do if (v.isUseful) then data[#data+1] = v.address end end if (#data > 0) then gg.toast("搜索到"..#data.."条数据") local t = {} local base = Search[1][2] for i=1, #data do for k, w in ipairs(Write) do offset = w[2] - base t[#t+1] = {} t[#t].address = data[i] + offset t[#t].flags = Type t[#t].value = w[1] if (w[3] == true) then local item = {} item[#item+1] = t[#t] item[#item].freeze = true gg.addListItems(item) end end end gg.setValues(t) gg.toast("开启成功") gg.addListItems(t) else gg.toast("not found", false) return false end else gg.toast("Not Found") return false 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"] .. "开启成功") else gg.toast(qmnb[2]["name"] .. "开启成功") end end end end AA="模板作者:鹿凛" function SearchWrite(Search, Write, Type) gg.clearResults() gg.setVisible(false) gg.searchNumber(Search[1][1], Type) local count = gg.getResultCount() local result = gg.getResults(count) gg.clearResults() local data = {} local base = Search[1][2] if (count > 0) then for i, v in ipairs(result) do v.isUseful = true end for k=2, #Search do local tmp = {} local offset = Search[k][2] - base local num = Search[k][1] for i, v in ipairs(result) do tmp[#tmp+1] = {} tmp[#tmp].address = v.address + offset tmp[#tmp].flags = v.flags end tmp = gg.getValues(tmp) for i, v in ipairs(tmp) do if ( tostring(v.value) ~= tostring(num) ) then result[i].isUseful = false end end end for i, v in ipairs(result) do if (v.isUseful) then data[#data+1] = v.address end end if (#data > 0) then gg.toast("✨开启成功✨"..#data.."") local t = {} local base = Search[1][2] for i=1, #data do for k, w in ipairs(Write) do offset = w[2] - base t[#t+1] = {} t[#t].address = data[i] + offset t[#t].flags = Type t[#t].value = w[1] if (w[3] == true) then local item = {} item[#item+1] = t[#t] item[#item].freeze = true gg.addListItems(item) end end end gg.setValues(t) else gg.toast("", false) return false end else gg.toast("") return false end end function ShenMou(Search,Get,Type,Range,Name) gg.clearResults() gg.setRanges(Range) gg.setVisible(false) if Search[1][1]~=false then gg.searchAddress(Search[1][1],0xFFFFFFFF,Search[1][4] or Type,gg.SIGN_EQUAL,Search[1][5] or 1,Search[1][6] or -1) end gg.searchNumber(Search[1][2],Search[1][4] or Type,false,gg.SIGN_EQUAL,Search[1][5] or 1,Search[1][6] or -1) local count=gg.getResultCount() local result=gg.getResults(count) gg.clearResults() local data={} local base=Search[1][3] if (count > 0) then for i,v in ipairs(result) do v.isUseful=true end for k=2,#Search do local tmp={} local offset=Search[k][2] - base local num=Search[k][1] for i,v in ipairs(result) do tmp[#tmp+1]={} tmp[#tmp].address=v.address+offset tmp[#tmp].flags=Search[k][3] or Type end tmp=gg.getValues(tmp) for i,v in ipairs(tmp) do if v.flags==16 or v.flags==64 then values=tostring(v.value):sub(1,6) num=tostring(num):sub(1,6) else values=v.value end if tostring(values)~=tostring(num) then result[i].isUseful=false end end end for i,v in ipairs(result) do if (v.isUseful) then data[#data+1]=v.address end end if (#data > 0) then local t,t_={},{} local base=Search[1][3] for i=1,#data do for k,w in ipairs(Get) do offset=w[2] - base if w[1]==false then t_[#t_+1]={} t_[#t_].address=data[i]+offset t_[#t_].flags=Type th_=(th_) and th_+1 or 1 else t[#t+1]={} t[#t].address=data[i]+offset t[#t].flags=w[3] or Type t[#t].value=w[1] tg_=(tg_) and tg_+1 or 1 if (w[4]==true) then local item={} item[#item+1]=t[#t] item[#item].freeze=w[4] gg.addListItems(item) end end end end tg=(tg_) and "小羽提示:" or "" th=(th_) and "" or "" gg.setValues(t) t_=gg.getValues(t_) gg.loadResults(t_) gg.toast(""..Name..tg) tg_,th_=nil,nil else gg.toast("搜索不到",false) return false end else gg.toast("搜索不到") return false end end function mnyq(Search,Get,Type,Range,Name) gg.clearResults() gg.setRanges(Range) gg.setVisible(false) if Search[1][1]~=false then gg.searchAddress(Search[1][1],0xFFFFFFFF,Search[1][4] or Type,gg.SIGN_EQUAL,Search[1][5] or 1,Search[1][6] or -1) end gg.searchNumber(Search[1][2],Search[1][4] or Type,false,gg.SIGN_EQUAL,Search[1][5] or 1,Search[1][6] or -1) local count=gg.getResultCount() local result=gg.getResults(count) gg.clearResults() local data={} local base=Search[1][3] if (count > 0) then for i,v in ipairs(result) do v.isUseful=true end for k=2,#Search do local tmp={} local offset=Search[k][2] - base local num=Search[k][1] for i,v in ipairs(result) do tmp[#tmp+1]={} tmp[#tmp].address=v.address+offset tmp[#tmp].flags=Search[k][3] or Type end tmp=gg.getValues(tmp) for i,v in ipairs(tmp) do if v.flags==16 or v.flags==64 then values=tostring(v.value):sub(1,6) num=tostring(num):sub(1,6) else values=v.value end if tostring(values)~=tostring(num) then result[i].isUseful=false end end end for i,v in ipairs(result) do if (v.isUseful) then data[#data+1]=v.address end end if (#data > 0) then local t,t_={},{} local base=Search[1][3] for i=1,#data do for k,w in ipairs(Get) do offset=w[2] - base if w[1]==false then t_[#t_+1]={} t_[#t_].address=data[i]+offset t_[#t_].flags=Type th_=(th_) and th_+1 or 1 else t[#t+1]={} t[#t].address=data[i]+offset t[#t].flags=w[3] or Type t[#t].value=w[1] tg_=(tg_) and tg_+1 or 1 if (w[4]==true) then local item={} item[#item+1]=t[#t] item[#item].freeze=w[4] gg.addListItems(item) end end end end tg=(tg_) and "\n已修改"..tg_.."数据" or "" th=(th_) and "" or "" gg.setValues(t) t_=gg.getValues(t_) gg.loadResults(t_) gg.toast("\n"..Name..tg) tg_,th_=nil,nil else gg.toast("搜索不到",false) return false end else gg.toast("搜索不到") return false end end function fxs(Search,Get,Type,Range,Name) gg.clearResults() gg.setRanges(Range) gg.setVisible(false) if Search[1][1]~=false then gg.searchAddress(Search[1][1],0xFFFFFFFF,Search[1][4] or Type,gg.SIGN_EQUAL,Search[1][5] or 1,Search[1][6] or -1) end gg.searchNumber(Search[1][2],Search[1][4] or Type,false,gg.SIGN_EQUAL,Search[1][5] or 1,Search[1][6] or -1) local count=gg.getResultCount() local result=gg.getResults(count) gg.clearResults() local data={} local base=Search[1][3] if (count > 0) then for i,v in ipairs(result) do v.isUseful=true end for k=2,#Search do local tmp={} local offset=Search[k][2] - base local num=Search[k][1] for i,v in ipairs(result) do tmp[#tmp+1]={} tmp[#tmp].address=v.address+offset tmp[#tmp].flags=Search[k][3] or Type end tmp=gg.getValues(tmp) for i,v in ipairs(tmp) do if v.flags==16 or v.flags==64 then values=tostring(v.value):sub(1,6) num=tostring(num):sub(1,6) else values=v.value end if tostring(values)~=tostring(num) then result[i].isUseful=false end end end for i,v in ipairs(result) do if (v.isUseful) then data[#data+1]=v.address end end if (#data > 0) then local t,t_={},{} local base=Search[1][3] for i=1,#data do for k,w in ipairs(Get) do offset=w[2] - base if w[1]==false then t_[#t_+1]={} t_[#t_].address=data[i]+offset t_[#t_].flags=Type th_=(th_) and th_+1 or 1 else t[#t+1]={} t[#t].address=data[i]+offset t[#t].flags=w[3] or Type t[#t].value=w[1] tg_=(tg_) and tg_+1 or 1 if (w[4]==true) then local item={} item[#item+1]=t[#t] item[#item].freeze=w[4] gg.addListItems(item) end end end end tg=(tg_) and "修改"..tg_.."数据" or "" th=(th_) and "" or "" gg.setValues(t) t_=gg.getValues(t_) gg.loadResults(t_) gg.toast(""..Name..tg) tg_,th_=nil,nil else gg.toast("荒蛋",false) return false end else gg.toast("荒蛋") return false end end function SearchWrite(search,Write,Type) gg.clearResults() gg.setVisible(false) gg.searchNumber(search[1][1],Type) local count = gg.getResultCount() local result = gg.getResults(count) gg.clearResults() local data = {} local base = search[1][2] if(count>0)then for i,v in ipairs(result)do v.isUseful=true end for k=2,#search do local tmp={} local offset=search[k][2]-base local num=search[k][1] for i,v in ipairs(result)do tmp[#tmp+1]={} tmp[#tmp].address=v.address+offset tmp[#tmp].flags=v.flags end tmp=gg.getValues(tmp) for i,v in ipairs(tmp)do if(tostring(v.value)~=tostring(num))then result[i].isUseful=false end end end for i,v in ipairs(result)do if(v.isUseful)then data[#data+1]=v.address end end if(#data>0)then gg.toast(Name.."共搜索到"..#data.."个数据") local t={} local base=search[1][2] for i=1,#data do for k,w in ipairs(Write)do offset=w[2]-base t[#t+1]={} t[#t].address=data[i]+offset t[#t].flags=Type t[#t].value=w[1] if(w[3]==true)then local item={} item[#item+1]=t[#t] item[#item].freeze=true gg.addListItems(item) end end end gg.setValues(t) gg.sleep(500) gg.toast(Name.."小羽提示:") else return false end else return false 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"] .. "小羽提示") else gg.toast(qmnb[2]["name"] .. "小羽提示✘") end end end end function edit(orig,ret)_om=orig[1].memory or orig[1][1]_ov=orig[3].value or orig[3][1]_on=orig[2].name or orig[2][1]gg.clearResults()gg.setRanges(_om)gg.searchNumber(_ov,orig[3].type or orig[3][2])sz=gg.getResultCount()if sz<1 then gg.toast(_on.."小羽提示✘")else sl=gg.getResults(720)for i=1,sz do ist=true for v=4,#orig do if ist==true and sl[i].value==_ov then cd={{}}cd[1].address=sl[i].address+(orig[v].offset or orig[v][2])cd[1].flags=orig[v].type or orig[v][3]szpy=gg.getValues(cd)cdlv=orig[v].lv or orig[v][1]cdv=szpy[1].value if cdlv==cdv then pdjg=true ist=true else pdjg=false ist=false end end end if pdjg==true then szpy=sl[i].address for x=1,#(ret)do xgpy=szpy+(ret[x].offset or ret[x][2])xglx=ret[x].type or ret[x][3]xgsz=ret[x].value or ret[x][1]xgdj=ret[x].freeze or ret[x][4]xgsj={{address=xgpy,flags=xglx,value=xgsz}}if xgdj==true then xgsj[1].freeze=xgdj gg.addListItems(xgsj)else gg.setValues(xgsj)end end xgjg=true end end if xgjg==true then gg.toast(_on.."小羽提示")else gg.toast(_on.."小羽提示✘")end end end function SearchWrite(search, Write, Type) gg.clearResults() gg.setVisible(false) gg.searchNumber(search[1][1], Type) local count = gg.getResultCount() local result = gg.getResults(count) gg.clearResults() local data = {} local base = search[1][2] if (count > 0) then for i, v in ipairs(result) do v.isUseful = true end for k=2, #search do local tmp = {} local offset = search[k][2] - base local num = search[k][1] for i, v in ipairs(result) do tmp[#tmp+1] = {} tmp[#tmp].address = v.address + offset tmp[#tmp].flags = v.flags end tmp = gg.getValues(tmp) for i, v in ipairs(tmp) do if ( tostring(v.value) ~= tostring(num) ) then result[i].isUseful = false end end end for i, v in ipairs(result) do if (v.isUseful) then data[#data+1] = v.address end end if (#data > 0) then gg.toast("搜索到"..#data.."条数据") local t = {} local base = search[1][2] for i=1, #data do for k, w in ipairs(Write) do offset = w[2] - base t[#t+1] = {} t[#t].address = data[i] + offset t[#t].flags = Type t[#t].value = w[1] if (w[3] == true) then local item = {} item[#item+1] = t[#t] item[#item].freeze = true gg.addListItems(item) end end end gg.setValues(t) gg.toast("已修改"..#t.."条数据") gg.addListItems(t) else gg.toast("小羽提示✘", false) return false end else gg.toast("小羽提示✘") return false 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"] .. "小羽提示") else gg.toast(qmnb[2]["name"] .. "小羽提示✘") end end end end function SearchWrite(search, Write, Type) gg.clearResults() gg.setVisible(false) gg.searchNumber(search[1][1], Type) local count = gg.getResultCount() local result = gg.getResults(count) gg.clearResults() local data = {} local base = search[1][2] if (count > 0) then for i, v in ipairs(result) do v.isUseful = true end for k=2, #search do local tmp = {} local offset = search[k][2] - base local num = search[k][1] for i, v in ipairs(result) do tmp[#tmp+1] = {} tmp[#tmp].address = v.address + offset tmp[#tmp].flags = v.flags end tmp = gg.getValues(tmp) for i, v in ipairs(tmp) do if ( tostring(v.value) ~= tostring(num) ) then result[i].isUseful = false end end end for i, v in ipairs(result) do if (v.isUseful) then data[#data+1] = v.address end end if (#data > 0) then local t = {} local base = search[1][2] for i=1, #data do for k, w in ipairs(Write) do offset = w[2] - base t[#t+1] = {} t[#t].address = data[i] + offset t[#t].flags = Type t[#t].value = w[1] if (w[3] == true) then local item = {} item[#item+1] = t[#t] item[#item].freeze = true gg.addListItems(item) end end end gg.setValues(t) else return false end else return false end end local app = {} function Assert(data) if data == nil or data == "" or data == "nil" then return false else return true end end function mearrass(memory, array) if Assert(memory) and Assert(array) then return true else return false end end function typetab(array, type) local datatype = {} for i = 1, #array do if Assert(array[i].type) then table.insert(datatype, i, array[i].type) else if Assert(type) then table.insert(datatype, i, type) else return false end end end return true, datatype end function app.memorysearch(memory, array, type) gg.setVisible(false) local rx = mearrass(memory, array) if rx then local rx, datatype = typetab(array, type) if rx then if Assert(array[1].hv) then gg.clearResults() gg.setRanges(memory) gg.searchNumber(array[1].lv .. "~" .. array[1].hv, datatype[1]) elsegg.clearResults() gg.setRanges(memory) gg.searchNumber(array[1].lv, datatype[1]) end if gg.getResultCount() == 0 then return false else local tab = {} local data = gg.getResults(gg.getResultCount()) gg.clearResults() for i = 1, #data do data[i].rx = true end for i = 2, #array do local t = {} local offset = array[i].offset for x = 1, #data do t[#t + 1] = {} t[#t].address = data[x].address + offset t[#t].flags = datatype[i] end local t = gg.getValues(t) for z = 1, #t do if Assert(array[i].hv) then if tonumber(t[z].value) < tonumber(array[i].lv) or tonumber(t[z].value) > tonumber(array[i].hv) then data[z].rx = false end else if tostring(t[z].value) ~= tostring(array[i].lv) then data[z].rx = false end end end end for i = 1, #data do if data[i].rx then tab[#tab + 1] = data[i].address end end if #tab > 0 then return true, tab else return false end end else print("type参数错误") gg.toast("type参数错误") os.exit() end else print("memory or array参数错误") gg.toast("memory or array参数错误") os.exit() end end function app.memoryread(addr, type) local t = {} t[1] = {} t[1].address = addr t[1].flags = type if #t > 0 then return true, gg.getValues(t)[1].value else return false end end function app.memorywrite(addr, type, value, freeze) local t = {} t[1] = {} t[1].address = addr t[1].flags = type t[1].value = value if #t > 0 then if Assert(freeze) then t[1].freeze = freeze return gg.addListItems(t) else return gg.setValues(t) end else return false end end function setvalue(address,flags,value) local tt={} tt[1]={} tt[1].address=address tt[1].flags=flags tt[1].value=value gg.setValues(tt) end function readWrite(Search,Get,Type,Range,Name) gg.clearResults() gg.setRanges(Range) gg.setVisible(false) if Search[1][1]~=false then gg.searchAddress(Search[1][1],0xFFFFFFFF,Search[1][4] or Type,gg.SIGN_EQUAL,Search[1][5] or 1,Search[1][6] or -1) end gg.searchNumber(Search[1][2],Search[1][4] or Type,false,gg.SIGN_EQUAL,Search[1][5] or 1,Search[1][6] or -1) local count=gg.getResultCount() local result=gg.getResults(count) gg.clearResults() local data={} local base=Search[1][3] if (count > 0) then for i,v in ipairs(result) do v.isUseful=true end for k=2,#Search do local tmp={} local offset=Search[k][2] - base local num=Search[k][1] for i,v in ipairs(result) do tmp[#tmp+1]={} tmp[#tmp].address=v.address+offset tmp[#tmp].flags=Search[k][3] or Type end tmp=gg.getValues(tmp) for i,v in ipairs(tmp) do if v.flags==16 or v.flags==64 then values=tostring(v.value):sub(1,6) num=tostring(num):sub(1,6) else values=v.value end if tostring(values)~=tostring(num) then result[i].isUseful=false end end end for i,v in ipairs(result) do if (v.isUseful) then data[#data+1]=v.address end end if (#data > 0) then local t,t_={},{} local base=Search[1][3] for i=1,#data do for k,w in ipairs(Get) do offset=w[2] - base if w[1]==false then t_[#t_+1]={} t_[#t_].address=data[i]+offset t_[#t_].flags=Type th_=(th_) and th_+1 or 1 else t[#t+1]={} t[#t].address=data[i]+offset t[#t].flags=w[3] or Type t[#t].value=w[1] tg_=(tg_) and tg_+1 or 1 if (w[4]==true) then local item={} item[#item+1]=t[#t] item[#item].freeze=w[4] gg.addListItems(item) end end end end tg=(tg_) and "\n修改"..tg_.."数据" or "" th=(th_) and "" or "" gg.setValues(t) t_=gg.getValues(t_) gg.loadResults(t_) gg.toast("\n"..Name..tg) tg_,th_=nil,nil else gg.toast("搜索不到",false) return false end else gg.toast("搜索不到") return false end end function xyh1(Range,Type,Search,Write) gg.clearResults() gg.setRanges(Range) gg.setVisible(false) gg.searchNumber(Search[1][1],Type) local count=gg.getResultCount() local result=gg.getResults(count) gg.clearResults() local data={} local base=Search[1][2] if(count>0)then for i,v in ipairs(result)do v.isUseful=true end for k=2,#Search do local tmp={} local offset=Search[k][2]-base local num=Search[k][1] for i,v in ipairs(result)do tmp[#tmp+1]={} tmp[#tmp].address=v.address+offset tmp[#tmp].flags=v.flags end tmp=gg.getValues(tmp) for i,v in ipairs(tmp)do if(tostring(v.value)~=tostring(num))then result[i].isUseful=false end end end for i,v in ipairs(result)do if(v.isUseful)then data[#data+1]=v.address end end if(#data>0)then gg.toast("🔍搜索到"..#data.."数据🔰开始进行偏移") local t={} local base=Search[1][2] for i=1,#data do for k,w in ipairs(Write)do offset=w[2]-base t[#t+1]={} t[#t].address=data[i]+offset t[#t].flags=Type t[#t].value=w[1] if(w[3]==true)then local item={} item[#item+1]=t[#t] item[#item].freeze=true gg.addListItems(item) end end end gg.setValues(t) gg.sleep(400) gg.toast("🚬"..Name.."成功🛠共修改"..#t.."数据") else gg.toast("by️️"..Name.."蓝恶魔️") return false end else gg.toast("小羽️️"..Name.."成功️") return false end end function YuQin(Search, Write,Neicun,Mingcg,Shuzhiliang) gg.clearResults() gg.setRanges(Neicun) gg.setVisible(false) gg.searchNumber(Search[1][1], Search[1][3]) count = gg.getResultCount() result = gg.getResults(count) gg.clearResults() data = {} base = Search[1][2] if (count > 0) then for i, v in ipairs(result) do v.isUseful = true end for k=2, #Search do tmp = {} offset = Search[k][2] - base num = Search[k][1] for i, v in ipairs(result) do tmp[#tmp+1] = {} tmp[#tmp].address = v.address + offset tmp[#tmp].flags = Search[k][3] end tmp = gg.getValues(tmp) for i, v in ipairs(tmp) do if ( tostring(v.value) ~= tostring(num) ) then result[i].isUseful = false end end end for i, v in ipairs(result) do if (v.isUseful) then data[#data+1] = v.address end end if (#data > 0) then gg.toast(Mingcg.."搜索到"..#data.."条数据") t = {} base = Search[1][2] if Shuzhiliang == "" and Shuzhiliang > 0 and Shuzhiliang < #data then Shuzhiliang=Shuzhiliang else Shuzhiliang=#data end for i=1, Shuzhiliang do for k, w in ipairs(Write) do offset = w[2] - base t[#t+1] = {} t[#t].address = data[i] + offset t[#t].flags = w[3] t[#t].value = w[1] if (w[4] == true) then item = {} item[#item+1] = t[#t] item[#item].freeze = true gg.addListItems(item) end end end gg.setValues(t) gg.toast(Mingcg.."已修改"..#t.."条数据") gg.sleep(400) else gg.toast(Mingcg.."开启失败", false) return false end else gg.toast("搜索失败") return false end end function Flower(Search, Write,Neicun,Mingcg,Shuzhiliang) gg.clearResults() gg.setRanges(Neicun) gg.setVisible(false) gg.searchNumber(Search[1][1], Search[1][3]) count = gg.getResultCount() result = gg.getResults(count) gg.clearResults() data = {} base = Search[1][2] if (count > 0) then for i, v in ipairs(result) do v.isUseful = true end for k=2, #Search do tmp = {} offset = Search[k][2] - base num = Search[k][1] for i, v in ipairs(result) do tmp[#tmp+1] = {} tmp[#tmp].address = v.address + offset tmp[#tmp].flags = Search[k][3] end tmp = gg.getValues(tmp) for i, v in ipairs(tmp) do if ( tostring(v.value) ~= tostring(num) ) then result[i].isUseful = false end end end for i, v in ipairs(result) do if (v.isUseful) then data[#data+1] = v.address end end if (#data > 0) then gg.toast(Mingcg.."搜索到"..#data.."条数据") t = {} base = Search[1][2] if Shuzhiliang == "" and Shuzhiliang > 0 and Shuzhiliang < #data then Shuzhiliang=Shuzhiliang else Shuzhiliang=#data end for i=1, Shuzhiliang do for k, w in ipairs(Write) do offset = w[2] - base t[#t+1] = {} t[#t].address = data[i] + offset t[#t].flags = w[3] t[#t].value = w[1] if (w[4] == true) then item = {} item[#item+1] = t[#t] item[#item].freeze = true gg.addListItems(item) end end end gg.setValues(t) gg.toast(Mingcg.."已修改"..#t.."条数据") gg.sleep(400) else gg.toast(Mingcg.."开启成功", false) return false end else gg.toast("搜索成功") return false end end function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1405870, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1400678, offset = 12, type = 4 } } qmxg = { { value = 1405870, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1400678, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1405870, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1400678",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1400678",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1405870",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1406943, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1406943, offset = 12, type = 4 } } qmxg = { { value = 1407550, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1406943, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407550, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1406943",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1406943",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407550",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1405134, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1405134, offset = 12, type = 4 } } qmxg = { { value = 1407366, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1405134, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407366, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1405134",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1405134",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407366",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407077, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407077, offset = 12, type = 4 } } qmxg = { { value = 1406971, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407077, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406971, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407077",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407077",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406971",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1405396, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1405396, offset = 12, type = 4 } } qmxg = { { value = 1407142, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1405396, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407142, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1405396",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1405396",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407142",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1405274, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1405274, offset = 12, type = 4 } } qmxg = { { value = 1407140, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1405274, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407140, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1405274",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1405274",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407140",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407193, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407193, offset = 12, type = 4 } } qmxg = { { value = 1406469, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407193, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406469, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407193",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407193",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406469",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407138, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407138, offset = 12, type = 4 } } qmxg = { { value = 1407758, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407138, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407758, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407138",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407138",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407758",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1400282, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1400282, offset = 12, type = 4 } } qmxg = { { value = 1407695, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1400282, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407695, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1400282",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1400282",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407695",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407310, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407310, offset = 12, type = 4 } } qmxg = { { value = 1406891, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407310, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406891, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407310",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407310",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406891",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407252, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407252, offset = 12, type = 4 } } qmxg = { { value = 1407512, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407252, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407512, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407252",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407252",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407512",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407596, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407596, offset = 12, type = 4 } } qmxg = { { value = 1407079, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407596, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407079, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407596",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407596",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407079",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407359, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407359, offset = 12, type = 4 } } qmxg = { { value = 1407387, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407359, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407387, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407359",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407359",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407387",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1400522, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1400522, offset = 12, type = 4 } } qmxg = { { value = 1407107, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1400522, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407107, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1400522",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1400522",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407107",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1400137, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1400137, offset = 12, type = 4 } } qmxg = { { value = 1406977, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1400137, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406977, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1400137",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1400137",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406977",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407263, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407263, offset = 12, type = 4 } } qmxg = { { value = 1407103, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407263, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407103, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407263",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407263",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407103",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1405297, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1405297, offset = 12, type = 4 } } qmxg = { { value = 1407276, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1405297, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407276, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1405297",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1405297",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407276",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1400112, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1400112, offset = 12, type = 4 } } qmxg = { { value = 1407219, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1400112, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407219, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1400112",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1400112",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407219",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1405385, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1405385, offset = 12, type = 4 } } qmxg = { { value = 1407625, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1405385, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407625, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1405385",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1405385",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407625",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1405724, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1405724, offset = 12, type = 4 } } qmxg = { { value = 1406872, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1405724, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406872, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1405724",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1405724",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406872",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407162, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407162, offset = 12, type = 4 } } qmxg = { { value = 1407391, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407162, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407391, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407162",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407162",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407391",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1405548, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1405548, offset = 12, type = 4 } } qmxg = { { value = 1407558, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1405548, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407558, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1405548",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1405548",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407558",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1405659, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1405659, offset = 12, type = 4 } } qmxg = { { value = 1407441, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1405659, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407441, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1405659",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1405659",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407441",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407114, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407114, offset = 12, type = 4 } } qmxg = { { value = 1407618, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407114, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407618, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407114",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407114",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407618",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1405499, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1405499, offset = 12, type = 4 } } qmxg = { { value = 1407631, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1405499, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407631, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1405499",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1405499",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407631",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407168, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407168, offset = 12, type = 4 } } qmxg = { { value = 1407225, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407168, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407225, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407168",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407168",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407225",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1406256, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1406256, offset = 12, type = 4 } } qmxg = { { value = 1407682, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1406256, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407682, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1406256",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1406256",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407682",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407355, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407355, offset = 12, type = 4 } } qmxg = { { value = 1406555, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407355, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406555, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407355",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407355",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406555",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407338, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407338, offset = 12, type = 4 } } qmxg = { { value = 1407277, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407338, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407277, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407338",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407338",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407277",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1406830, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1406830, offset = 12, type = 4 } } qmxg = { { value = 1407522, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1406830, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407522, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1406830",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1406830",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407522",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1406833, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1406833, offset = 12, type = 4 } } qmxg = { { value = 1407471, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1406833, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407471, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1406833",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1406833",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407471",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1406908, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1406908, offset = 12, type = 4 } } qmxg = { { value = 1407573, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1406908, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407573, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1406908",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1406908",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407573",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1406984, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1406984, offset = 12, type = 4 } } qmxg = { { value = 1406656, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1406984, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406656, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1406984",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1406984",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406656",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407055, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407055, offset = 12, type = 4 } } qmxg = { { value = 1416657, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407055, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1416657, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407055",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407055",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1416657",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407056, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407056, offset = 12, type = 4 } } qmxg = { { value = 1406574, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407056, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406574, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407056",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407056",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406574",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb😍') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407111, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407111, offset = 12, type = 4 } } qmxg = { { value = 1406482, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407111, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406482, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407111",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407111",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406482",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1400282, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1400282, offset = 12, type = 4 } } qmxg = { { value = 1405870, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1400282, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1405870, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1400282",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1400282",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1405870",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407229, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407229, offset = 12, type = 4 } } qmxg = { { value = 1407632, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407229, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407632, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407229",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407229",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407632",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407112, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407112, offset = 12, type = 4 } } qmxg = { { value = 1407523, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407112, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407523, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407112",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407112",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407523",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407163, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407163, offset = 12, type = 4 } } qmxg = { { value = 1407440, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407163, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407440, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407163",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407163",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407440",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407166, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407166, offset = 12, type = 4 } } qmxg = { { value = 1406976, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407166, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406976, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407166",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407166",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406976",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407230, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407230, offset = 12, type = 4 } } qmxg = { { value = 1407286, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407230, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407286, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407230",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407230",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407286",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407290, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407290, offset = 12, type = 4 } } qmxg = { { value = 1407275, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407290, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407275, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407290",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407290",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407275",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407291, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407291, offset = 12, type = 4 } } qmxg = { { value = 1407696, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407291, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407696, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407291",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407291",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407696",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407334, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407334, offset = 12, type = 4 } } qmxg = { { value = 1407559, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407334, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407559, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407334",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407334",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407559",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407335, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407335, offset = 12, type = 4 } } qmxg = { { value = 1407392, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407335, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407392, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407335",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407335",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407392",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407394, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407394, offset = 12, type = 4 } } qmxg = { { value = 1406823, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407394, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406823, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407394",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407394",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406823",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407397, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407397, offset = 12, type = 4 } } qmxg = { { value = 1406742, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407397, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406742, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407397",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407397",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406742",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407443, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407443, offset = 12, type = 4 } } qmxg = { { value = 1407106, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407443, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407106, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407443",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407443",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407106",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407446, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407446, offset = 12, type = 4 } } qmxg = { { value = 1407160, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407446, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407160, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407446",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407446",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407160",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1406916, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1406916, offset = 12, type = 4 } } qmxg = { { value = 1407330, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1406916, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1407330, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1406916",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1406916",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1407330",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407575, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407575, offset = 12, type = 4 } } qmxg = { { value = 1406789, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407575, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406789, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407575",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407575",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406789",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407578, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407578, offset = 12, type = 4 } } qmxg = { { value = 1406573, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407578, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406573, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407578",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407578",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406573",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407637, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407637, offset = 12, type = 4 } } qmxg = { { value = 1406398, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407637, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406398, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407637",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407637",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406398",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end qmnb = { {memory = 32}, {name = "改的衣服"}, {value = 1407476, type = 4}, { lv = 403000, offset = -44, type = 4 }, { lv = 1407476, offset = 12, type = 4 } } qmxg = { { value = 1406897, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {["memory"] = -2080896}, {["name"] = "仓库显示"}, {["value"] = 1407476, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 1406897, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1407476",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1407476",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("1406897",gg.TYPE_DWORD) gg.toast("开启成功") function Main() menu = gg.choice({ '貌似定制不外传😂', '退出脚本'}, 2018,'') if menu == 1 then A() end if menu == 2 then B() end if menu == 3 then Exit() end XGCK=-1 end function A() menu1 = gg.multiChoice({ '一套动作➕衣服(双圣装)', '返回上一页'}, nil,'小羽nb') if menu1 == nil then else if menu1[1] == true then a1() end if menu1[11] == true then HOME() end end GLWW=-1 end