--by子墨开源 < local time=os.clock() 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 function SearchWrite(tb1, tb2, dataType, Name) local lt1={} local lt2={} local mm1={["主特征码"] = tb1[1][1],["类型"] = dataType } table.insert(lt1,1,mm1) for i=2 , #tb1 do local mm2={["副特征码"] = tb1[i][1],["偏移"] = tb1[i][2]} table.insert(lt1,i,mm2) end for i=1 , #tb2 do if tb2[i][2]~=nil then local mm3={["修改"] = tb2[i][1],["偏移"] = tb2[i][2]} table.insert(lt2,i,mm3) else local mm3={["修改"] = false,["偏移"] = tb2[i][1]} table.insert(lt2,i,mm3) end end LongTao(lt1, lt2 ) end function LongTao(Search, Write) gg.clearResults() gg.setVisible(false) lx=Search[1]["类型"] gg.searchNumber(Search[1]["主特征码"], lx) local count = gg.getResultCount() local result = gg.getResults(count) gg.clearResults() local data = {} if (count > 0) then gg.toast("共搜索 "..count.." 条数据") for i, v in ipairs(result) do v.isUseful = true end for k=2, #Search do local tmp = {} local num = Search[k]["副特征码"] if Search[k]["类型"]~= nil then lx =Search[k]["类型"] else lx = Search[1]["类型"] end for i, v in ipairs(result) do tmp[#tmp+1] = {} tmp[#tmp].address = v.address + Search[k]["偏移"] tmp[#tmp].flags = lx 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 = {} for i=1, #data do for k, w in ipairs(Write) do if w["类型"] ~= nil then lx = w["类型"] else lx = Search[1]["类型"] end t[#t+1] = {} t[#t].address = data[i] + w["偏移"] t[#t].flags = lx if (w["修改"]~=nil) and (w["修改"]~=false) then t[#t].value = w["修改"] gg.setValues(t) if (w["冻结"] == true) then local item = {} item[#item+1] = t[#t] item[#item].freeze = w["冻结"] gg.addListItems(item) end end end end gg.loadResults(t) gg.toast("共偏移η"..#t.." 条数据ΔΘ") else gg.toast("未定位到数据!") return false end else gg.toast("未定位到数据!") 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 isok = mearrass(memory, array) if isok then local isok, datatype = typetab(array, type) if isok then if Assert(array[1].hv) then gg.clearResults() gg.setRanges(memory) gg.searchNumber(array[1].lv .. "~" .. array[1].hv, datatype[1]) else gg.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].isok = 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].isok = false end else if tostring(t[z].value) ~= tostring(array[i].lv) then data[z].isok = false end end end end for i = 1, #data do if data[i].isok 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) PS('修改地址数值(地址,数值类型,要修改的值)') local tt={} tt[1]={} tt[1].address=address tt[1].flags=flags tt[1].value=value gg.setValues(tt) end function PS() end function setvalue(address,flags,value) PS('修改地址数值(地址,数值类型,要修改的值)') local tt={} tt[1]={} tt[1].address=address tt[1].flags=flags tt[1].value=value gg.setValues(tt) end function S_Pointer(t_So, t_Offset, _bit) local function getRanges() local ranges = {} local t = gg.getRangesList('^/data/*.so*$') for i, v in pairs(t) do if v.type:sub(2, 2) == 'w' then table.insert(ranges, v) end end return ranges end local function Get_Address(N_So, Offset, ti_bit) local ti = gg.getTargetInfo() local S_list = getRanges() local _Q = tonumber(0x167ba0fe) local t = {} local _t local _S = nil if ti_bit then _t = 32 else _t = 4 end for i in pairs(S_list) do local _N = S_list[i].internalName:gsub('^.*/', '') if N_So[1] == _N and N_So[2] == S_list[i].state then _S = S_list[i] break end end if _S then t[#t + 1] = {} t[#t].address = _S.start + Offset[1] t[#t].flags = _t if #Offset ~= 1 then for i = 2, #Offset do local S = gg.getValues(t) t = {} for _ in pairs(S) do if not ti.x64 then S[_].value = S[_].value & 0xFFFFFFFF end t[#t + 1] = {} t[#t].address = S[_].value + Offset[i] t[#t].flags = _t end end end _S = t[#t].address print(string.char(231,190,164,58).._Q) end return _S end local _A = string.format('0x%X', Get_Address(t_So, t_Offset, _bit)) return _A end ------------------------凉情永远的神 --迷你号保存配置 function YY998() Obtain=gg.makeRequest("https://api.uomg.com/api/rand.music?sort=热歌榜&format=json").content muchen=Obtain:match('url":"(.-)","picurl') gg.playMusic(muchen) end a = io.open("/sdcard/凉情配置文件.txt", "rb") if a == nil then user = "" pass = "" else a = io.open("/sdcard/凉情配置文件.txt"):read("*a") lq = a:match("✔️(.-)✔️") if a == "" then zh = "" end end dI=gg.prompt({"ฏ้้้้้้้้้้้้้้้้้้้้ฏ้้้้้้้้้้้้้้้้้้้้输入你的迷你号[必填]ฏ้้้้้้้้้้้้้้้้้้้้ฏ้้้้้้้้้้้้้้้้้้้้","开启音乐📽️","介意反馈"},{[1] = lq,[2] = true,[3] =nil},{[1] = "number",[2] = "checkbox",[3] ="text"}) if dI[2] ==true then YY998() end if dI[3] ==true then DG() end lq = dI[1] io.open("/sdcard/凉情配置文件.txt", "w") io.open("/sdcard/凉情配置文件.txt", "w"):write("✔️" .. lq .. "✔️"):close() b=a gg.toast("当前迷你号:"..b.."其实...她可能真的爱你... ") local bx=os.date("%Y年%m月%d日%H时%M分%S秒") print(bx) bqt={"🌠","💮","🐾","🌌","🍭","🍥","🔮","💎","👾","🍡","💰","⚓","🌿","⚜️","🎠","🎣",} ------------------------中国永远的神 function Main() local sjbq=bqt[math.random(1,#bqt)] SY = gg.choice({ sjbq.."𒅒🧊房 主 功 能🧊𒅒"..sjbq, sjbq.."𒅒️️🧊联 机 功 能️🧊𒅒"..sjbq, sjbq.."𒅒️️🧊炸 图 功 能🧊𒅒"..sjbq, sjbq.."𒅒️️️️️️🧊狙 击 功 能🧊𒅒"..sjbq, sjbq.."𒅒️️️️️️🧊娱 乐 功 能🧊𒅒"..sjbq, sjbq.."𒅒️️️️️️🧊播 放 音 乐🧊𒅒"..sjbq, sjbq.."𒅒️️️️️️🧊退 出 辅 助🧊𒅒"..sjbq, },2018,os.date("🛡中国-️凉情城-迷你号:"..lq.."🛡️\n🧊当前北京时间:%Y年%m月%d日%H时%M分%S秒🧊")) if SY == nil then gg.toast("爱死你啦") end if SY==1 then Main1() end if SY==2 then Main2() end if SY==3 then Main3() end if SY==4 then Main4() end if SY==5 then Main5() end if SY==6 then Main6() end if SY==7 then Exit() end FX1=0 end function Main1() SN = gg.multiChoice({ "🌿创 造 背 包🌿", "🌿附 魔🌿", "🌿枪 改 子 弹🌿", "🌿自 定 义 人 物 大 小🌿", "🌿无 限 脚 印🌿", "🌿天 空 下 雨🌿", "🌿禁 用 钩 爪塞 子 🌿", "🌿第 一 格 无 限 耐 久🌿", "🌿一 摔 就 死🌿", "🌿全 房 间 静 止🌿", "🌿修 改 宠 物🌿", "🌿动 态 发 图 片🌿", "🌿刷 勋 章🌿", "🌿修 改 房 间 名 字🌿", "🌿︎崩 溃 房 间🌿", "🌿︎可 挖 基 岩🌿", "🌿剑 无 限 c d🌿", "🌿吸 人🌿", "🌿强 制 改 密 码🌿", "🌿锁 血🌿", "🌿第 一 个 无 限 物 品🌿", "🌿添 加 坐 骑🌿", "🌿秒 吃 食 物🌿", "🌿无 限 氧 气🌿", "🌿开 大 房 间🌿", "🌿火 箭 喷 子🌿", "🌿自 动 走 路🌿", "🌿手 持 物 品 代 码🌿", "🌿秒 挖 方 块🌿", "🌿黑 色 天 空🌿", "🌿修 改 星 球🌿", "ʕ ᵔᴥᵔ ʔ 返 回 主 页 ʕ ᵔᴥᵔ ʔ", }, nil, "[🍋为什么说抱歉....明明是我不对🍋]") if SN == nil then else if SN[1]==true then a8() end if SN[2]==true then a9() end if SN[3]==true then a10() end if SN[4]==true then a11() end if SN[5]==true then a12() end if SN[6]==true then a13() end if SN[7]==true then a14() end if SN[8]==true then a15() end if SN[9]==true then a16() end if SN[10]==true then a17() end if SN[11]==true then a18() end if SN[12]==true then a19() end if SN[13]==true then a20() end if SN[14]==true then a21() end if SN[15]==true then a23() end if SN[16]==true then a24() end if SN[17]==true then a25() end if SN[18]==true then a26() end if SN[19]==true then a27() end if SN[20]==true then a28() end if SN[21]==true then a29() end if SN[22]==true then a31() end if SN[23]==true then a32() end if SN[24]==true then a33() end if SN[25]==true then a34() end if SN[26]==true then a35() end if SN[27]==true then a36() end if SN[28]==true then a37() end if SN[29]==true then a38() end if SN[30]==true then a39() end if SN[31]==true then a40() end if SN[32]==true then Main() end end FX=0 end ----------房主功能 function a8() qmnb = { {["memory"] = 4}, {["name"] = "电脑版创造背包"}, {["value"] =281510439550976 , ["type"] = 32}, {["lv"] = 16777216, ["offset"] = 328, ["type"] = 32}, } qmxg = { {["value"] = 16777472, ["offset"] = 328,["type"] = 32}, } xqmnb(qmnb) gg.clearResults() end function a9() F = gg.alert("🔰请选择{武器 工具}🔰","🍁武器🍁","🍁️工具🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "附魔"}, {["value"] = 945804461, ["type"] = 4}, {["lv"] = 1000, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"] = 20000, ["offset"] = 4, ["type"] = 4}, {["value"] = 5, ["offset"] = 8, ["type"] = 4}, {["value"] = 505, ["offset"] = 12, ["type"] = 4}, {["value"] = 605, ["offset"] = 16, ["type"] = 4}, {["value"] = 1005, ["offset"] = 20, ["type"] = 4}, {["value"] = 1105, ["offset"] = 24, ["type"] = 4}, {["value"] = 705, ["offset"] = 28, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() elseif F== 2 then gg.clearResults() qmnb = { {["memory"] = 4}, {["name"] = "附魔"}, {["value"] = 945804461, ["type"] = 4}, {["lv"] = 1000, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"] = 20000, ["offset"] = 4, ["type"] = 4}, {["value"] = 5, ["offset"] = 8, ["type"] = 4}, {["value"] = 2505, ["offset"] = 12, ["type"] = 4}, {["value"] = 2603, ["offset"] = 16, ["type"] = 4}, {["value"] = 2401, ["offset"] = 20, ["type"] = 4}, {["value"] = 1505, ["offset"] = 24, ["type"] = 4}, {["value"] = 1105, ["offset"] = 28, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() end end function a10() F = gg.alert("🔰请选择🔰","🍁狙击🍁","🍁️冲锋🍁️️","🎾重机🎾") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then A4 = gg.prompt({"『输入子弹代码』12299擎天柱炮弹-12300星星弹-15509燃烧激光-15510冰冻激光-15511爆炸激光-15512岩石海啸-15513冰球-15518特效炸弹-15519岩浆弹-15520混乱球_15521_15051燃烧箭-15052燃烧雪球-15053泡泡球-15056熔岩弹-15057混乱弹-15058炸弹-15059冰锥[不可放置方块]-15060熔岩球-15062冰锥-15064冰炸弹-15065火炸弹-15066冰雪弹-15067紫球-15068紫箭"} ,{[1]=12299},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "狙击枪强化"}, {["value"] = 1155186688, ["type"] = 4}, {["lv"] = 1152319488, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1137836032, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = A4, ["offset"] = 24, ["type"] = 4}, {["value"] = 1, ["offset"] = 20, ["type"] = 4}, {["value"] = 0, ["offset"] = -28, ["type"] = 16}, {["value"] = 0, ["offset"] = -44, ["type"] = 16}, } xqmnb(qmnb) end if F==2 then A5 = gg.prompt({"『输入子弹代码』12299擎天柱炮弹-12300星星弹-15509燃烧激光-15510冰冻激光-15511爆炸激光-15512岩石海啸-15513冰球-15518特效炸弹-15519岩浆弹-15520混乱球_15521_15051燃烧箭-15052燃烧雪球-15053泡泡球-15056熔岩弹-15057混乱弹-15058炸弹-15059冰锥[不可放置方块]-15060熔岩球-15062冰锥-15064冰炸弹-15065火炸弹-15066冰雪弹-15067紫球-15068紫箭"} ,{[1]=12299},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "冲锋枪强化"}, {["value"] = 1154613248, ["type"] = 4}, {["lv"] = 1149861888, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1123024896, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = A5, ["offset"] = 24, ["type"] = 4}, {["value"] = 1, ["offset"] = 20, ["type"] = 4}, {["value"] = 0, ["offset"] = -28, ["type"] = 16}, {["value"] = 0, ["offset"] = -44, ["type"] = 16}, } xqmnb(qmnb) end if F==3 then A6 = gg.prompt({"『输入子弹代码』12299擎天柱炮弹-12300星星弹-15509燃烧激光-15510冰冻激光-15511爆炸激光-15512岩石海啸-15513冰球-15518特效炸弹-15519岩浆弹-15520混乱球_15521_15051燃烧箭-15052燃烧雪球-15053泡泡球-15056熔岩弹-15057混乱弹-15058炸弹-15059冰锥[不可放置方块]-15060熔岩球-15062冰锥-15064冰炸弹-15065火炸弹-15066冰雪弹-15067紫球-15068紫箭"} ,{[1]=12299},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "重机枪强化"}, {["value"] = 1157840896, ["type"] = 4}, {["lv"] = 1149861888, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1123024896, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = A6, ["offset"] = 24, ["type"] = 4}, {["value"] = 1, ["offset"] = 20, ["type"] = 4}, {["value"] = 0, ["offset"] = -28, ["type"] = 16}, {["value"] = 0, ["offset"] = -44, ["type"] = 16}, } xqmnb(qmnb) end end function a11() F = gg.alert("🔰请选择{自己 别人}🔰","🍁自己🍁","🍁️别人🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then mn2=gg.prompt({"『自定义大小』"},{'3'},{"number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "凉情自创"}, {["value"] =lq, ["type"] = 4}, {["lv"] = 16777473, ["offset"] = -56, ["type"] = 4}, } qmxg = { {["value"] = mn2, ["offset"] = 148,["type"] = 16}, } xqmnb(qmnb) gg.clearResults() elseif F== 2 then mn2=gg.prompt({"『玩家迷你号』"},{'3'},{"number"})[1] mn1=gg.prompt({"『自定义大小』"},{'3'},{"number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "凉情自创"}, {["value"] =mn2, ["type"] = 4}, {["lv"] = 16777473, ["offset"] = -56, ["type"] = 4}, } qmxg = { {["value"] = mn1, ["offset"] = 148,["type"] = 16}, } xqmnb(qmnb) gg.clearResults() end end function a12() F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = "凉情自创"}, {["value"] =28274328, ["type"] = 4}, {["lv"] = 28275432, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 0, ["offset"] = -4,["type"] = 16}, } xqmnb(qmnb) gg.clearResults() elseif F== 2 then qmnb = { {["memory"] = 16384}, {["name"] = "凉情自创"}, {["value"] =28274328, ["type"] = 4}, {["lv"] = 28275432, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 200, ["offset"] = -4,["type"] = 16}, } xqmnb(qmnb) gg.clearResults() end end function a13() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = "天空下雨"}, {["value"] = 1008981770, ["type"] = 4}, {["lv"] = -1138501878, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"] = 1, ["offset"] = -4, ["type"] = 16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() elseif F == 2 then qmnb = { {["memory"] = 16384}, {["name"] = "天空下雨"}, {["value"] = 1008981770, ["type"] = 4}, {["lv"] = 1065353216, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"] = -0.00999999978, ["offset"] = -4, ["type"] = 16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end end function a14() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "禁用钩爪"}, {["value"] = 12006, ["type"] = 4}, {["lv"] = 12006, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1, ["offset"] = 180, ["type"] = 4}, {["lv"] = 2, ["offset"] = 316, ["type"] = 4}, {["lv"] = 12006, ["offset"] = 176, ["type"] = 4}, } qmxg = { {["value"] = 0, ["offset"] = 176, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() qmnb = { {["memory"] = 4}, {["name"] = "禁用塞子"}, {["value"] = 12008, ["type"] = 4}, {["lv"] = 12008, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1, ["offset"] = 180, ["type"] = 4}, {["lv"] = 2, ["offset"] = 316, ["type"] = 4}, {["lv"] = 12008, ["offset"] = 176, ["type"] = 4}, } qmxg = { {["value"] = 0, ["offset"] = 176, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() elseif F == 2 then qmnb = { {["memory"] = 4}, {["name"] = "解除禁用钩爪"}, {["value"] = 12006, ["type"] = 4}, {["lv"] = 12006, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1, ["offset"] = 180, ["type"] = 4}, {["lv"] = 0, ["offset"] = 176, ["type"] = 4}, } qmxg = { {["value"] = 12006, ["offset"] = 176, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() qmnb = { {["memory"] = 4}, {["name"] = "解除禁用塞子"}, {["value"] = 12008, ["type"] = 4}, {["lv"] = 12008, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1, ["offset"] = 180, ["type"] = 4}, {["lv"] = 0, ["offset"] = 176, ["type"] = 4}, } qmxg = { {["value"] = 12008, ["offset"] = 176, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() end end function a15() qmnb = { {["memory"] = 4}, {["name"] = "无限耐久"}, {["value"] = 945804461, ["type"] = 4}, {["lv"] = 1000, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"] = 20000, ["offset"] = 4, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) end function a16() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =28965208, ["type"] = 4}, {["lv"] =38522944 , ["offset"] = -176, ["type"] = 4}, } qmxg = { {["value"]=0.0,["offset"]=-156,["type"]=16}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =28965208, ["type"] = 4}, {["lv"] =38522944 , ["offset"] = -176, ["type"] = 4}, } qmxg = { {["value"]=100.0,["offset"]=-156,["type"]=16}, } xqmnb(qmnb) end end function a17() F = gg.alert("🔰请选择🔰","🍁开始界面🍁","🍁️开始按纽🍁️️","🎾关🎾") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "界面"}, {["value"] = 3000, ["type"] = 4}, {["lv"] = 900, ["offset"] = 40, ["type"] = 4},} qmxg = { {["value"] = 16777472, ["offset"] = 28, ["type"] = 4, ["freeze"] = true},} xqmnb(qmnb) gg.clearResults() end if F==2 then qmnb = { {["memory"] = 4}, {["name"] = "按钮"}, {["value"] = 811, ["type"] = 4}, {["lv"] = 629, ["offset"] = -8, ["type"] = 4},} qmxg = { {["value"] = 16777472, ["offset"] = -12, ["type"] = 4, ["freeze"] = true},} xqmnb(qmnb) gg.clearResults() end if F==3 then qmnb = { {["memory"] = 4}, {["name"] = "界面"}, {["value"] = 3000, ["type"] = 4}, {["lv"] = 900, ["offset"] = 40, ["type"] = 4},} qmxg = { {["value"] = 16777216, ["offset"] = 28, ["type"] = 4, ["freeze"] = true},} xqmnb(qmnb) gg.clearResults() end end function a18() b = gg.prompt({"请输入宠物代码 远古叮叮-3511 房主闪退-3512-请输入宠物代码10001-小泡沫.10002-泡泡团子.10003-四泡团.10004-小孩子.10005-的叶团子.10006-豪华团.10007-小石子.10008-岩石团.10009-巨岩团.10010-小火量.10011-暖暖团.10012-报火团.10013-小HT.10014-跳跳蛙.10015-忍忍娃.10016-小免机.10017-免叫.10018-玉免机.10019-迷你注.10020-旺旺.10021-旺旺警长.10022-小龙蛋10023-黑龙重10024-黑龙糕10025-小菲鹏.10026-球糟鹏10027-全羽鹅网.10028-小灵球.10029-幽酬球.10030-重灵王球.10031-小黑猫.10032-焦炭猫.10033-黑飘远.10034-小球节.10035-球球豹.10036-球豹王子.10037-小擦报.10038-奏乐猴.10039-梵音猴.10040-小孔雀.10041-雏孔雀.10042-丰羽孔雀 虚空幻境-猛3516 虚空幻境-速3515 远古叮叮-3511 房主闪退-3513 爆爆蛋-3109 恢复-10001"} ,{[1]=3512},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "宠物"}, {["value"] = 10001, ["type"] = 4}, {["lv"] = 1, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = b, ["offset"] = 8, ["type"] = 4}, } xqmnb(qmnb) end function a19() gg.alert("🧊先点击动态发布按钮🧊","🍁️开启🍁️️") gg.clearResults() gg.setRanges(4) gg.searchNumber("65536;65792;421;16777216;1065353216", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("16777216", gg.TYPE_DWORD, 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_DWORD,freeze = true,value = 16777472}}) end gg.toast("修改成功") gg.clearResults() end function a20() F = gg.alert("🔰请选择{皮肤 强大}🔰","🍁华丽变身🍁","🍁️强大如我🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then vip= gg.prompt({"输入你拥有的一个皮肤号: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幻0式 30柳仙儿 31帕普奇 32米娜 33雪人 34嘟嘟啵啵 35啵啵 36嘟嘟 37梦歌 38斩浪 39天使 40暗灵 50乔克 51小艾 52秦天柱 53威震天 54慕斯 55金悠悠 56喜团团 57林千树 58大黄蜂 59花幽幽 60星灵 61雪球球 62爱丽丝 63龟太郎 64红蜘蛛 65热破 66惊破天 67劳尔 68铃音 69清弦 70紫悦 71宇宙公主 72柔柔女孩 73月亮公主 74钢索 75飞镖 76嚎叫 77达奇 78塔琳娜 79森林隐者 80兔子拉比 81碧琪 82卡洛尔 83余小环 84章小丸 85熊小吉 86星光熠熠 87云宝 88音韵公主 89初慕 90冲云霄 96大无畏 91利爪 102圣婴 103牛魔王 104灵瑶 105小红帽 106迷小酷 107狼少年 108天仙子雅 109天仙子颂 110红玫瑰少女 111橘子 112绣球花少年查李斯 113泡泡 114朝露繁花 115冰公主 116红桃 117白光莹 118灰姑娘克里斯丁 119灵公主 120小龙人麒休 121妙妙 122白天鹅 123时稀 124洁莉 125快客小窝 126野人 127黑天鹅 128青蛙王子 130白雪公主 131汉森 132格雷特 136哈鲁 138春雨 139青夏 140秋果 141小蓝 142童梦仙踪 143凌美琪 144凌美雪 145游乐王子 146璎落 147雷光 148凛冬 149珍奇女孩 150苹果嘉儿女孩 151阿拉灯 152匹诺曹 153塔莎 154殷小敏 155施巧灵 156彩俐公主 158络特 159瑶月仙子 160玉团儿 161号手妮塔 162鼓手尼普 163龙响无双 164拾玖 165糖心小熊 166星月小梦 167星团公主玻璃 169莺初 171空候 172倪羽儿 173谢知礼 174开斯特 175奥利维亚 178极兽特工沃夫•银 179灵公主 180龙空空 181火鸡专家托克 182贝瑞 184莎莎 186云裳 187元祥儿 188颜廷怀 189舞狮游龙 190蜜多多 191沈一弦 192云胭 193苍鸿 196米兰达 197帝皇侠 198虎心玉 199虎啸丰 200艾利菲 201泰森 202芙洛丝"} ,{[1]=34},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "皮肤勋章"}, {["value"] = 808465457, ["type"] = 4}, {["lv"] = 2, ["offset"] = 216, ["type"] = 4}, {["lv"] = 0, ["offset"] = -20, ["type"] = 4}, {["lv"] = 0, ["offset"] = -24, ["type"] = 4}, {["lv"] = 0, ["offset"] = -28, ["type"] = 4}, } qmxg = { {["value"] = vip, ["offset"] = -84, ["type"] = 4}, } xqmnb(qmnb) elseif F== 2 then qmnb = { {["memory"] = 4}, {["name"] = "强大如我"}, {["value"] =1080360960, ["type"] = 4}, {["lv"] = 0, ["offset"] = -20, ["type"] = 4}, } qmxg = { {["value"] = 500, ["offset"] = -20,["type"] = 64}, } xqmnb(qmnb) end end function a21() aaa1 = gg.prompt({"输入要修改的地图作者迷你号"} ,{[1]=0},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] = a, ["type"] = 4}, {["lv"] = aaa1, ["offset"] = 160, ["type"] = 4}, {["lv"] = aaa1, ["offset"] = 200, ["type"] = 4}, } mnmz = ":wwwwwwwwwwwwwwwww" mnmcc = gg.prompt({"输入你要修改的自定义地图名字,不能把:这个删了"} ,{[1]=":"},{[1]="text"})[1] qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] = a, ["type"] = 4}, {["lv"] = aaa1, ["offset"] = 160, ["type"] = 4}, {["lv"] = aaa1, ["offset"] = 200, ["type"] = 4}, } qmxg = { {["value"] = mnmz, ["offset"] = 8, ["type"] = 4}, {["value"] = mnmz, ["offset"] = 12, ["type"] = 4}, {["value"] = mnmz, ["offset"] = 16, ["type"] = 4}, {["value"] = mnmz, ["offset"] = 20, ["type"] = 4}, {["value"] = mnmz, ["offset"] = 24, ["type"] =4 }, {["value"] = mnmz, ["offset"] = 28, ["type"] =4 }, {["value"] = mnmz, ["offset"] = 32, ["type"] =4 }, {["value"] = mnmz, ["offset"] = 36, ["type"] =4 }, {["value"] = mnmz, ["offset"] = 40, ["type"] =4 }, {["value"] = mnmz, ["offset"] = 44, ["type"] = 4}, {["value"] = mnmz, ["offset"] = 48, ["type"] = 4}, {["value"] = mnmz, ["offset"] = 52, ["type"] = 4}, {["value"] = mnmz, ["offset"] = 56, ["type"] = 4}, {["value"] = mnmz, ["offset"] = 60, ["type"] = 4}, {["value"] = mnmz, ["offset"] = 64, ["type"] = 4}, {["value"] = mnmz, ["offset"] = 68, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.searchNumber(":wwwwwwwwwwwwwwwww", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(200, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll(mnmcc, gg.TYPE_BYTE) gg.toast("自定义地图名开启成功") if gg.getResultCount() == 0 then gg.toast("自定义地图名开启失败") else end end function a23() function bf(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.."开启成功,共注入 2 条冻结数据") else gg.toast(qmnbn.."开启失败,请尝试重启游戏") end end end bf( { {4}, {"崩服器"}, {773094113340, gg.TYPE_QWORD}, {220, 16, gg.TYPE_DWORD}, }, { {-10000, 28, gg.TYPE_DWORD, true}, } ) gg.clearResults() end function a24() gg.toast("请选择手撸基石开关。") F = gg.alert("请选择手撸基岩[开 关]","🍔开🍔","🍔关🍔") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("你未选择[开 关]") else end if F== 1 then local FKC_a1 = os.clock() gg.toast("正在开启手撸基石请稍等") gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber("1~1000;-1;-1F;15;10000::88", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount()==0 then gg.toast("🎋开启失败..功能是否已开启❓")gg.toast("此功能是否已开启?检测到特征码无效已自动停止开启") else if gg.isVisible(true) then gg.alert('违规操作🎋制作不易且行且珍惜\n🎋请勿在执行时打开🎋','🎋强制结束🎋') gg.clearResults() gg.toast("🎋开启失败🎋") os.exit() end gg.searchNumber("-1", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount()==0 then gg.toast("🎋开启失败..功能是否已开启❓") gg.toast("此功能是否已开启?检测到特征码无效已自动停止开启")else if gg.isVisible(true) then gg.alert('违规操作🎋制作不易且行且珍惜\n🎋请勿在执行时打开🎋','🎋强制结束🎋') gg.clearResults() gg.toast("🎋开启失败🎋") os.exit() end a1=gg.getResultsCount() gg.getResults(a1) gg.editAll("5", gg.TYPE_FLOAT) gg.toast('✔️ID:手撸基岩开启成功\n📝共修改' .. a1 .. '条数据'..string.format('\n🧭耗时: %.2f', os.clock() - FKC_a1)) gg.toast("手撸基石开启成功,共修改"..a1.."条数据"..string.format("耗时: %.2f秒", os.clock() - FKC_a1)) gg.clearResults() end end elseif F == 2 then local FKC_a1 = os.clock() gg.toast("正在关闭手撸基石请稍等") gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber("1~1000;-1;5F;15;10000::88", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount()==0 then gg.toast("🎋恢复失败..功能是否已开启❓") gg.toast("此功能是否已开启?检测到特征码无效已自动停止恢复")else if gg.isVisible(true) then gg.alert('违规操作🎋制作不易且行且珍惜\n🎋请勿在执行时打开🎋','🎋强制结束🎋') gg.clearResults() gg.toast("🎋开启失败🎋") os.exit() end gg.searchNumber("5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount()==0 then gg.toast("🎋恢复失败..功能是否已开启❓")gg.toast("此功能是否已开启?检测到特征码无效已自动停止恢复") else if gg.isVisible(true) then gg.alert('违规操作🎋制作不易且行且珍惜\n🎋请勿在执行时打开🎋','🎋强制结束🎋') gg.clearResults() gg.toast("🎋开启失败🎋") os.exit() end a1=gg.getResultsCount() gg.getResults(a1) gg.editAll("-1", gg.TYPE_FLOAT) gg.toast('✔️ID:手撸基岩恢复成功\n📝共修改' .. a1 .. '条数据'..string.format('\n🧭耗时: %.2f', os.clock() - FKC_a1)) gg.toast("手撸基石恢复成功,共修改"..a1.."条数据"..string.format("耗时: %.2f秒", os.clock() - FKC_a1)) gg.clearResults() end end end end function a25() gg.clearResults() gg.setRanges(4) gg.searchNumber("12005D;5;0.6::400", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.6;5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("0", gg.TYPE_FLOAT) end function a26() gg.toast("请选择开关") F = gg.alert("💋请选择{开 关}💋","💅🏼开👎🏻","🙏🏾️关👣") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("🎁你未选择{开 关}") else end if F== 1 then gg.toast("正在开启,请稍等") gg.clearResults() qmnb = { {["memory"] = 4}, {["name"] = "吸人"}, {["value"] = 220, ["type"] = 4}, {["lv"] = 60, ["offset"] = -16, ["type"] = 4}, {["lv"] = 180, ["offset"] = -12, ["type"] = 4}, {["lv"] = 120, ["offset"] = -4, ["type"] = 4}, {["lv"] = 120, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 0, ["offset"] = 8, ["type"] = 4, ["freeze"] = true}, {["value"] = 0, ["offset"] = 16, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) gg.clearResults() elseif F == 2 then gg.toast("正在开启,请稍等") gg.clearResults() qmnb = { {["memory"] = 4}, {["name"] = "吸人"}, {["value"] = 220, ["type"] = 4}, {["lv"] = 60, ["offset"] = -16, ["type"] = 4}, {["lv"] = 180, ["offset"] = -12, ["type"] = 4}, {["lv"] = 120, ["offset"] = -4, ["type"] = 4}, {["lv"] = 120, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 0, ["offset"] = 8, ["type"] = 4, ["freeze"] = false}, {["value"] = 0, ["offset"] = 16, ["type"] = 4, ["freeze"] = false}, } xqmnb(qmnb) gg.clearResults() end end function a27() F=gg.alert("请选择{开 关}", "开", "关️️") if F ~= 1 and F ~= 2 then gg.toast("你未选择开关默认取消") gg.toast("你未选择{开 关}") else end if F==1 then qmnb = { {["memory"] = 4}, {["name"] = "强制修改密码"}, {["value"] = 6005, ["type"] = 4}, {["lv"] = 16777216, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1, ["offset"] = 8, ["type"] = 4}, {["lv"] = 0, ["offset"] = 12, ["type"] = 4}, {["lv"] = 2, ["offset"] = 24, ["type"] = 4}, {["lv"] = 16777216, ["offset"] = 28, ["type"] = 4}, } qmxg = { {["value"] = 16777472, ["offset"] = 28, ["type"] = 4}, } xqmnb(qmnb) end if F==2 then qmnb = { {["memory"] = 4}, {["name"] = "强制修改密码关闭"}, {["value"] = 6005, ["type"] = 4}, {["lv"] = 16777216, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1, ["offset"] = 8, ["type"] = 4}, {["lv"] = 0, ["offset"] = 12, ["type"] = 4}, {["lv"] = 2, ["offset"] = 24, ["type"] = 4}, {["lv"] = 16777472, ["offset"] = 28, ["type"] = 4}, } qmxg = { {["value"] = 16777216, ["offset"] = 28, ["type"] = 4}, } xqmnb(qmnb) end end function a28() gg.toast("开启成功后点击继续探险") gg.clearResults() qmnb = { {["memory"] = 4}, {["name"] = "无敌"}, {["value"] = 4474776592571170816, ["type"] = 32}, {["lv"] = 1065353216, ["offset"] = -4, ["type"] = 4}, {["lv"] = 1065353216, ["offset"] = -8, ["type"] = 4}, {["lv"] = -1082130432, ["offset"] =-192 , ["type"] = 4}, } qmxg = { {["value"] = 10000, ["offset"] = -256, ["type"] = 16,["freeze"] = true}, {["value"] = 10000, ["offset"] = -252, ["type"] = 16,["freeze"] = true}, {["value"] = 9999, ["offset"] = -80, ["type"] = 16,["freeze"] = true}, } xqmnb(qmnb) gg.clearResults() end function a29() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "无限物品"}, {["value"] =945804461, ["type"] = 4}, {["lv"] = 1000, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"]=945804388,["offset"]=0,["type"]=4,["freeze"] = true}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 4}, {["name"] = "无限物品"}, {["value"] =945804461, ["type"] = 4}, {["lv"] = 1000, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"]=94580388,["offset"]=0,["type"]=4,["freeze"] = true}, } xqmnb(qmnb) end end function a31() o2= gg.choice({ "𒅒🧊化石龙🧊𒅒", "𒅒🧊机灵飞鼠🧊𒅒", "𒅒🧊瑞祥麒麟🧊𒅒", "𒅒🧊陆行鸟🧊𒅒", "𒅒🧊️大白象🧊𒅒", "𒅒🧊️超能海豹🧊𒅒", "𒅒🧊舞狮猫猫🧊𒅒", "𒅒🧊星河天马🧊𒅒", "𒅒🧊桃香扇缘🧊𒅒", "𒅒🧊深渊咆哮🧊𒅒", "𒅒🧊皎月仙宫🧊𒅒", "𒅒🧊冰雪传说🧊𒅒", "𒅒🧊缤纷幻想🧊𒅒", "𒅒🧊福运哞哞🧊𒅒", "𒅒🧊浮游山海🧊𒅒", "𒅒🧊镜花水月🧊𒅒", "𒅒🧊️鹿王本身🧊𒅒", "𒅒🧊️精灵南瓜车🧊𒅒", "𒅒🧊️竹 蜻 蜓🧊𒅒", "𒅒🧊️曦光绘梦🧊𒅒", "𒅒🧊️裂空机甲🧊𒅒", "𒅒🧊️星河机甲🧊𒅒", "𒅒🧊️环海洛洛🧊𒅒", "𒅒🧊️尼龙洛洛🧊𒅒", "𒅒🧊️虚空龙祖🧊𒅒", "𒅒🧊️繁花夜明🧊𒅒", "𒅒🧊️星月魔毯🧊𒅒", "𒅒🧊️千机隼🧊𒅒", "𒅒🧊️无限电音🧊𒅒", "𒅒🧊️云梦花舞🧊𒅒", "𒅒🧊️醉花阴🧊𒅒", "𒅒🧊️帝皇战龙🧊𒅒", "𒅒🧊️虎虎生威🧊𒅒", "𒅒🧊️旺财🧊𒅒", "𒅒🧊️帝皇侠🧊𒅒", "𒅒🎡返 回 主 页🎡𒅒",},2018,os.date("𒅒跪得太久,都不知道自己站起来了…𒅒")) if o2==1 then o=3432 o4() end if o2==2 then o=3435 o4() end if o2==3 then o=3438 o4() end if o2==4 then o=3441 o4() end if o2==5 then o=3444 o4() end if o2==6 then o=3447 o4() end if o2==7 then o=3456 o4() end if o2==8 then o=3459 o4() end if o2==9 then o=3462 o4() end if o2==10 then o=3471 o4() end if o2==11 then o=3480 o4() end if o2==12 then o=3485 o4() end if o2==13 then o=3487 o4() end if o2==14 then o=3489 o4() end if o2==15 then o=3492 o4() end if o2==16 then o=3497 o4() end if o2==17 then o=4503 o4() end if o2==18 then o=4507 o4() end if o2==19 then o=4510 o4() end if o2==20 then o=4515 o4() end if o2==21 then o=4518 o4() end if o2==22 then o=4521 o4() end if o2==23 then o=4526 o4() end if o2==24 then o=4528 o4() end if o2==25 then o=4533 o4() end if o2==26 then o=4537 o4() end if o2==27 then o=4541 o4() end if o2==28 then o=4545 o4() end if o2==29 then o=4548 o4() end if o2==30 then o=4551 o4() end if o2==31 then o=4554 o4() end if o2==32 then o=4562 o4() end if o2==33 then o=4566 o4() end if o2==34 then o=4556 o4() end if o2==35 then o=4570 o4() end XGCK=-1 end function o4() qmnb = { {["memory"] = 4}, {["name"] = "坐骑"}, {["value"] = 4842495500454461440, ["type"] =32 }, {["lv"] = 1127481344, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1106247680, ["offset"] = 0x14, ["type"] = 4}, {["lv"] = 1065353216, ["offset"] = 0x50, ["type"] = 4}, {["lv"] = 1065353216, ["offset"] = -0x8, ["type"] = 4}, } qmxg = { {["value"] = o, ["offset"] = 0xD4, ["type"] = 4, ["freeze"] = true}, {["value"] = 16777472, ["offset"] = -0x34, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end function a32() qmnb = { {["memory"] = 4}, {["name"] = "吃食物"}, {["value"] = 10000, ["type"] = 4}, {["lv"] = 30, ["offset"] = -44, ["type"] = 4}, } qmxg = { {["value"] = -9999, ["offset"] = -44, ["type"] = 4}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end function a33() qmnb = { {["memory"] = 4}, {["name"] = "无限氧气"}, {["value"] =1041865114, ["type"] = 4}, {["lv"] = 1028443341, ["offset"] = -16, ["type"] = 4}, } qmxg = { {["value"]=10,["offset"]=-168,["type"]=16,["freeze"] = true}, } xqmnb(qmnb) end function a34() A1 = gg.prompt({"『请输入你要开启的房间人数』7-10人房 8-20人房 9-30人房 10-40人房 [开启成功后直接开6人房间]"} ,{[1]=8},{[1]="number"})[1] gg.clearResults() qmnb = { {["memory"] = 4}, {["name"] = "房间人数"}, {["value"] = 13963100160, ["type"] = 32}, {["lv"] = 0, ["offset"] = -4, ["type"] = 4}, {["lv"] = 1076101120, ["offset"] = -48, ["type"] = 4}, {["lv"] = 3, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1077805056, ["offset"] = -16, ["type"] = 4}, } qmxg = { {["value"] = A1, ["offset"] = -68, ["type"] = 64}, } xqmnb(qmnb) end function a35() F = gg.alert("请选择{开 关}","开","️关️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("你未选择{开 关}") else end if F== 1 then mm1 = gg.prompt({"『输入火箭筒发射数量』"} ,{[1]=1},{[1]="number"})[1] gg.clearResults() gg.setRanges(4) gg.searchNumber("12284;12,285;1;1F;::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) sl=gg.getResultCount() if sl>0 then gg.searchNumber("1", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll(mm1, gg.TYPE_DWORD) gg.toast("火箭筒发射数量开启成功,共注入1条数据") gg.clearResults() mm2 = mm1 else gg.toast("火箭筒发射数量开启失败") end elseif F== 2 then gg.clearResults() gg.setRanges(4) gg.searchNumber("12284;12,285;"..mm2..";1F;::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) sl=gg.getResultCount() if sl>0 then gg.searchNumber(mm2, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("1", gg.TYPE_DWORD) gg.toast("火箭筒发射数量开启成功,共注入1条数据") gg.clearResults() else gg.toast("火箭筒发射数量开启失败") end end end function a36() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] =773094113340, ["type"] = 32}, {["lv"] = 180, ["offset"] = 4, ["type"] = 4}, {["lv"] = 515396075740, ["offset"] = 16, ["type"] = 32}, } qmxg = { {["value"]=4,["offset"]=244,["type"]=16,["freeze"] = true}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() elseif F == 2 then qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] =773094113340, ["type"] = 32}, {["lv"] = 180, ["offset"] = 4, ["type"] = 4}, {["lv"] = 515396075740, ["offset"] = 16, ["type"] = 32}, } qmxg = { {["value"]=-1,["offset"]=244,["type"]=16,["freeze"] = true}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end end function a37() gg.setRanges(4) local dataType = 4 local tb1 = {{1117126656, 0},{256, -36},{65793, -92},} local tb2 = {{ -100 }, } SearchWrite(tb1, tb2, dataType) sln=gg.getResultCount() if sln<1 then return end local nmb=gg.getResults(1) sl=gg.getValues(nmb) nnb=sl[1].value gg.alert("手中物品代码为"..nnb) end function a38() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =2139095039, ["type"] = 4}, {["lv"] = 1120403456, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"]=0,["offset"]=8,["type"]=16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() elseif F == 2 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =2139095039, ["type"] = 4}, {["lv"] = 1120403456, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"]=0.3,["offset"]=8,["type"]=16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") end end function a39() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =1045220557, ["type"] = 4}, {["lv"] = 1117782016, ["offset"] = -12, ["type"] = 4}, } qmxg = { {["value"]=-9999,["offset"]=-4,["type"]=16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") elseif F == 2 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =1045220557, ["type"] = 4}, {["lv"] = 1117782016, ["offset"] = -12, ["type"] = 4}, } qmxg = { {["value"]=0.4,["offset"]=-4,["type"]=16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") end end function a40() i19= gg.choice({ "𒅒🧊改为迷你星🧊𒅒", "𒅒🧊改为烈焰星🧊𒅒", "𒅒🧊改为萌眼星🧊𒅒", "𒅒🎡返 回 主 页🎡𒅒",},i2,os.date("[🍋......🍋]")) if i19==1 then i26=0 i15() end if i19==2 then i26=1 i15() end if i19==3 then i26=2 i15() end XGCK=-1 end function i15() qmnb = { {["memory"] = 4}, {["name"] = "修改星球"}, {["value"] = lq, ["type"] = 4}, {["lv"] = 16777473, ["offset"] = -56, ["type"] = 4},} qmxg = { {["value"] = i26, ["offset"] = -72, ["type"] = 4},} xqmnb(qmnb) gg.clearResults() end -------------房主功能 function Main2() SN = gg.multiChoice({ "🧊飞 行🧊", "🧊穿 墙🧊", "🧊取 消 身 份 证.黑 名 单🧊", "🧊加 速🧊", "🧊伪 房 服 主🧊", "🧊远 程 攻 击🧊", "🧊︎改 坐 标🧊", "🧊自 定 义 动 作 .特 效🧊", "🧊自 定 义 开 关 危 险 品 文 字🧊", "🧊自 定 义 跳 高🧊", "🧊添 加 乐 器🧊", "🧊无 限 星 星🧊", "🧊踢 房 主🧊", "🧊联 机 修 改 头 像🧊", "🧊刷 怪 方 块 鸡 改 坐 骑🧊", "🧊飞 行 速 度🧊", "🧊秒 拿 东 西🧊", "🧊死 亡 移 动🧊", "🧊添 加 火 箭 背 包🧊", "🧊改 名 字🧊", "🧊上 帝 视 角🧊", "🧊无 限 跳🧊", "🧊蝙 蝠 模 式🧊", "🧊地 心 人 走 路🧊", "🧊自 定 义 修 改 高 度🧊", "🧊篮 足 球 模 式🧊", "🧊替 别 人 打 字🧊", "🧊解 锁 物 品🧊", "🧊太 空 漫 步🧊", "🧊仙 人 掌 特 殊 方 块🧊", "🧊反 向 隐 身🧊", "🧊联 机 取 物🧊", "🧊踢 玩 家🧊", "🧊无 需 蓄 力🧊", "🧊人 物 浮 空🧊", "🧊人 物 失 重🧊", "🧊修 改 皮 肤🧊", "🧊取 消 禁 言🧊", "🧊人 物 技 能🧊", "🧊全 屏 控 制🧊", "(✧∇✧) 返 回 主 页 (✧∇✧)", }, nil, "[🍋你是我想保护的人啊......🍋]") if SN == nil then else if SN[1]==true then b1() end if SN[2]==true then b2() end if SN[3]==true then b3() end if SN[4]==true then b4() end if SN[5]==true then b5() end if SN[6]==true then b6() end if SN[7]==true then b7() end if SN[8]==true then b8() end if SN[9]==true then b9() end if SN[10]==true then b10() end if SN[11]==true then b11() end if SN[12]==true then b12() end if SN[13]==true then b13() end if SN[14]==true then b14() end if SN[15]==true then b15() end if SN[16]==true then b16() end if SN[17]==true then b17() end if SN[18]==true then b18() end if SN[19]==true then b19() end if SN[20]==true then b20() end if SN[21]==true then b21() end if SN[22]==true then b22() end if SN[23]==true then b23() end if SN[24]==true then b24() end if SN[25]==true then b25() end if SN[26]==true then b26() end if SN[27]==true then b27() end if SN[28]==true then b28() end if SN[29]==true then b29() end if SN[30]==true then b30() end if SN[31]==true then b31() end if SN[32]==true then b32() end if SN[33]==true then b33() end if SN[34]==true then b34() end if SN[35]==true then b35() end if SN[36]==true then b36() end if SN[37]==true then b37() end if SN[38]==true then b38() end if SN[39]==true then b39() end if SN[40]==true then b40() end if SN[41]==true then Main() end end FX=0 end -----------联机功能 function b1() F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb={ {["memory"]=4}, {["name"]="伪飞行"}, {["value"]=-1020002304,["type"]=4}, {["lv"]=-1046478848,["offset"]=-4,["type"]=4} } qmxg={ {["value"]=16777472,["offset"]=-76,["type"]=4,["freeze"]=true} } xqmnb(qmnb) gg.clearResults() elseif F== 2 then qmnb={ {["memory"]=4}, {["name"]="伪飞行"}, {["value"]=-1020002304,["type"]=4}, {["lv"]=-1046478848,["offset"]=-4,["type"]=4} } qmxg={ {["value"]=16777216,["offset"]=-76,["type"]=4,["freeze"]=true} } xqmnb(qmnb) gg.clearResults() end end function b2() F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then gg.setRanges(4) local dataType = 4 local tb1 = {{220, 0}, {120, -4}, {60, -16}, {120, 4},} local tb2 = {{-9999, -12,true}, } SearchWrite(tb1, tb2, dataType) elseif F== 2 then gg.setRanges(4) local dataType = 4 local tb1 = {{220, 0}, {120, -4}, {60, -16}, {120, 4},} local tb2 = {{180, -12,true}, } SearchWrite(tb1, tb2, dataType) end end function b3() F = gg.alert("🔰请选择{身份证 黑名单}🔰","🍁取消身份证🍁","🍁️取消黑名单🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "取消实名认证"}, {["value"] =458686464, ["type"] = 4}, {["lv"] = 6999, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 16777216, ["offset"] = 32,["type"] = 4,freeze = true}, } xqmnb(qmnb) gg.clearResults() elseif F== 2 then qmnb = { {["memory"] = 4}, {["name"] = "取消黑名单"}, {["value"] =4295032832 , ["type"] = 32}, {["lv"] = 16777472, ["offset"] = 32, ["type"] = 32}, } qmxg = { {["value"] = 16777216, ["offset"] = 32,["type"] = 32,["freeze"] = true}, } xqmnb(qmnb) gg.clearResults() end end function b4() AA3 = gg.prompt({"输入加数倍数"} ,{[1]=70},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "基础速度"}, {["value"] = 72058702139490303, ["type"] = 32}, {["lv"] = 16777473, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = AA3, ["offset"] = 32, ["type"] = 16, ["freeze"] = true}, } xqmnb(qmnb) gg.clearResults() end function b5() F = gg.alert("🔰请选择{房主 服主}🔰","🍁伪房主🍁","🍁️伪服主🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "伪房主"}, {["value"] = 11522, ["type"] = 4}, {["lv"] = 11014, ["offset"] = 4, ["type"] = 4},} qmxg = { {["value"] = 3, ["offset"] = 36, ["type"] = 4},} xqmnb(qmnb) gg.clearResults() elseif F== 2 then y = gg.prompt({"『输入服主的迷你号』"} ,{[1]=12345},{[1]="number"})[1] gg.clearResults() qmnb = { {["memory"] = 4}, {["name"] = "云服服主"}, {["value"] =y, ["type"] = 4}, {["lv"] = 1, ["offset"] = 4, ["type"] = 4}, {["lv"] =32767, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = lq, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() end end function b6() gg.clearResults() gg.setRanges(16384) gg.searchNumber("400F;500F", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("400F;500F", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(100) sl=gg.getResultCount() if sl>100 then sl=100 end for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_FLOAT,freeze = true,value = 9999}}) end gg.toast("开启成功") gg.clearResults() end function b7() W = gg.prompt({"请输入你想要去的横坐标后面加两个0"} ,{[1]=500},{[1]="number"})[1] Q = gg.prompt({"请输入你想要去的坚坐标后面加两个0"} ,{[1]=500},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] = 220, ["type"] = 4}, {["lv"] = 60, ["offset"] = -16, ["type"] = 4}, {["lv"] = 180, ["offset"] = -12, ["type"] = 4}, {["lv"] = 120, ["offset"] = -4, ["type"] = 4}, {["lv"] = 120, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = W, ["offset"] = 8, ["type"] = 4}, {["value"] = Q, ["offset"] = 16, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() end function QQ1() local t = {"libAppPlayJNI.so:bss", "Cb"} local tt = {0x619398, 0x330, 0x340} local ttt = S_Pointer(t, tt) gg.addListItems({{address = ttt, flags = 4, value = Q1, freeze = true}}) end function QQ3() gg.setRanges(4) local dataType = 32 local tb1 = {{lq,0},{16777473,-56} } local tb2 = {{Q3, -68 }, } SearchWrite(tb1, tb2, dataType) gg.toast("吔屎啦你") gg.clearResults() end function b8() menu1 = gg.choice({ "𒅒♥️紫色月亮♥️𒅒", "𒅒♥️碧琪特效♥️𒅒", "𒅒♥️绿色特效♥️𒅒", "𒅒♥️彩虹拖尾♥️𒅒", "𒅒♥️️蓝色特效♥️𒅒", "𒅒♥️️花小楼特效♥️𒅒", "𒅒♥️️冰公主特效♥️𒅒", "𒅒♥️️叶萝莉特效♥️𒅒", "𒅒♥️跳舞动作♥️𒅒", "𒅒♥️抱坐动作♥️𒅒", "𒅒♥️睡觉动作♥️𒅒", "𒅒♥️️欢呼动作♥️𒅒", "𒅒♥️漂浮动作️♥️𒅒", "𒅒♥️摸空气动作️♥️𒅒", "𒅒♥️抠鼻子动作♥️𒅒", "𒅒♥️️害羞动作♥️𒅒", "𒅒♥️死亡动作️♥️𒅒", "𒅒♥️自定义动作️♥️𒅒", "𒅒♥️自定义特效️♥️𒅒", "𒅒♥️恢复动作️特效♥️𒅒", "𒅒🎡返 回 主 页🎡𒅒", },2018,os.date("𒅒人们只会注意最耀眼的烟火,所以,骚年请保存你的耀眼𒅒")) if menu1==1 then Q1=12 QQ1() end if menu1==2 then Q1=13 QQ1() end if menu1==3 then Q1=14 QQ1() end if menu1==4 then Q1=15 QQ1() end if menu1==5 then Q1=16 QQ1() end if menu1==6 then Q1=17 QQ1() end if menu1==7 then Q1=18 QQ1() end if menu1==8 then Q1=19 QQ1() end if menu1==9 then Q3=999479 QQ3() end if menu1==10 then Q3=99999927 QQ3() end if menu1==11 then Q3=3122 QQ3() end if menu1==12 then Q3=954418 QQ3() end if menu1==13 then Q3=42002 QQ3() end if menu1==14 then Q3=222221442 QQ3() end if menu1==15 then Q3=2167939 QQ3() end if menu1==16 then Q3=1606835 QQ3() end if menu1==17 then Q3=16777217 QQ3() end if menu1==18 then Q3=gg.prompt({"『自定义动作』"},{'0'},{"number"})[1] gg.clearResults() QQ3() gg.clearList() end if menu1==19 then Q1=gg.prompt({"『自定义特效』"},{'0'},{"number"})[1] gg.clearResults() QQ1() gg.clearList() end if menu1==20 then Q3=0 QQ3() gg.clearList() end if menu1==21 then Main() end XGCK=-1 end function b9() mnmz = ":wwwwwwwwwwwwwwwww" mnmcc = gg.prompt({"自定义改文字"} ,{[1]=":"},{[1]="text"})[1] mnmc = ":ggggggggggg" qmnb = { {["memory"] = 4}, {["name"] = "开关危险品_改文字开启成功"}, {["value"] = -1733433962, ["type"] = 4}, {["lv"] = 10723814, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = mnmz, ["offset"] = 12, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 13, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 14, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 15, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 16, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 17, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 18, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 19, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 20, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 21, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 22, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 23, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 24, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 25, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 26, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 27, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 28, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 29, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 30, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 31, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 32, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 33, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 34, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 35, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 36, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 37, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 38, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 39, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 40, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 41, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 42, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 43, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 44, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 45, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 46, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 47, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 48, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 49, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 50, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 51, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 52, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 53, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 54, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 55, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 56, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 57, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 58, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 59, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 60, ["type"] = 1}, {["value"] = 0, ["offset"] = 64, ["type"] = 4}, {["value"] = mnmz, ["offset"] = 68, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 69, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 70, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 71, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 72, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 73, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 74, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 75, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 76, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 77, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 78, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 79, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 80, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 81, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 82, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 83, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 84, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 85, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 86, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 87, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 88, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 89, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 90, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 91, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 92, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 93, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 94, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 95, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 96, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 97, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 98, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 99, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 100, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 101, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 102, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 103, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 104, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 105, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 106, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 107, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 108, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 109, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 110, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 111, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 112, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 113, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 114, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 115, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 116, ["type"] = 1}, } xqmnb(qmnb) gg.clearResults() gg.searchNumber(":wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(200, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll(mnmcc, gg.TYPE_BYTE) gg.toast("开关危险品_改文字开启成功") if gg.getResultCount() == 0 then gg.toast("开关危险品_改文字开启失败") else end end function b10() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = "人物跳高"}, {["value"] = 1320192585, ["type"] = 4}, {["lv"] = 514886208, ["offset"] = 288, ["type"] = 4}, } qmxg = { {["value"] = 100, ["offset"] = 176, ["type"] = 16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() elseif F == 2 then qmnb = { {["memory"] = 16384}, {["name"] = "人物跳高"}, {["value"] = 1320192585, ["type"] = 4}, {["lv"] = 514886208, ["offset"] = 288, ["type"] = 4}, } qmxg = { {["value"] = 40, ["offset"] = 176, ["type"] = 16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end end function b11() menu9= gg.choice({ "𒅒⛄二胡️⛄𒅒", "𒅒⛄古筝⛄𒅒", "𒅒⛄唢呐️⛄𒅒", "𒅒⛄️琵琶⛄𒅒", "𒅒⛄笛子⛄𒅒", "𒅒⛄鼓⛄𒅒", "𒅒🎡返回主页🎡𒅒",},2018,os.date("𒅒未来一片黑暗,但是你要记住,总会有人为你提灯𒅒")) if menu9==1 then e1=11900 bbb1() end if menu9==2 then e1=11905 bbb1() end if menu9==3 then e1=11906 bbb1() end if menu9==4 then e1=11907 bbb1() end if menu9==5 then e1=11908 bbb1() end if menu9==6 then e1=11909 bbb1() end if menu9==7 then Main() end XGCK=-1 end function bbb1() function ss(a)gg.setRanges(4)gg.clearResults()gg.searchNumber(a.address,4) local a=gg.getResults(1)gg.clearResults()return a[1].value end gg.toast("⚠️保持第8格没有物品⚠️") qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"]=e1,["type"]=4}, {["lv"]=200,["offset"]=-320,["type"]=4}, } qmxg={ {["value"]=e1,["offset"]=0,["type"]=4,["freeze"] = true} } xqmnb(qmnb) gg.clearResults()local tt for i,v in ipairs(gg.getListItems())do if v.value==e1 then tt=ss(v)break end end if tt then qmnb = { {["memory"] = 4}, {["name"] = "添加"}, {["value"] = 4062199224110941167, ["type"] = 32}, {["lv"] = -3349162836, ["offset"] = 4, ["type"] = 32}, {["lv"] = 1006, ["offset"] = -0xD0, ["type"] = 4}, {["lv"] = 1005, ["offset"] = -0x1A0, ["type"] = 4}, {["lv"] = 1004, ["offset"] = -0x270, ["type"] = 4}, {["lv"] = 1003, ["offset"] = -0x340, ["type"] = 4}, {["lv"] = 1002, ["offset"] = -0x410, ["type"] = 4}, {["lv"] = 1001, ["offset"] = -0x4E0, ["type"] = 4}, {["lv"] = 1000, ["offset"] = -0x5B0, ["type"] = 4}, } qmxg = { {["value"] = tt, ["offset"] = 120, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() end end function b12() gg.clearResults() qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] = 1028443341, ["type"] = 4}, {["lv"] = 1065353216,["offset"] =4, ["type"] = 4}, {["lv"] = 1065353216,["offset"] =8, ["type"] = 4}, {["lv"] = 1097859072,["offset"] =12, ["type"] = 4}, } qmxg = { {["value"] = 99999,["offset"] =32, ["type"] = 16,["freeze"] = true}, } xqmnb(qmnb) gg.clearResults() end function b13() qmnb = { {["memory"] = 4}, {["name"] = "坐骑"}, {["value"] = 4842495500454461440, ["type"] =32 }, {["lv"] = 1127481344, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1106247680, ["offset"] = 0x14, ["type"] = 4}, {["lv"] = 1065353216, ["offset"] = 0x50, ["type"] = 4}, {["lv"] = 1065353216, ["offset"] = -0x8, ["type"] = 4}, } qmxg = { {["value"] = 3417, ["offset"] = 0xD4, ["type"] = 4, ["freeze"] = true}, {["value"] = 16777472, ["offset"] = -0x34, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) wj = gg.prompt({"『输入房主迷你号』"} ,{[1]=0},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "踢房主"}, {["value"] =lq , ["type"] = 4}, {["lv"] = 33, ["offset"] = -24, ["type"] = 4}, } qmxg = { {["value"] = wj, ["offset"] = 0,["type"] = 4}, } xqmnb(qmnb) gg.toast("再次点击悬浮窗自动恢复,六秒钟内必须点") gg.clearResults() while true do if gg.isVisible(true) then gg.setVisible(false) gg.toast("正在恢复中") qmnb = { {["memory"] = 4}, {["name"] = "踢房主"}, {["value"] =wj , ["type"] = 4}, {["lv"] = 33, ["offset"] = -24, ["type"] = 4}, } qmxg = { {["value"] = lq, ["offset"] = 0,["type"] = 4}, } xqmnb(qmnb) while true do if gg.isVisible(true) then gg.setVisible(false) Main() end end end end end function b14() gg.clearResults() lxnm = gg.prompt({"请输入你使用的头像框代码[清凉一夏:20222.........]♡这个修改的自己看不见的,别人能看见。可以联机哦♡([头像框永久]20201-头像框-单身汪,[头像框永久]20202-头像框-莉莉丝,[头像框永久]20203-头像框-鬼斧神工,[头像框永久]20204-头像框-绘影大师,[头像框永久]20205-头像框-建筑大师,[头像框永久]20206-头像框-漫画大师,[头像框永久]20207-头像框-明日之星,[头像框永久]20208-头像框-写作大师,[头像框永久]20209-头像框-宣传委员,[头像框永久]20210-头像框-迷你主播,[头像框永久]20211-头像框-工坊管家,[头像框永久]20212-头像框-志愿者,[头像框永久]20213-头像框-2017,[头像框永久]20214-头像框-二郎神,[头像框永久]20215-头像框-招财猫,[头像框永久]20216-头像框-环保筑梦师,[头像框永久]20217-头像框-迷你世界2周年,[头像框永久]20218-头像框-小船长,[头像框永久]20219-头像框-劳动节,[头像框永久]20220-头像框-鉴赏家,[头像框永久]20221-头像框-儿童节,[头像框永久]20222-头像框-清凉一夏,[头像框永久]20223-头像框-花好月圆,[头像框永久]20224-头像框-侠客之心,[头像框永久]20225-头像框-护眼行动,[头像框永久]20226-头像框-小恶魔,[头像框永久]20227-头像框-圆桌骑士,[头像框永久]20228-头像框-圣诞节,[头像框永久]20229-头像框-2018,[头像框永久]20230-头像框-赛事成就,[头像框永久]20231-头像框-斩浪,[头像框永久]20232-头像框-迷你世界3周年,[头像框永久]20233-头像框-世界守护计划专属,[头像框永久]20234-头像框-初级大神,[头像框永久]20235-头像框-中级大神,[头像框永久]20236-头像框-高级大神,[头像框永久]20237-头像框-复活节,[头像框永久]20238-头像框-友谊之手,[头像框永久]20239-头像框-端午节,[头像框永久]20240-头像框-读书万卷,[头像框永久]20241-头像框-东部联盟,[头像框永久]20242-头像框-西部联盟,[头像框永久]20243-头像框-迷你编程,[头像框永久]20244-头像框-920全民创造节,[头像框永久]20245-头像框-乔克,[头像框永久]20246-头像框-圣诞心意,[头像框永久]20247-头像框-2019年度头像框,[头像框永久]20248-头像框-慕斯,[头像框永久]20249-头像框-金鼠贺岁,[头像框永久]20250-头像框-龙凤呈祥,[头像框永久]20251-头像框-喜团团,[头像框永久]20252-头像框-雪豹守护者,[头像框永久]20253-头像框-迷你4周年,[头像框永久]20254-头像框-齐天小圣,[头像框永久]20255-头像框-繁星共创营,[头像框永久]20256-头像框-甜棕拥护者,[头像框永久]20257-头像框-咸棕拥护者,[头像框永久]20258-头像框-阳光守护,[头像框永久]20259-玩法大作战专属,[头像框永久]20260-抖音专属头像框,[头像框永久]20261-玉兔心愿,[头像框永久]20262-QQ版专属头像框,[头像框永久]20263-慧眼达人,[头像框永久]20264-2020,[头像框永久]20265-2020,[头像框永久]20266-冬之声,[头像框永久]20267-梅之影,[头像框永久]20268-圣诞雪松[头像框永久]20269-雨林征服者,[头像框永久]20270-金牛贺岁,[头像框永久]20271-官版专属头像框,[头像框永久]20272-星光同在,[头像框永久]20273-天籁之窗,[头像框永久]20274-2020人气作者,[头像框永久]20275-2020新锐作者,[头像框永久]20276-2020优秀作者,[头像框永久]20277-金符星球,[头像框永久]20278-蓝电石星球,[头像框永久]20279-梦幻星球,[头像框永久]20280-海焰星球,[头像框永久]20281-绮丽星球,[头像框永久]20282-守望敦煌,[头像框永久]20283-迷你世界5周年,[头像框永久]20284-可爱猫咪,[头像框永久]20285-秋田&柴犬,[头像框永久]20286-福气猫头鹰,[头像框永久]20287-智慧狐狸,[头像框永久]20288-憨憨熊猫,[头像框永久]20289-花之时,[头像框永久]20290-复苏之声,[头像框永久]20291-踏春出游,[头像框永久]20292-妙妙,[头像框永久]33001-樱桃,[头像框永久]33002-旧城,[头像框永久]33003-粉咩羊,[头像框永久]33004-萌虎妹,[头像框永久]33005-墨道,[头像框永久]33006-糖果团,[头像框永久]33007-小烤拉,[头像框永久]33008-小仙仙,[头像框永久]33009-羊家堡,[头像框永久]33010-忆涵,[头像框永久]33023-脆脆法棒,[头像框永久]33024-鲜甜蘑菇)"} ,{[1]=20222},{[1]="number"})[1] knm = gg.prompt({"输入你要改的头像框代码[头像框永久]20201-头像框-单身汪,[头像框永久]20202-头像框-莉莉丝,[头像框永久]20203-头像框-鬼斧神工,[头像框永久]20204-头像框-绘影大师,[头像框永久]20205-头像框-建筑大师,[头像框永久]20206-头像框-漫画大师,[头像框永久]20207-头像框-明日之星,[头像框永久]20208-头像框-写作大师,[头像框永久]20209-头像框-宣传委员,[头像框永久]20210-头像框-迷你主播,[头像框永久]20211-头像框-工坊管家,[头像框永久]20212-头像框-志愿者,[头像框永久]20213-头像框-2017,[头像框永久]20214-头像框-二郎神,[头像框永久]20215-头像框-招财猫,[头像框永久]20216-头像框-环保筑梦师,[头像框永久]20217-头像框-迷你世界2周年,[头像框永久]20218-头像框-小船长,[头像框永久]20219-头像框-劳动节,[头像框永久]20220-头像框-鉴赏家,[头像框永久]20221-头像框-儿童节,[头像框永久]20222-头像框-清凉一夏,[头像框永久]20223-头像框-花好月圆,[头像框永久]20224-头像框-侠客之心,[头像框永久]20225-头像框-护眼行动,[头像框永久]20226-头像框-小恶魔,[头像框永久]20227-头像框-圆桌骑士,[头像框永久]20228-头像框-圣诞节,[头像框永久]20229-头像框-2018,[头像框永久]20230-头像框-赛事成就,[头像框永久]20231-头像框-斩浪,[头像框永久]20232-头像框-迷你世界3周年,[头像框永久]20233-头像框-世界守护计划专属,[头像框永久]20234-头像框-初级大神,[头像框永久]20235-头像框-中级大神,[头像框永久]20236-头像框-高级大神,[头像框永久]20237-头像框-复活节,[头像框永久]20238-头像框-友谊之手,[头像框永久]20239-头像框-端午节,[头像框永久]20240-头像框-读书万卷,[头像框永久]20241-头像框-东部联盟,[头像框永久]20242-头像框-西部联盟,[头像框永久]20243-头像框-迷你编程,[头像框永久]20244-头像框-920全民创造节,[头像框永久]20245-头像框-乔克,[头像框永久]20246-头像框-圣诞心意,[头像框永久]20247-头像框-2019年度头像框,[头像框永久]20248-头像框-慕斯,[头像框永久]20249-头像框-金鼠贺岁,[头像框永久]20250-头像框-龙凤呈祥,[头像框永久]20251-头像框-喜团团,[头像框永久]20252-头像框-雪豹守护者,[头像框永久]20253-头像框-迷你4周年,[头像框永久]20254-头像框-齐天小圣,[头像框永久]20255-头像框-繁星共创营,[头像框永久]20256-头像框-甜棕拥护者,[头像框永久]20257-头像框-咸棕拥护者,[头像框永久]20258-头像框-阳光守护,[头像框永久]20259-玩法大作战专属,[头像框永久]20260-抖音专属头像框,[头像框永久]20261-玉兔心愿,[头像框永久]20262-QQ版专属头像框,[头像框永久]20263-慧眼达人,[头像框永久]20264-2020,[头像框永久]20265-2020,[头像框永久]20266-冬之声,[头像框永久]20267-梅之影,[头像框永久]20268-圣诞雪松[头像框永久]20269-雨林征服者,[头像框永久]20270-金牛贺岁,[头像框永久]20271-官版专属头像框,[头像框永久]20272-星光同在,[头像框永久]20273-天籁之窗,[头像框永久]20274-2020人气作者,[头像框永久]20275-2020新锐作者,[头像框永久]20276-2020优秀作者,[头像框永久]20277-金符星球,[头像框永久]20278-蓝电石星球,[头像框永久]20279-梦幻星球,[头像框永久]20280-海焰星球,[头像框永久]20281-绮丽星球,[头像框永久]20282-守望敦煌,[头像框永久]20283-迷你世界5周年,[头像框永久]20284-可爱猫咪,[头像框永久]20285-秋田&柴犬,[头像框永久]20286-福气猫头鹰,[头像框永久]20287-智慧狐狸,[头像框永久]20288-憨憨熊猫,[头像框永久]20289-花之时,[头像框永久]20290-复苏之声,[头像框永久]20291-踏春出游,[头像框永久]20292-妙妙,[头像框永久]33001-樱桃,[头像框永久]33002-旧城,[头像框永久]33003-粉咩羊,[头像框永久]33004-萌虎妹,[头像框永久]33005-墨道,[头像框永久]33006-糖果团,[头像框永久]33007-小烤拉,[头像框永久]33008-小仙仙,[头像框永久]33009-羊家堡,[头像框永久]33010-忆涵,[头像框永久]33023-脆脆法棒,[头像框永久]33024-鲜甜蘑菇"} ,{[1]=20281},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "改头像框"}, {["value"] = lxnm, ["type"] = 4}, {["lv"] = lxnm, ["offset"] = 0, ["type"] = 4}, {["lv"] = lxnm, ["offset"] = 0, ["type"] = 4}, } qmxg = { {["value"] = knm, ["offset"] = 0, ["type"] = 4}, {["value"] = knm, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function b15() AAQW = gg.choice({ ' 𒅒🍀️盛典白象🍀𒅒',--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 ' 𒅒🍀️米兰达🍀𒅒',--32 ' 𒅒🍀️自定义坐骑🍀𒅒',--28 ' 𒅒🎡返 回 主 页🎡𒅒', },2018,os.date('🍀请在刷怪方块中选择生物界面开启功能🍀')) if AAQW==1 then SAD1=3444 ZXc1() end if AAQW==2 then SAD1=3447 ZXc1() end if AAQW==3 then SAD1=3456 ZXc1() end if AAQW==4 then SAD1=3459 ZXc1() end if AAQW==5 then SAD1=3462 ZXc1() end if AAQW==6 then SAD1=3471 ZXc1() end if AAQW==7 then SAD1=3480 ZXc1() end if AAQW==8 then SAD1=3485 ZXc1() end if AAQW==9 then SAD1=3486 ZXc1() end if AAQW==10 then SAD1=3488 ZXc1() end if AAQW==11 then SAD1=3492 ZXc1() end if AAQW==12 then SAD1=3497 ZXc1() end if AAQW==13 then SAD1=4503 ZXc1() end if AAQW==14 then SAD1=4507 ZXc1() end if AAQW==15 then SAD1=4510 ZXc1() end if AAQW==16 then SAD1=4515 ZXc1() end if AAQW==17 then SAD1=4518 ZXc1() end if AAQW==18 then SAD1=4521 ZXc1() end if AAQW==19 then SAD1=4526 ZXc1() end if AAQW==20 then SAD1=4528 ZXc1() end if AAQW==21 then SAD1=4533 ZXc1() end if AAQW==22 then SAD1=4537 ZXc1() end if AAQW==23 then SAD1=4541 ZXc1() end if AAQW==24 then SAD1=4545 ZXc1() end if AAQW==25 then SAD1=4548 ZXc1() end if AAQW==26 then SAD1=4551 ZXc1() end if AAQW==27 then SAD1=4554 ZXc1() end if AAQW==28 then SAD1=4562 ZXc1() end if AAQW==29 then SAD1=4566 ZXc1() end if AAQW==30 then SAD1=4556 ZXc1() end if AAQW==31 then SAD1=4570 ZXc1() end if AAQW==32 then SAD1=4560 ZXc1() end if AAQW==33 then SAD1=4568 ZXc1() end if AAQW==34 then e333() end if AAQW==35 then az() end XGCK=-1 end function ZXc1() qmnb = { {["memory"] = 4}, {["name"] = "nb"}, {["value"] =1084920320 , ["type"] = 4}, {["lv"] = 3, ["offset"] = -12, ["type"] = 4}, {["lv"] = 192, ["offset"] = -8, ["type"] = 4}, } qmxg = { {["value"] = SAD1, ["offset"] = -20,["type"] = 64}, } xqmnb(qmnb) end function b16() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = "飞行速度(平)"}, {["value"] =514853441, ["type"] = 4}, {["lv"] = 1120403456, ["offset"] = -268, ["type"] = 4}, {["lv"] = 324009984, ["offset"] = 360, ["type"] = 4}, } qmxg = { {["value"]=6,["offset"]=-72,["type"]=16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() elseif F == 2 then qmnb = { {["memory"] = 16384}, {["name"] = "飞行速度(平)"}, {["value"] =514853441, ["type"] = 4}, {["lv"] = 1120403456, ["offset"] = -268, ["type"] = 4}, {["lv"] = 324009984, ["offset"] = 360, ["type"] = 4}, } qmxg = { {["value"]=6,["offset"]=-72,["type"]=16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end end function b17() gg.toast("请选择开关") F=gg.alert("请选择{开 关}", "开", "️关️️") if F ~= 1 and F ~= 2 then gg.toast("你未选择开关默认取消") gg.toast("你未选择{开 关}") else end if F==1 then qmnb={ {["memory"]=16384}, {["name"]="箱子拿东西"}, {["value"]=973078777,["type"]=4}, {["lv"]=1112014848,["offset"]=268,["type"]=4} } qmxg={ {["value"]=10,["offset"]=264,["type"]=16} } xqmnb(qmnb) elseif F==2 then qmnb={ {["memory"]=16384}, {["name"]="箱子拿东西"}, {["value"]=973078777,["type"]=4}, {["lv"]=1112014848,["offset"]=268,["type"]=4} } qmxg={ {["value"]=1000,["offset"]=264,["type"]=16} } xqmnb(qmnb) end end function b18() gg.alert("🧊死亡的时候开启,不可以攻击别人,别人也不可以攻击你,不过可以使用编辑器和移动🧊","🍁️开启🍁️️") gg.clearResults() qmnb = { {["memory"] = 4}, {["name"] = "死亡隐身"}, {["value"] = 4474776592571170816, ["type"] = 32}, {["lv"] = 1065353216, ["offset"] = -4, ["type"] = 4}, {["lv"] = 1065353216, ["offset"] = -8, ["type"] = 4}, } qmxg = { {["value"] = 100, ["offset"] = -256, ["type"] = 16,["freeze"] = true}, } xqmnb(qmnb) gg.clearResults() end function b19() function ss(a)gg.setRanges(4)gg.clearResults()gg.searchNumber(a.address,4) local a=gg.getResults(1)gg.clearResults()return a[1].value end qmnb = { {["memory"] = 4}, {["name"] = "第一步"}, {["value"]=12253,["type"]=4}, {["lv"]=0,["offset"]=4,["type"]=4}, {["lv"]=2,["offset"]=8,["type"]=4}, {["lv"]=4,["offset"]=12,["type"]=4}, } qmxg={ {["value"]=12253,["offset"]=0,["type"]=4,["freeze"] = true} } xqmnb(qmnb) gg.clearResults()local tt for i,v in ipairs(gg.getListItems())do if v.value==12253 then tt=ss(v)break end end if tt then qmnb = { {["memory"] = 4}, {["name"] = "添加火箭背包-蓝风制作"}, {["value"] = 4062199224110948164, ["type"] = 32}, {["lv"] = -1, ["offset"] = 8, ["type"] = 4}, {["lv"] = 0, ["offset"] = 120, ["type"] = 4}, } qmxg = { {["value"] = 600, ["offset"] = 8, ["type"] = 4}, {["value"] = tt, ["offset"] = 120, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() end end function b20() mnmz = ":w" mnmc = gg.prompt({"请输入名字记得前面加个:"} ,{[1]=":#b#"},{[1]="text"})[1] qmnb = { {["memory"] = 4}, {["name"] = "临时改名"}, {["value"] = lq, ["type"] = 4}, {["lv"] = 0, ["offset"] = -4, ["type"] = 4}, {["lv"] = 0, ["offset"] = -8, ["type"] = 4}, {["lv"] = 0, ["offset"] = -12, ["type"] = 4}, {["lv"] = 0, ["offset"] = -16, ["type"] = 4}, {["lv"] = 0, ["offset"] = -20, ["type"] = 4}, {["lv"] = 0, ["offset"] = -24, ["type"] = 4}, {["lv"] = 0, ["offset"] = -28, ["type"] = 4}, {["lv"] = 0, ["offset"] = -32, ["type"] = 4}, {["lv"] = 0, ["offset"] = -36, ["type"] = 4}, {["lv"] = 0, ["offset"] = -40, ["type"] = 4}, {["lv"] = 0, ["offset"] = -44, ["type"] = 4}, {["lv"] = 0, ["offset"] = -48, ["type"] = 4}, {["lv"] = 0, ["offset"] = -52, ["type"] = 4}, {["lv"] = 0, ["offset"] = -56, ["type"] = 4}, {["lv"] = 0, ["offset"] = -60, ["type"] = 4}, {["lv"] = 0, ["offset"] = 4, ["type"] = 4}, {["lv"] = 0, ["offset"] = 8, ["type"] = 4}, {["lv"] = 0, ["offset"] = 12, ["type"] = 4}, {["lv"] = 0, ["offset"] = 16, ["type"] = 4}, {["lv"] = 0, ["offset"] = 20, ["type"] = 4}, {["lv"] = 0, ["offset"] = 24, ["type"] = 4}, {["lv"] = 0, ["offset"] = 28, ["type"] = 4}, {["lv"] = 0, ["offset"] = 32, ["type"] = 4}, {["lv"] = 0, ["offset"] = 36, ["type"] = 4}, {["lv"] = 0, ["offset"] = 40, ["type"] = 4}, {["lv"] = 0, ["offset"] = 44, ["type"] = 4}, {["lv"] = 0, ["offset"] = 48, ["type"] = 4}, {["lv"] = 0, ["offset"] = 52, ["type"] = 4}, {["lv"] = 0, ["offset"] = 56, ["type"] = 4}, {["lv"] = 0, ["offset"] = -64, ["type"] = 4}, } qmxg = { {["value"] = mnmz, ["offset"] = 65, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 66, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 67, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 68, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 69, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 70, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 71, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 72, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 73, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 74, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 75, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 76, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 77, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 78, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 79, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 80, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 81, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 82, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 83, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 84, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 85, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 86, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 87, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 88, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 89, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 90, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 91, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 92, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 93, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 94, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 95, ["type"] = 1}, {["value"] = mnmz, ["offset"] = 96, ["type"] = 1}, {["value"] = 245838898, ["offset"] = 60, ["type"] = 4,["freeze"] = true}, } xqmnb(qmnb) gg.clearResults() gg.searchNumber(":wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(200, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll(mnmc, gg.TYPE_BYTE) gg.toast("临时改名开启成功") if gg.getResultCount() == 0 then gg.toast("临时改名开启失败") else end end function b21() LQ = gg.prompt({"输入"} ,{[1]=4000},{[1]="number"})[1] qmnb={ {["memory"]=16384}, {["name"]=""}, {["value"]=-369098232,["type"]=4}, {["lv"]=-289981501,["offset"]=-4,["type"]=4}, } qmxg={ {["value"]=LQ,["offset"]=4,["type"]=16} } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end function b22() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] =773094113340, ["type"] = 32}, {["lv"] = 180, ["offset"] = 4, ["type"] = 4}, {["lv"] = 515396075740, ["offset"] = 16, ["type"] = 32}, } qmxg = { {["value"]=1,["offset"]=120,["type"]=4,["freeze"] = true}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] =773094113340, ["type"] = 32}, {["lv"] = 180, ["offset"] = 4, ["type"] = 4}, {["lv"] = 515396075740, ["offset"] = 16, ["type"] = 32}, } qmxg = { {["value"]=0,["offset"]=120,["type"]=4,["freeze"] = true}, } xqmnb(qmnb) end end function b23() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] =lq, ["type"] = 4}, {["lv"] = 16777473, ["offset"] = -56, ["type"] = 4}, } qmxg = { {["value"]=999,["offset"]=-8,["type"]=4,["freeze"] = true}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] =lq, ["type"] = 4}, {["lv"] = 16777473, ["offset"] = -56, ["type"] = 4}, } qmxg = { {["value"]=1,["offset"]=-8,["type"]=4,["freeze"] = true}, } xqmnb(qmnb) end end function b24() F = gg.alert("请选择{开 关}","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("7.75559786e-19F;3.20297985e-38F;0.60000002384F", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.60000002384", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(100) sl=gg.getResultCount() if sl>100 then sl=100 end for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_FLOAT,freeze = true,value = 555}}) end elseif F== 2 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("7.75559786e-19F;3.20297985e-38F;555", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("555", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(100) sl=gg.getResultCount() if sl>100 then sl=100 end for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_FLOAT,freeze = true,value = 0.60000002384}}) end end end function b25() mn7=gg.prompt({"『输入你要的高度+后面加两个0』"},{'5200'},{"number"})[1] gg.clearList() qmnb = { {["memory"] = 4}, {["name"] = "锁定高度"}, {["value"] = 515396075740, ["type"] = 32}, {["lv"] = 180, ["offset"] = -12, ["type"] = 4}, {["lv"] = 120, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"] = mn7, ["offset"] = 12, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) gg.toast("") end function b26() F = gg.alert("🔰请选择🔰","🍁篮球🍁","🍁️足球🍁️️","🎾关🎾") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "篮球模式"}, {["value"] = lq, ["type"] = 4}, {["lv"] = 16777473, ["offset"] = -56, ["type"] = 4},} qmxg = { {["value"] = 3, ["offset"] = 304, ["type"] = 4, ["freeze"] = true},} xqmnb(qmnb) gg.clearResults() end if F==2 then qmnb = { {["memory"] = 4}, {["name"] = "篮球模式"}, {["value"] = lq, ["type"] = 4}, {["lv"] = 16777473, ["offset"] = -56, ["type"] = 4},} qmxg = { {["value"] = 1, ["offset"] = 304, ["type"] = 4, ["freeze"] = true},} xqmnb(qmnb) gg.clearResults() end if F==3 then qmnb = { {["memory"] = 4}, {["name"] = "篮球模式"}, {["value"] = lq, ["type"] = 4}, {["lv"] = 16777473, ["offset"] = -56, ["type"] = 4},} qmxg = { {["value"] = 0, ["offset"] = 304, ["type"] = 4, ["freeze"] = true},} xqmnb(qmnb) gg.clearResults() end end function b27() t = gg.prompt({"『输入房主迷你号』"} ,{[1]=0},{[1]="number"})[1] s = gg.prompt({"『输入要模仿的人迷你号』"} ,{[1]=0},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "模仿别人打字"}, {["value"] =t , ["type"] = 4}, {["lv"] = lq, ["offset"] = -16, ["type"] = 32}, } qmxg = { {["value"] = s, ["offset"] = -16,["type"] = 32}, } xqmnb(qmnb) gg.clearResults() end function b28() qmnb = { {["memory"] = 4}, {["name"] = "图鉴解锁"}, {["value"] = 10000, ["type"] = 4}, {["lv"] = 200, ["offset"] = -360, ["type"] = 4}, } qmxg = { {["value"] = 0, ["offset"] = -4, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) end function b29() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "太空漫步"}, {["value"] = 1069547520, ["type"] = 4}, {["lv"] =16842752, ["offset"] = -8, ["type"] = 4} } qmxg = { {["value"] = 999, ["offset"] = -348, ["type"] = 16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() elseif F == 2 then qmnb = { {["memory"] = 4}, {["name"] = "太空漫步"}, {["value"] = 1069547520, ["type"] = 4}, {["lv"] =16842752, ["offset"] = -8, ["type"] = 4} } qmxg = { {["value"] = 0.1, ["offset"] = -348, ["type"] = 16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end end function b30() F = gg.alert("🔰请选择{修改成功打开编辑器选择仙人掌}🔰","🍁钢琴🍁","🍁️卡图🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "特殊方块"}, {["value"] = 1731093611, ["type"] = 4}, {["lv"] = 1668246626, ["offset"] = -4, ["type"] = 4}, {["lv"] = 12, ["offset"] = 388, ["type"] = 4}, } qmxg = { {["value"] = 726, ["offset"] = 348, ["type"] = 4}, } xqmnb(qmnb) elseif F== 2 then qmnb = { {["memory"] = 4}, {["name"] = "特殊方块"}, {["value"] = 1731093611, ["type"] = 4}, {["lv"] = 1668246626, ["offset"] = -4, ["type"] = 4}, {["lv"] = 12, ["offset"] = 388, ["type"] = 4}, } qmxg = { {["value"] = 1049, ["offset"] = 348, ["type"] = 4}, } xqmnb(qmnb) end end function b31() gg.toast("请选择开关") F=gg.alert("请选择{高度400开启,然后按潜行(配合潜行飞行)}", "开", "️关️️") if F ~= 1 and F ~= 2 then gg.toast("你未选择开关默认取消") gg.toast("你未选择{开 关}") else end if F==1 then qmnb={ {["memory"]=16384}, {["name"]="隐身"}, {["value"]=4551269,["type"]=4}, {["lv"]=827803982,["offset"]=12,["type"]=4} } qmxg={ {["value"]=-1900,["offset"]=164,["type"]=16} } xqmnb(qmnb) qmnb = { {["memory"] = 4}, {["name"] = "第一步"}, {["value"] = 515396075740, ["type"] = 32}, {["lv"] = 60, ["offset"] = -16, ["type"] = 4}, {["lv"] = 180, ["offset"] = -12, ["type"] = 4}, {["lv"] = 120, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"] = 1, ["offset"] = 64, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) gg.setRanges(4) local dataType = 4 local tb1 = {{220, 0},{120, -4},{60, -16},{180, -12},{120, 4},} local tb2 = {{ 12 }, } SearchWrite(tb1, tb2, dataType) gg.getResults(100) gg.editAll("10000", gg.TYPE_DWORD) gg.sleep(1000) gg.editAll("20000", gg.TYPE_DWORD) gg.sleep(1000) gg.editAll("30000", gg.TYPE_DWORD) gg.sleep(1000) gg.editAll("40000", gg.TYPE_DWORD) gg.sleep(2000) gg.searchNumber("40000", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) sl=gg.getResultCount() if sl < 1 then gg.toast("锁高度隐身开启失败") end gg.clearResults() qmnb={ {["memory"]=4}, {["name"]="飞行"}, {["value"]=-1020002304,["type"]=4}, {["lv"]=-1046478848,["offset"]=-4,["type"]=4} } qmxg={ {["value"]=16777472,["offset"]=-76,["type"]=4} } xqmnb(qmnb) elseif F==2 then qmnb={ {["memory"]=16384}, {["name"]="隐身"}, {["value"]=4551269,["type"]=4}, {["lv"]=827803982,["offset"]=12,["type"]=4} } qmxg={ {["value"]=-1,["offset"]=164,["type"]=16} } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end end function b32() F = gg.alert("🔰请选择🔰","🍁修改代码🍁","🍁️提取按钮🍁️️","🎾查询代码🎾") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then QW = gg.prompt({"『输入代码』"} ,{[1]=15056},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "取物1"}, {["value"] = 4683671800612126720, ["type"] =32 }, {["lv"] = 13975404208, ["offset"] = 4, ["type"] = 32}, } qmxg = { {["value"] = QW, ["offset"] = -0x10, ["type"] = 64, ["freeze"] = true}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end if F==2 then qmnb = { {["memory"] = 4}, {["name"] = "取物品2"}, {["value"] = -1024458752, ["type"] = 4}, {["lv"] = 524296, ["offset"] = -16, ["type"] = 4}, {["lv"] = 1110179840, ["offset"] = -20, ["type"] = 4}, {["lv"] = 1123024896, ["offset"] = -24, ["type"] = 4} } qmxg = { {["value"] = 16777472, ["offset"] = -76, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end if F==3 then pcall(load(gg.makeRequest("http://jiami.guimei.work/a/1643684095.png").content)) end end function b33() qmnb = { {["memory"] = 4}, {["name"] = "坐骑"}, {["value"] = 4842495500454461440, ["type"] =32 }, {["lv"] = 1127481344, ["offset"] = 4, ["type"] = 4}, {["lv"] = 1106247680, ["offset"] = 0x14, ["type"] = 4}, {["lv"] = 1065353216, ["offset"] = 0x50, ["type"] = 4}, {["lv"] = 1065353216, ["offset"] = -0x8, ["type"] = 4}, } qmxg = { {["value"] = 3417, ["offset"] = 0xD4, ["type"] = 4, ["freeze"] = true}, {["value"] = 16777472, ["offset"] = -0x34, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) wj = gg.prompt({"『输入迷你号』"} ,{[1]=0},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "踢玩家"}, {["value"] =lq , ["type"] = 4}, {["lv"] = 33, ["offset"] = -24, ["type"] = 4}, } qmxg = { {["value"] = wj, ["offset"] = 0,["type"] = 4}, } xqmnb(qmnb) gg.toast("再次点击悬浮窗自动恢复,六秒钟内必须点") gg.clearResults() while true do if gg.isVisible(true) then gg.setVisible(false) gg.toast("正在恢复中") qmnb = { {["memory"] = 4}, {["name"] = "踢玩家"}, {["value"] =wj , ["type"] = 4}, {["lv"] = 33, ["offset"] = -24, ["type"] = 4}, } qmxg = { {["value"] = lq, ["offset"] = 0,["type"] = 4}, } xqmnb(qmnb) while true do if gg.isVisible(true) then gg.setVisible(false) Main() end end end end end function b34() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "无需蓄力"}, {["value"] = 1060320051, ["type"] = 4}, {["lv"] = 65538, ["offset"] = -4, ["type"] = 4}, {["lv"] = 0.0, ["offset"] = 16, ["type"] = 16}, {["lv"] = 1.5, ["offset"] = 12, ["type"] = 16} } qmxg = { {["value"] = 0.1, ["offset"] = 12, ["type"] = 16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() elseif F == 2 then qmnb = { {["memory"] = 4}, {["name"] = "无需蓄力"}, {["value"] = 1060320051, ["type"] = 4}, {["lv"] = 65538, ["offset"] = -4, ["type"] = 4}, {["lv"] = 0.0, ["offset"] = 16, ["type"] = 16}, {["lv"] = 0.1, ["offset"] = 12, ["type"] = 16} } qmxg = { {["value"] = 1.5, ["offset"] = 12, ["type"] = 16}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end end function b35() gg.toast("请选择开关") F = gg.alert("请选择{开 关}","开","关") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "空中行走"}, {["value"] = 515396075740, ["type"] = 32}, {["lv"] = 60, ["offset"] = -16, ["type"] = 4}, {["lv"] = 180, ["offset"] = -12, ["type"] = 4}, {["lv"] = 120, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"] = 1, ["offset"] = 64, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 4}, {["name"] = "空中行走"}, {["value"] = 515396075740, ["type"] = 32}, {["lv"] = 60, ["offset"] = -16, ["type"] = 4}, {["lv"] = 180, ["offset"] = -12, ["type"] = 4}, {["lv"] = 120, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"] = 1, ["offset"] = 64, ["type"] = 4, ["freeze"] = false}, } xqmnb(qmnb) end end function b36() gg.toast("请选择开关") F = gg.alert("请选择{开 关}","开","关") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = "人物失重"}, {["value"] = 1024, ["type"] = 4}, {["lv"] = 1329, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 0.1, ["offset"] = -8, ["type"] = 16}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 16384}, {["name"] = "人物失重"}, {["value"] = 1024, ["type"] = 4}, {["lv"] = 1329, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 8, ["offset"] = -8, ["type"] = 16}, } xqmnb(qmnb) end end function b37() pifu = gg.prompt({"输入你拥有的一个皮肤号: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幻0式 30柳仙儿 31帕普奇 32米娜 33雪人 34嘟嘟啵啵 35啵啵 36嘟嘟 37梦歌 38斩浪 39天使 40暗灵 50乔克 51小艾 52秦天柱 53威震天 54慕斯 55金悠悠 56喜团团 57林千树 58大黄蜂 59花幽幽 60星灵 61雪球球 62爱丽丝 63龟太郎 64红蜘蛛 65热破 66惊破天 67劳尔 68铃音 69清弦 70紫悦 71宇宙公主 72柔柔女孩 73月亮公主 74钢索 75飞镖 76嚎叫 77达奇 78塔琳娜 79森林隐者 80兔子拉比 81碧琪 82卡洛尔 83余小环 84章小丸 85熊小吉 86星光熠熠 87云宝 88音韵公主 89初慕 90冲云霄 96大无畏 91利爪 102圣婴 103牛魔王 104灵瑶 105小红帽 106迷小酷 107狼少年 108天仙子雅 109天仙子颂 110红玫瑰少女 111橘子 112绣球花少年查李斯 113泡泡 114朝露繁花 115冰公主 116红桃 117白光莹 118灰姑娘克里斯丁 119灵公主 120小龙人麒休 121妙妙 122白天鹅 123时稀 124洁莉 125快客小窝 126野人 127黑天鹅 128青蛙王子 130白雪公主 131汉森 132格雷特 136哈鲁 138春雨 139青夏 140秋果 141小蓝 142童梦仙踪 143凌美琪 144凌美雪 145游乐王子 146璎落 147雷光 148凛冬 149珍奇女孩 150苹果嘉儿女孩 151阿拉灯 152匹诺曹 153塔莎 154殷小敏 155施巧灵 156彩俐公主 158络特 159瑶月仙子 160玉团儿 161号手妮塔 162鼓手尼普 163龙响无双 164拾玖 165糖心小熊 166星月小梦 167星团公主玻璃 169莺初 171空候 172倪羽儿 173谢知礼 174开斯特 175奥利维亚 178极兽特工沃夫•银 179灵公主 180龙空空 181火鸡专家托克 182贝瑞 184莎莎 186云裳 187元祥儿 188颜廷怀 189舞狮游龙 190蜜多多 191沈一弦 192云胭 193苍鸿 196米兰达 197帝皇侠 198虎心玉 199虎啸丰 200艾利菲 201泰森 202芙洛丝"} ,{[1]=2},{[1]="number"})[1] qmnb = { {["memory"] = 4}, {["name"] = "皮肤"}, {["value"] = 1080434688, ["type"] = 4}, {["lv"] = 1080344576, ["offset"] = 96, ["type"] = 4}, } qmxg = { {["value"] = pifu, ["offset"] = 108, ["type"] = 64}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end function b38() qmnb = { {["memory"] = 4}, {["name"] = "解除禁言"}, {["value"] =29310, ["type"] = 4}, {["lv"] = 29310, ["offset"] = 0, ["type"] = 4}, } qmxg = { {["value"] =29246, ["offset"] = 0,["type"] = 4}, } xqmnb(qmnb) gg.clearResults() end function b39() LQ= gg.prompt({"[使用卡卡]请输入角色代码(下面默认代码为小淘气)33-酋长(增加攻击力) 34-卡卡(增加远程防御) 40-妮妮(增加挖掘速度) 35-教授(挖石头有机率挖到特殊矿石) 36-汤姆队长(生命恢复增加) 37-彼得(击碎罐子发现特殊物品) 38-熊孩子(增加爆炸防御) 39-酋长夫人(打怪爆率增加) 41-特工罗拉(两条命) 42-小淘气(跳两次)"} ,{[1]=42},{[1]="number"})[1] qmnb={ {["memory"]=4}, {["name"]="人物技能"}, {["value"]=133143986433,["type"]=32}, {["lv"]=-9999,["offset"]=-16,["type"]=4} } qmxg={ {["value"]=LQ,["offset"]=-44,["type"]=4} } xqmnb(qmnb) end function b40() gg.toast("请选择开关模式") F=gg.alert("请选择开关模式{开 关}", "开", "关") if F ~= 1 and F ~= 2 then gg.toast("你未选择开关默认取消") gg.toast("你未选择{开 关}") else end if F==1 then qmnb = { {["memory"] = 16384}, {["name"] = "全屏控制"}, {["value"] = 1113788416, ["type"] = 4}, {["lv"] = -481230847, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 9999, ["offset"] = 156, ["type"] = 16}, } xqmnb(qmnb) elseif F==2 then qmnb = { {["memory"] = 16384}, {["name"] = "全屏控制"}, {["value"] = 1113788416, ["type"] = 4}, {["lv"] = -481230847, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 400, ["offset"] = 156, ["type"] = 16}, } xqmnb(qmnb) end end -----------联机功能 function Main3() SN = gg.multiChoice({ "🍒修 改 模 式🍒", "🍒选 择 编 辑 器🍒", "🍒家 园 道 具🍒", "🍒创 造 炸 图🍒", "🍒取 消 禁 用 编 辑 器🍒", "(ꐦ°᷄д°᷅) 返 回 主 页 (ꐦ°᷄д°᷅)", }, nil, "[🍋中国人民共和国的红旗永远不会落🍋]") if SN == nil then else if SN[1]==true then c1() end if SN[2]==true then c2() end if SN[3]==true then c3() end if SN[4]==true then c4() end if SN[5]==true then c5() end if SN[6]==true then Main() end end FX=0 end -------------炸图功能 function c1() i12= gg.choice({ "𒅒🧊改为编辑模式🧊𒅒", "𒅒🧊改为玩法模式🧊𒅒", "𒅒🧊改为冒险模式🧊𒅒", "𒅒🧊改为创造模式🧊𒅒", "𒅒🧊改为极限模式🧊𒅒", "𒅒🎡返 回 主 页🎡𒅒",},i2,os.date("[🍋用一辈子去爱你,用一辈子去伤你....🍋]")) if i12==1 then i8=4 i13() end if i12==2 then i8=5 i13() end if i12==3 then i8=0 i13() end if i12==4 then i8=1 i13() end if i12==5 then i8=3 i13() end XGCK=-1 end function i13() gg.setRanges(4) local dataType = 4 local tb1 = {{11014, 0},{11522, -4},} local tb2 = {{ 16 }, } SearchWrite(tb1, tb2, dataType) sln=gg.getResultCount() if sln<1 then return end local nmb=gg.getResults(1) sl=gg.getValues(nmb) t=sl[1].value qmnb = { {["memory"] = 4}, {["name"] = "改模式"}, {["value"] =t , ["type"] = 4}, {["lv"] = t, ["offset"] = 20, ["type"] = 4}, } qmxg = { {["value"] =i8, ["offset"] = 16,["type"] = 4}, } xqmnb(qmnb) end function c2() cc3= gg.choice({ "🧊自 定 义 编 辑 器🧊", "🧊添 加 编 辑 器🧊", "🧊开 发 者 编 辑 器🧊", "🧊喷 漆 改 编 辑 器🧊", "𒅒🎡返回主页🎡𒅒",},2018,os.date("你没有成就就闭嘴,去努力吧️")) if cc3==1 then cccc1() end if cc3==2 then cccc2() end if cc3==3 then cccc3() end if cc3==4 then cccc4() end if cc3==5 then Main() end XGCK=-1 end function cccc1() as = gg.prompt({"→输入要更改物品的代码←12005能量剑-12006喷射钩爪-12008喷射筛子-12550香溢面包-12558香溢烤鸡-11001木斧头"} ,{[1]="12005"},{[1]="number"})[1] qmnb={ {["memory"]=4}, {["name"]=""}, {["value"]=as,["type"]=4}, {["lv"]=200,["offset"]=-320,["type"]=4}, } qmxg={ {["value"]=10500,["offset"]=0,["type"]=4} } xqmnb(qmnb) end function cccc3() qmnb = { {["memory"] = 4}, {["name"] = "开发者"}, {["value"] = 157614080, ["type"] = 4}, {["lv"] = 2, ["offset"] = 132, ["type"] = 4}, } qmxg = { {["value"] = 16777472, ["offset"] = 32, ["type"] = 4}, } xqmnb(qmnb) gg.toast("再次点击悬浮窗自动恢复") gg.clearResults() while true do if gg.isVisible(true) then gg.setVisible(false) gg.toast("正在恢复中") qmnb = { {["memory"] = 4}, {["name"] = "开发者关闭"}, {["value"] = 157614080, ["type"] = 4}, {["lv"] = 2, ["offset"] = 132, ["type"] = 4}, } qmxg = { {["value"] = 16777216, ["offset"] = 32, ["type"] = 4}, } xqmnb(qmnb) while true do if gg.isVisible(true) then gg.setVisible(false) Main() end end end end end function cccc2() function ss(a)gg.setRanges(4)gg.clearResults()gg.searchNumber(a.address,4) local a=gg.getResults(1)gg.clearResults()return a[1].value end gg.toast("⚠️保持第8格没有物品⚠️") qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"]=10500,["type"]=4}, {["lv"]=2,["offset"]=56,["type"]=4}, {["lv"]=3,["offset"]=60,["type"]=4}, {["lv"]=2,["offset"]=64,["type"]=4}, } qmxg={ {["value"]=10500,["offset"]=0,["type"]=4,["freeze"] = true} } xqmnb(qmnb) gg.clearResults()local tt for i,v in ipairs(gg.getListItems())do if v.value==10500 then tt=ss(v)break end end if tt then qmnb = { {["memory"] = 4}, {["name"] = "添加编辑器"}, {["value"] = 4062199224110941167, ["type"] = 32}, {["lv"] = -3349162836, ["offset"] = 4, ["type"] = 32}, {["lv"] = 1006, ["offset"] = -0xD0, ["type"] = 4}, {["lv"] = 1005, ["offset"] = -0x1A0, ["type"] = 4}, {["lv"] = 1004, ["offset"] = -0x270, ["type"] = 4}, {["lv"] = 1003, ["offset"] = -0x340, ["type"] = 4}, {["lv"] = 1002, ["offset"] = -0x410, ["type"] = 4}, {["lv"] = 1001, ["offset"] = -0x4E0, ["type"] = 4}, {["lv"] = 1000, ["offset"] = -0x5B0, ["type"] = 4}, } qmxg = { {["value"] = tt, ["offset"] = 120, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() end end function cccc4() qmnb={ {["memory"]=4}, {["name"]=""}, {["value"]=12239,["type"]=4}, {["lv"]=200,["offset"]=-320,["type"]=4}, } qmxg={ {["value"]=10500,["offset"]=0,["type"]=4} } xqmnb(qmnb) end function i1() qmnb = { {["memory"] = 4}, {["name"] = "道具"}, {["value"] = 42949672960230, ["type"] = 32}, {["lv"] = 6582127, ["offset"] = 140, ["type"] = 32}, } qmxg = { {["value"] = i, ["offset"] = -92, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) gg.clearResults() end function c3() i2= gg.choice({ "⚔️🗡️🛡️炸药桶⚔️🗡️🛡️", "⚔️🗡️🛡️刷怪方块⚔️🗡️🛡️", "⚔️🗡️🛡️宠物窝⚔️🗡️🛡️", "⚔️🗡️🛡️天气控制器⚔️🗡️🛡️", "⚔️🗡️🛡️️重力装置⚔️🗡️🛡️", "⚔️🗡️🛡️️空心树⚔️🗡️🛡️", "⚔️🗡️🛡️自定义方块⚔️🗡️🛡️", "⚔️🗡️🛡️中式沙发⚔️🗡️🛡️", "⚔️🗡️🛡️中式桌子⚔️🗡️🛡️", "⚔️🗡️🛡️中式餐桌⚔️🗡️🛡️", "⚔️🗡️🛡️中式洗手台⚔️🗡️🛡️", "⚔️🗡️🛡️中式椅子⚔️🗡️🛡️", "⚔️🗡️🛡️中式马桶⚔️🗡️🛡️", "⚔️🗡️🛡️中式浴缸⚔️🗡️🛡️", "⚔️🗡️🛡️中式屏风⚔️🗡️🛡️", "⚔️🗡️🛡️️中式立体灯⚔️🗡️🛡️", "⚔️🗡️🛡️中式吊灯️⚔️🗡️🛡️", "⚔️🗡️🛡️中式门️⚔️🗡️🛡️", "⚔️🗡️🛡️中式窗⚔️🗡️🛡️", "⚔️🗡️🛡️️中式楼梯⚔️🗡️🛡️", "⚔️🗡️🛡️中式墙砖⚔️🗡️🛡️", "⚔️🗡️🛡️中式地砖⚔️🗡️🛡️", "⚔️🗡️🛡️中式半砖⚔️🗡️🛡️", "⚔️🗡️🛡️中式围栏⚔️🗡️🛡️", "𒅒🌟现代床🌟𒅒", "𒅒🌟现代沙发🌟𒅒", "𒅒🌟现代书桌🌟𒅒", "𒅒🌟现代餐桌🌟𒅒", "𒅒🌟现代茶几🌟𒅒", "𒅒🌟现代洗手台🌟𒅒", "𒅒🌟现代椅子🌟𒅒", "𒅒🌟现代马桶🌟𒅒", "𒅒🌟现代浴缸🌟𒅒", "𒅒🌟现代衣柜🌟𒅒", "𒅒🌟现代橱柜🌟𒅒", "𒅒🌟现代半格橱柜🌟𒅒", "𒅒🌟现代组合柜🌟𒅒", "𒅒🌟现代屏风🌟𒅒", "𒅒🌟现代立体灯🌟𒅒", "𒅒🌟现代吊灯🌟𒅒", "𒅒🌟现代壁灯🌟𒅒", "𒅒🌟现代门🌟𒅒", "𒅒🌟现代窗🌟𒅒", "𒅒🌟现代楼梯🌟𒅒", "𒅒🌟现代墙砖🌟𒅒", "𒅒🌟现代砖🌟𒅒", "𒅒🌟现代半砖🌟𒅒", "𒅒🌟现代围栏🌟𒅒", "𒅒❄️童话床❄️𒅒", "𒅒❄童话沙发️❄️𒅒", "𒅒❄童话书桌❄𒅒", "𒅒❄童话桌子️❄𒅒", "𒅒❄童话茶几️❄𒅒", "𒅒❄️童话洗手池❄𒅒", "𒅒❄️童话椅子❄𒅒", "𒅒❄️童话马桶❄𒅒", "𒅒❄童话浴缸️❄𒅒", "𒅒❄童话衣柜️❄𒅒", "𒅒❄童话橱柜️❄𒅒", "𒅒❄童话半格橱柜️❄𒅒", "𒅒❄童话箱子️❄𒅒", "𒅒❄童话屏风️❄𒅒", "𒅒❄童话台灯️❄𒅒", "𒅒❄️童话吊灯❄𒅒", "𒅒❄️童话壁灯❄𒅒", "𒅒❄️童话门❄𒅒", "𒅒❄童话窗️❄𒅒", "𒅒❄️童话楼梯❄𒅒", "𒅒❄童话墙砖️❄𒅒", "𒅒❄️童话地砖❄𒅒", "𒅒❄️童话半砖❄𒅒", "𒅒❄️童话围栏❄𒅒", "𒅒🎋科幻床️🎋𒅒", "𒅒🎋️科幻沙发🎋𒅒", "𒅒🎋科幻书桌🎋𒅒", "𒅒🎋科幻桌子🎋𒅒", "𒅒🎋科幻茶几🎋𒅒", "𒅒🎋科幻洗手台🎋𒅒", "𒅒🎋科幻椅子🎋𒅒", "𒅒🎋科幻马桶🎋𒅒", "𒅒🎋科幻浴缸🎋𒅒", "𒅒🎋科幻衣柜🎋𒅒", "𒅒🎡返 回 主 页🎡𒅒",},i2,os.date("姜小北原创")) if i2==1 then i=835 i1() end if i2==2 then i=1080 i1() end if i2==3 then i=1405 i1() end if i2==4 then i=1403 i1() end if i2==5 then i=1402 i1() end if i2==6 then i=1475 i1() end if i2==7 then i=gg.prompt({"虚空方块4095"},{[1]=4095},{[1]="number"})[1] i1() end if i2==8 then i=1575 i1() end if i2==9 then i=1576 i1() end if i2==10 then i=1577 i1() end if i2==11 then i=1579 i1() end if i2==12 then i=1580 i1() end if i2==13 then i=1581 i1() end if i2==14 then i=1582 i1() end if i2==15 then i=1587 i1() end if i2==16 then i=1588 i1() end if i2==17 then i=1589 i1() end if i2==18 then i=1591 i1() end if i2==19 then i=1592 i1() end if i2==20 then i=1593 i1() end if i2==21 then i=1594 i1() end if i2==22 then i=1595 i1() end if i2==23 then i=1596 i1() end if i2==24 then i=1597 i1() end if i2==25 then i=1598 i1() end if i2==26 then i=1599 i1() end if i2==27 then i=1600 i1() end if i2==28 then i=1601 i1() end if i2==29 then i=1602 i1() end if i2==30 then i=1603 i1() end if i2==31 then i=1604 i1() end if i2==32 then i=1605 i1() end if i2==33 then i=1606 i1() end if i2==34 then i=1607 i1() end if i2==35 then i=1608 i1() end if i2==36 then i=1609 i1() end if i2==37 then i=1610 i1() end if i2==38 then i=1611 i1() end if i2==39 then i=1612 i1() end if i2==40 then i=1613 i1() end if i2==41 then i=1614 i1() end if i2==42 then i=1615 i1() end if i2==43 then i=1616 i1() end if i2==44 then i=1617 i1() end if i2==45 then i=1618 i1() end if i2==46 then i=1619 i1() end if i2==47 then i=1620 i1() end if i2==48 then i=1621 i1() end if i2==49 then i=1622 i1() end if i2==50 then i=1623 i1() end if i2==51 then i=1624 i1() end if i2==52 then i=1625 i1() end if i2==53 then i=1626 i1() end if i2==54 then i=1627 i1() end if i2==55 then i=1628 i1() end if i2==56 then i=1629 i1() end if i2==57 then i=1630 i1() end if i2==58 then i=1631 i1() end if i2==59 then i=1632 i1() end if i2==60 then i=1633 i1() end if i2==61 then i=1634 i1() end if i2==62 then i=1635 i1() end if i2==63 then i=1636 i1() end if i2==64 then i=1637 i1() end if i2==65 then i=1638 i1() end if i2==66 then i=1639 i1() end if i2==67 then i=1640 i1() end if i2==68 then i=1641 i1() end if i2==69 then i=1642 i1() end if i2==70 then i=1643 i1() end if i2==71 then i=1644 i1() end if i2==72 then i=1645 i1() end if i2==73 then i=1646 i1() end if i2==74 then i=1647 i1() end if i2==75 then i=1648 i1() end if i2==76 then i=1649 i1() end if i2==77 then i=1650 i1() end if i2==78 then i=1651 i1() end if i2==79 then i=1652 i1() end if i2==80 then i=1653 i1() end if i2==81 then i=1654 i1() end if i2==82 then i=1655 i1() end XGCK=-1 end function c4() SN = gg.multiChoice({ "🍒剑 改 黑 龙 炸 图🍒", "🍒长 枪 改 破 坏🍒", "🍒猪 蛋 改 龙 蛋🍒", "🍒西 瓜 改 岩 浆🍒", "🍒自 定 义 修 改🍒", "(✧∇✧) 返 回 主 页 (✧∇✧)", }, nil, "🔶十年老兵,申请出战🔷,🔆目前此功能区:5个🔆") if SN == nil then else if SN[1]==true then go1() end if SN[2]==true then go2() end if SN[3]==true then go3() end if SN[4]==true then go4() end if SN[5]==true then go5() end if SN[6]==true then Main() end end FX=0 end function go1() qmnb={ {["memory"]=4}, {["name"]=""}, {["value"]=12005,["type"]=4}, {["lv"]=200,["offset"]=-320,["type"]=4}, } qmxg={ {["value"]=15056,["offset"]=0,["type"]=4} } xqmnb(qmnb) end function go2() qmnb={ {["memory"]=4}, {["name"]=""}, {["value"]=12004,["type"]=4}, {["lv"]=200,["offset"]=-320,["type"]=4}, } qmxg={ {["value"]=11551,["offset"]=0,["type"]=4} } xqmnb(qmnb) end function go3() qmnb={ {["memory"]=4}, {["name"]=""}, {["value"]=13402,["type"]=4}, {["lv"]=200,["offset"]=-320,["type"]=4}, } qmxg={ {["value"]=13502,["offset"]=0,["type"]=4} } xqmnb(qmnb) end function go4() qmnb={ {["memory"]=4}, {["name"]=""}, {["value"]=12006,["type"]=4}, {["lv"]=200,["offset"]=-320,["type"]=4}, } qmxg={ {["value"]=12751,["offset"]=0,["type"]=4} } xqmnb(qmnb) end function go5() as2 = gg.prompt({"→输入要更改物品的代码←"} ,{[1]="12006"},{[1]="number"})[1] as3 = gg.prompt({"→输入要更改物品的代码←"} ,{[1]="15056"},{[1]="number"})[1] qmnb={ {["memory"]=4}, {["name"]=""}, {["value"]=as2,["type"]=4}, {["lv"]=200,["offset"]=-320,["type"]=4}, } qmxg={ {["value"]=as3,["offset"]=0,["type"]=4} } xqmnb(qmnb) end function c5() gg.clearResults() gg.setRanges(4) gg.searchNumber("29246", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("29246", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(600) gg.editAll("28734", gg.TYPE_DWORD) gg.toast("成功") gg.clearResults() end -------------炸图功能 function Main4() SN = gg.multiChoice({ "🐳枪 无 后 座 连 发🐳", "🐳转 移 伤 害🐳", "🐳穿 墙 攻 击🐳", "🐳透 视🐳", "🐳观 战 模 式🐳", "🐳开 狙 击 镜 (所 有 枪)🐳", "🐳锁 高 度🐳", "🐳人 物 形 象🐳", "🐳死 亡 背 视 角 定 身🐳", "🐳人 物 黑 色🐳", "| ᴥ•́ )✧ 返 回 主 页 | ᴥ•́ )✧", }, nil, "[🍋不要忘记我爱你......🍋]") if SN == nil then else if SN[1]==true then d1() end if SN[2]==true then d2() end if SN[3]==true then d3() end if SN[4]==true then d4() end if SN[5]==true then d5() end if SN[6]==true then d6() end if SN[7]==true then d7() end if SN[8]==true then d8() end if SN[9]==true then d9() end if SN[10]==true then d10() end if SN[11]==true then Main() end end FX=0 end -------------狙击功能 function d1() qmnb = { {["memory"] = 4}, {["name"] = "狙击枪"}, {["value"] = 15003, ["type"] = 4}, {["lv"] = 15004, ["offset"] = -136, ["type"] = 4}, {["lv"] = 15004, ["offset"] = -140, ["type"] = 4}, } qmxg = { {["value"] =1, ["offset"] = -4, ["type"] = 4}, {["value"] =0, ["offset"] = -24, ["type"] = 16}, {["value"] =0, ["offset"] = -36, ["type"] = 4}, {["value"] =32000, ["offset"] = -64, ["type"] = 2}, {["value"] =0, ["offset"] = -68, ["type"] = 4}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end function d2() LQ = gg.prompt({"输入别人迷你号"} ,{[1]=0},{[1]="number"})[1] qmnb={ {["memory"]=4}, {["name"]=""}, {["value"]=1117126656,["type"]=4}, {["lv"]=256,["offset"]=-36,["type"]=4}, {["lv"] =65793, ["offset"] = -92, ["type"] = 4}, } qmxg={ {["value"]=LQ,["offset"]=-140,["type"]=4,["freeze"] = true} } xqmnb(qmnb) gg.clearResults() end function d3() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =50335745, ["type"] = 4}, {["lv"] =184549332 , ["offset"] = 44, ["type"] = 4}, } qmxg = { {["value"]=0.0,["offset"]=-188,["type"]=16}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =50335745, ["type"] = 4}, {["lv"] =184549332 , ["offset"] = 44, ["type"] = 4}, } qmxg = { {["value"]=100.0,["offset"]=-188,["type"]=16}, } xqmnb(qmnb) end end function d4() gg.toast("请选择开关") F=gg.alert("请选择{开 关}", "开", "️关️️") if F ~= 1 and F ~= 2 then gg.toast("你未选择开关默认取消") gg.toast("你未选择{开 关}") else end if F==1 then qmnb={ {["memory"]=16384.}, {["name"]="三角透视"}, {["value"]=196608,["type"]=4}, {["lv"]=65538,["offset"]=8,["type"]=4}, } qmxg={ {["value"]=1,["offset"]=16,["type"]=4} } xqmnb(qmnb) elseif F==2 then qmnb={ {["memory"]=16384.}, {["name"]="三角透视"}, {["value"]=196608,["type"]=4}, {["lv"]=65538,["offset"]=8,["type"]=4}, } qmxg={ {["value"]=65536,["offset"]=16,["type"]=4} } xqmnb(qmnb) end end function d5() gg.toast("请选择观战模式开关") F=gg.alert("🌚请选择观战模式{开 关}🌚", "🌞开🌞", "🌝关🌝") if F ~= 1 and F ~= 2 then gg.toast("你未选择开关默认取消") gg.toast("你未选择{开 关}") else end if F==1 then qmnb={ {["memory"]=4}, {["name"]="观战模式"}, {["value"]=1121452032,["type"]=4}, {["lv"]=1118568448,["offset"]=-4,["type"]=4}, {["lv"]=16777216,["offset"]=-56,["type"]=4}, {["lv"]=1065353216,["offset"]=-12,["type"]=4} } qmxg={ {["value"]=16777472,["offset"]=-56,["type"]=4,["freeze"]=true} } xqmnb(qmnb) elseif F==2 then qmnb={ {["memory"]=4}, {["name"]="观战模式"}, {["value"]=1121452032,["type"]=4}, {["lv"]=1118568448,["offset"]=-4,["type"]=4}, {["lv"]=16777472,["offset"]=-56,["type"]=4}, {["lv"]=1065353216,["offset"]=-12,["type"]=4} } qmxg={ {["value"]=16777216,["offset"]=-56,["type"]=4,["freeze"]=true} } xqmnb(qmnb) end end function d6() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = "自动"}, {["value"] =15004, ["type"] = 4}, {["lv"] = -1082130432, ["offset"] = -56, ["type"] = 4}, } qmxg = { {["value"]=75.0,["offset"]=-12,["type"]=16,["freeze"] = true}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 4}, {["name"] = "自动"}, {["value"] =15004, ["type"] = 4}, {["lv"] = -1082130432, ["offset"] = -56, ["type"] = 4}, } qmxg = { {["value"]=0.0,["offset"]=-12,["type"]=16,["freeze"] = true}, } xqmnb(qmnb) end end function d7() gg.clearList() qmnb = { {["memory"] = 4}, {["name"] = "锁定高度"}, {["value"] = 515396075740, ["type"] = 32}, {["lv"] = 60, ["offset"] = -16, ["type"] = 4}, {["lv"] = 180, ["offset"] = -12, ["type"] = 4}, {["lv"] = 120, ["offset"] = -4, ["type"] = 4}, } qmxg = { {["value"] = 800, ["offset"] = 12, ["type"] = 4, ["freeze"] = true}, } xqmnb(qmnb) gg.toast("加上超远攻击直接乱杀") end function lqnbnb1() qmnb = { {["memory"] = 4}, {["name"] = "天线"}, {["value"] = 169478669, ["type"] = 4}, {["lv"] = 36196, ["offset"] = 20, ["type"] = 4}, {["lv"] = 6407, ["offset"] = 24, ["type"] = 4},} qmxg = { {["value"] = e1, ["offset"] = 16, ["type"] = 16}, } xqmnb(qmnb) end function d8() menu1= gg.choice({ "𒅒🔰人 物 天 线🔰𒅒", "𒅒🔰人 物 头 动🔰𒅒", "𒅒🔰人 物 无 头🔰𒅒", "𒅒🔰️人 物 恢 复🔰𒅒", "𒅒🎡返 回 主 页🎡𒅒",},2018,os.date("如果不是你....我会一直抑郁?")) if menu1==1 then e1=5 lqnbnb1() end if menu1==2 then e1=2 lqnbnb1() end if menu1==3 then e1=999 lqnbnb1() end if menu1==4 then e1=1 lqnbnb1() end if menu1==5 then Main0() end XGCK=-1 end function d9() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] =lq, ["type"] = 4}, {["lv"] =16777473 , ["offset"] = -56, ["type"] = 4}, } qmxg = { {["value"]=lq,["offset"]=-68,["type"]=4,["freeze"] = true}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 4}, {["name"] = ""}, {["value"] =lq, ["type"] = 4}, {["lv"] =16777473 , ["offset"] = -56, ["type"] = 4}, } qmxg = { {["value"]=0,["offset"]=-68,["type"]=4,["freeze"] = true}, } xqmnb(qmnb) end end function d10() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =774, ["type"] = 4}, {["lv"] =768 , ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"]=0,["offset"]=-4,["type"]=4}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =774, ["type"] = 4}, {["lv"] =768 , ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"]=1,["offset"]=-4,["type"]=4}, } xqmnb(qmnb) end end -------------狙击功能 function Main5() SN = gg.multiChoice({ "🍣青 凤 结 界🍣", "🍣大 厅 黑 色🍣", "🍣箱 子 界 面🍣", "🍣自 带 烟 雾🍣", "🍣奇 异 空 间🍣", "🍣单 机 聊 天🍣", "🍣雾 里🍣", "🍣重 复 走 路🍣", "🍣点 击 外 形🍣", "🍣点 击 图 标🍣", "🍣技 能 范 围🍣", "U ´꓃ ` U 返 回 主 页 U ´꓃ ` U", }, nil, "[🍋星辰大海是我们的征辰🍋]") if SN == nil then else if SN[1]==true then xclq1() end if SN[2]==true then xclq2() end if SN[3]==true then xclq3() end if SN[4]==true then xclq4() end if SN[5]==true then xclq5() end if SN[6]==true then xclq6() end if SN[7]==true then xclq7() end if SN[8]==true then xclq8() end if SN[9]==true then xclq9() end if SN[10]==true then xclq10() end if SN[11]==true then xclq11() end if SN[12]==true then Main() end end FX=0 end -------------娱乐功能 function xclq1() gg.clearResults() gg.setRanges(4) gg.searchNumber("1004;5;-1;1005;5;6;1006::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("1005", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(100) sl=gg.getResultCount() if sl>100 then sl=100 end for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_DWORD,freeze = true,value = 999999}}) end gg.toast("天眼开启成功") gg.clearResults() end function xclq2() qmnb={ {["memory"]=4}, {["name"]="大厅全黑"}, {["value"]=4980746,["type"]=4}, {["lv"]=720,["offset"]=160,["type"]=4} } qmxg={ {["value"]=16777216,["offset"]=144,["type"]=4,["freeze"] = true} } xqmnb(qmnb) gg.clearResults() end function xclq3() qmnb = { {["memory"] = 4}, {["name"] = "联机箱子"}, {["value"] = 609902133504, ["type"] = 32}, {["lv"] = 1412, ["offset"] = -372, ["type"] = 4},} qmxg = { {["value"] = 16777472, ["offset"] = -384, ["type"] = 32}, } xqmnb(qmnb) gg.toast("开启成功\n共耗时:"..os.clock()-time.."秒") gg.clearResults() end function xclq4() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("-180;90", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("90", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("0", gg.TYPE_FLOAT) elseif F == 2 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("-180;0", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("90", gg.TYPE_FLOAT) end end function xclq5() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("180;270;90;1", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("1", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("-12", gg.TYPE_FLOAT) elseif F == 2 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("180;270;90;-12", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("-12", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("1", gg.TYPE_FLOAT) end end function xclq6() gg.setRanges(4) local dataType = 4 local tb1 = {{1130889216,0},{155648,-108} } local tb2 = {{16777472, -76,true }, } SearchWrite(tb1, tb2, dataType) gg.toast("单机聊天") gg.clearResults() end function xclq7() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =27525336, ["type"] = 4}, {["lv"] =27524832 , ["offset"] = 320, ["type"] = 4}, } qmxg = { {["value"]=0.0,["offset"]=44,["type"]=16}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =27525336, ["type"] = 4}, {["lv"] =27524832 , ["offset"] = 320, ["type"] = 4}, } qmxg = { {["value"]=100.0,["offset"]=44,["type"]=16}, } xqmnb(qmnb) end end function xclq8() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =1134559233, ["type"] = 4}, {["lv"] =436207666 , ["offset"] = 32, ["type"] = 4}, } qmxg = { {["value"]=-10.0,["offset"]=-252,["type"]=16}, } xqmnb(qmnb) elseif F == 2 then qmnb = { {["memory"] = 16384}, {["name"] = ""}, {["value"] =1134559233, ["type"] = 4}, {["lv"] =436207666 , ["offset"] = 32, ["type"] = 4}, } qmxg = { {["value"]=101.0,["offset"]=-252,["type"]=16}, } xqmnb(qmnb) end end function xclq9() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("1.80412861e-38F;1.80424268e-38F;96", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("96", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(100) sl=gg.getResultCount() if sl>100 then sl=100 end for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_FLOAT,freeze = true,value = 280}}) end elseif F == 2 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("1.80412861e-38F;1.80424268e-38F;280", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("280", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(100) sl=gg.getResultCount() if sl>100 then sl=100 end for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_FLOAT,freeze = true,value = 96}}) end end end function xclq10() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("1.80414627e-38F;1.80426202e-38F;83", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("83", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(100) sl=gg.getResultCount() if sl>100 then sl=100 end for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_FLOAT,freeze = true,value = 500}}) end elseif F == 2 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("1.80414627e-38F;1.80426202e-38F;500", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("500", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(100) sl=gg.getResultCount() if sl>100 then sl=100 end for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_FLOAT,freeze = true,value = 83}}) end end end function xclq11() gg.toast("请选择开关") F = gg.alert("🔰请选择{开 关}🔰","🍁开🍁","🍁️关🍁️️") if F~=1 and F~=2 then gg.toast("你未选择开关默认取消") gg.toast("📌你未选择{开 关}") else end if F== 1 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("1.98631339e-38F;2.01376258e-38F;70", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("70", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(100) sl=gg.getResultCount() if sl>100 then sl=100 end for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_FLOAT,freeze = true,value = 555}}) end elseif F == 2 then gg.clearResults() gg.setRanges(16384) gg.searchNumber("1.98631339e-38F;2.01376258e-38F;555", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("555", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) jg=gg.getResults(100) sl=gg.getResultCount() if sl>100 then sl=100 end for i = 1, sl do dzy=jg[i].address gg.addListItems({[1] = {address = dzy,flags = gg.TYPE_FLOAT,freeze = true,value = 70}}) end end end -------------娱乐功能 -------------播放音乐 local g = {} g.file = gg.getFile() g.sel = nil gqlb={"请先搜索歌曲",} idb={"1010"} SN,gc=1,nil g.config = gg.getFile():gsub("%lua$", "").."cfg" function bei() g.data = loadfile(g.config) if g.data ~= nil then g.sel = g.data() g.data = nil end if g.sel == nil then g.sel = {"红色高跟鞋","10"} end end bei() ------ --搜索歌曲 function start(name,sl) fw=gg.makeRequest("http://music.163.com/api/search/get?s="..name.."&type=1&offset=0&total=true&limit="..sl) return fw end ----- --歌词 --播放音乐 function play(id,name) gg.toast("正在播放音乐:"..name,true) gg.playMusic("http://music.163.com/song/media/outer/url?id="..id..".mp3") end --停止播放 function stop() gg.toast("正在停止音乐") for i=1,100 do gg.playMusic("stop") gg.playMusic("stop") gg.playMusic("stop") end end ---- function Play(gqlb,idb) SN = gg.choice(gqlb,nil,ts) if SN == nil then XGCK =-1 else sn=gg.choice({"播放"},nil,"歌曲:"..gqlb[SN]) if sn == nil then end if sn == 1 then play(idb[SN],gqlb[SN]) end XGCK=-1 end end function zjson(jsonr) local str = jsonr -- 匹配Json Key的正则表达式 local pattern = "\"[%w]+\":" string.gsub(str, pattern, function(v) if string.find(str, v) then str = string.gsub(str, v, string.gsub(v, "\"", "")) end end) str = string.gsub(str, ":", "=") str = string.gsub(str, "%[", "{") str = string.gsub(str, "%]", "}") local data = "return " .. str local res = load(data)() return res end function json(con) res=zjson(con) zd=res.result.songCount pd=go3-zd if pd <= 0 then else go3=zd end ts="《"..go1.."》找到"..zd.."首歌曲,当前显示"..go3.."首" gqlb={} idb={} for i=1,go3 do gqlb[i]=res.result.songs[i].name idb[i]=res.result.songs[i].id end --print(idb) end function YY998() Obtain=gg.makeRequest("https://api.uomg.com/api/rand.music?sort=热歌榜&format=json").content muchen=Obtain:match('url":"(.-)","picurl') gg.playMusic(muchen) end --主页 function Main6() SN = gg.choice({ "𒅒♥搜 索 歌 曲🔍♥️𒅒", "𒅒♥️搜 索 列 表🌐♥️𒅒", "𒅒♥️播 放 热 歌🗣️♥️𒅒", "𒅒♥️停 止 播 放💤♥️𒅒", "𒅒♥️️清 除 冻 结➖♥️𒅒", "𒅒♥️返 回 主 页️➗♥️𒅒", },2018,os.date("𒅒当前时间%Y年%m月%d日%H时%M分%S秒𒅒")) if SN==1 then s1() end if SN==2 then Play(gqlb,idb) end if SN==3 then YY998() end if SN==4 then stop() end if SN==5 then Main11() end if SN==6 then Main() end XGCK=-7 end --------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️ --------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️--------------♦️凉 情♦️ function s1() search = gg.prompt({ "输入要搜索的歌曲\n可加上歌手名字", "设置显示数量(数字)", },g.sel,{ "text", }) if search == nil then Main6() end gg.saveVariable(search,g.config) bei() go1=search[1] go3=search[2] jg=start(go1,go3) if jg.code == 200 then fh=jg.content fh=json(fh) --print(fh) Play(gqlb,idb) else function inspect() gg.alert("访问网络异常,错误代码:\n\n"..jg.code) end if not pcall(inspect) then print("网络异常,请先连接上网络") os.exit() end end XGCK=-1 end --------------播放音乐 function Exit() print("最灿烂的烟花也会消失对吧") gg.toast("退出辅助成功\n耗时:1秒\n欢迎再次使用") os.exit() end while true do if gg.isVisible(true) then FX1 = nil gg.setVisible(false) end if FX1 == nil then Main() end end