--[kk] ~牛逼加密法 ----分 割 线---- 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 jz(sxg,zs,zsnb) flags=zs value=zsnb so=gg.getRangesList(''..name..'')[1].start js(so+sxg,zs,zsnb) end local ZS_1 = gg.alert local ZS_2 = gg.toast local ZS_3 = gg.searchNumber local ZS_4 = gg.editAll local ZS_5 = gg.setRanges local ZS_6 = gg.getResults local ZS_7 = gg.clearResults local ZS_8 = gg.searchAddress local ZS_9 = gg.getResultCount local ZS_10 = gg.REGION_BAD local ZS_11 = gg.REGION_ANONYMOUS local ZS_12 = gg.REGION_AZSMEM local ZS_13 = gg.REGION_C_ALLOC local ZS_14 = gg.REGION_C_BSS local ZS_15 = gg.REGION_C_code local ZS_16 = gg.REGION_C_HEAP local ZS_17 = gg.REGION_CODE_APP local ZS_18 = gg.REGION_CODE_SYS local ZS_19 = gg.REGION_JAVA local ZS_20 = gg.REGION_JAVA_HEAP local ZS_21 = gg.REGION_OTHER local ZS_22 = gg.REGION_PPSSPP local ZS_23 = gg.REGION_STACK local ZS_24 = gg.TYPE_FLOAT local ZS_25 = gg.SIGN_EQUAL local ZS_26 = gg.TYPE_DWORD local ZS_27 = gg.TYPE_BYTE local ZS_28 = gg.TYPE_WORD local ZS_29 = gg.REGION_VIDEO local ZS_30 = gg.multiChoice local ZS_31 = print PT = (os.date("%Y年%m月%d日%H时%M分%S秒")) 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 function Main() SN = gg.multiChoice({ "💎🌈S1身法套🌈💎", "💎🌈头盔美化🌈💎", "💎🌈背包美化🌈💎", "💎🌈车辆美化🌈💎", "💎🌈枪械美化➠已修复🌈💎", "💎🌈旧版范围🌈💎", "💎🌈开火自瞄🌈💎", "💎🌈黄色特效🌈💎", "💎🌈木乃伊🌈💎", "💎🌈超级视角🌈💎", "💎🌈菠萝风衣🌈💎", "💎🌈帅气风衣🌈💎", "💎🌈胜利动作『拍手』🌈💎", "💎🌈至尊红龙🌈💎", "💎🌈小丑背包🌈💎", "💎🌈狗头头盔🌈💎", "💎🌈萌龙M4➠已修复🌈💎", "💎🌈身法头盔🌈💎", "💎🌈身法背包🌈💎", "💎🌈减少后座🌈💎", "💎🌈素材范围🌈💎", "💎🌈kk同款枪皮➠已修复🌈💎", "💎🌈kk枪械美化➠已修复🌈💎", "💎🌈kk身法头盔🌈💎", "💎🌈kk身法枪械➠已修复🌈💎", "💎🌈kk超帅头盔🌈💎", "💎🌈比基尼『图一』🌈💎", "💎🌈kk可爱兔耳朵🌈💎", "💎🌈比基尼『图二』🌈💎", "💎🌈比基尼『图三』🌈💎", "💎🌈比基尼『图四』🌈💎", "💎🌈kk身法风衣🌈💎", "💎🌈电摇动作『101』🌈💎", "💎🌈S1降落伞『测试』🌈💎", "💎🌈黑色身法口罩🌈💎", "💎🌈光腿改小黄裤🌈💎", "💎🌈隐腿『腿变透明』🌈💎", -----------分割 快斗 xs写法 "💎🌈海岛吉利服🌈💎", "💎🌈沙漠吉利服🌈💎", "💎┃语录+公告┃💎", "💎🌈范围+真伤🌈💎", "💎🌈快速落地🌈💎", "💎┃代码查询┃💎", "💎┃播放音乐┃💎", "💎┃特殊功能┃💎", "💎┃查询天气┃💎", "💎🌈四倍改八倍🌈💎", "💎🌈反向跳伞🌈💎", "💎🌈跳跃加速🌈💎", "💎🌈天空颜色『测试』🌈💎", "💎┃自定义动作┃💎", "💎┃自定义衣服┃💎", "💎○60倍加速○💎", "💎⇧防拉『蹲姿』⇧💎", "💎☞关闭加速あ☜🌈💎", "💎超广角『未测试』🌈💎", "💎红色血雾『HW』🌈💎", "💎🌈恐龙头盔🌈💎", "💎🌈至尊黑龙🌈💎", "💎🌈银羽背包🌈💎", "💎🌈上帝视角🌈💎", "💎🌈印度锁头『未测试』🌈💎", "💎🌈除草除树『国体代码』🌈💎", "💎🌈全图除雾『国体代码』🌈💎", "💎🌈秒下飞机🌈💎", "💎🌈子弹穿墙『娱乐』🌈💎", "💎🌈和平脚本『尘仙』🌈💎", "💎🌈小龙虾🌈💎", "💎🌈清理缓存🌈💎", "💎🌈自定义加速🌈💎", "💎🌈自定义红点放大🌈💎", "💎🌈自定义改倍镜🌈💎", "💎🌈概率锁头『素材专用』🌈💎", "💎🌈网友美化4.0『脚本』🌈💎", "💎🌈子弹追踪『轻量版』🌈💎", "💎🌈子弹追踪『轻体版』🌈💎", "💎🌈感谢人员🌈💎", "【250W身法范围】", "💎🌈范围伤害🌈💎", "💎🌈小猫背包➤原创🌈💎", "💎🌈⭕️⭕️自瞄➤源码原创🌈💎", "💎🌈🎧🎧头盔➤原创🌈💎", "💎🌈kk脚本🌈💎", "💎🌈2倍加速➠新版🌈💎", "💎🌈关闭加速🌈💎", "💎🌈98K➠子弹间隔🌈💎", "💎🌈M24➠子弹间隔🌈💎", "💎🌈AWM➠子弹间隔🌈💎", "💎🌈蹲趴加速🌈💎", "💎🌈汽车锁油🌈💎", "💎🌈秒开倍镜🌈💎", "💎🌈全车加速🌈💎", "💦吉普➠直升机💦", "💦轿车➠直升机💦", "💦蹦蹦➠直升机💦", "💎变态载具功能💎", "退出脚本➠无后", "退出脚本➠防抖", "退出脚本➠聚点", "正在修复➠未添加", "正在修复➠未添加", "💎🌈kk未待更新🌈💎", }, nil, "➖➖➖➖➖👑👑👑➖➖➖➖➖\n ⚡kk⚡\n当前时间:'..PT..'☕\n➖➖➖➖🔥🔥🔥🔥🔥➖➖➖➖") 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 c6() end if SN[7] == true then c7() end if SN[8] == true then c8() end if SN[9] == true then c9() end if SN[10] == true then c10() end if SN[11] == true then c11() end if SN[12] == true then c12() end if SN[13] == true then c13() end if SN[14] == true then c14() end if SN[15] == true then c15() end if SN[16] == true then c16() end if SN[17] == true then c17() end if SN[18] == true then c18() end if SN[19] == true then c19() end if SN[20] == true then c20() end if SN[21] == true then c21() end if SN[22] == true then c22() end if SN[23] == true then c23() end if SN[24] == true then c24() end if SN[25] == true then c25() end if SN[26] == true then c26() end if SN[27] == true then c27() end if SN[28] == true then c28() end if SN[29] == true then c29() end if SN[30] == true then c30() end if SN[31] == true then c31() end if SN[32] == true then c32() end if SN[33] == true then c33() end if SN[34] == true then c34() end if SN[35] == true then c35() end if SN[36] == true then c36() end if SN[37] == true then c37() end if SN[38] == true then c38() end if SN[39] == true then c39() end if SN[40] == true then c40() end if SN[41] == true then c41() end if SN[42] == true then c42() end if SN[43] == true then c43() end if SN[45] == true then c45() end if SN[46] == true then quq() end if SN[47] == true then c47() end if SN[48] == true then c48() end if SN[49] == true then c49() end if SN[50] == true then c50() end if SN[51] == true then c51() end if SN[52] == true then c52() end if SN[53] == true then c53() end if SN[54] == true then c54() end if SN[55] == true then c55() end if SN[56] == true then c56() end if SN[57] == true then c57() end if SN[58] == true then c58() end if SN[59] == true then c59() end if SN[60] == true then c60() end if SN[61] == true then c61() end if SN[62] == true then c62() end if SN[63] == true then c63() end if SN[64] == true then c64() end if SN[65] == true then c65() end if SN[66] == true then c66() end if SN[67] == true then c67() end if SN[68] == true then c68() end if SN[69] == true then c69() end if SN[70] == true then c70() end if SN[71] == true then c71() end if SN[72] == true then c72() end if SN[73] == true then c73() end if SN[74] == true then c74() end if SN[75] == true then c75() end if SN[76] == true then c76() end if SN[77] == true then c77() end if SN[78] == true then c78() end if SN[79] == true then c79() end if SN[80] == true then c80() end if SN[81] == true then c81() end if SN[82] == true then c82() end if SN[83] == true then c83() end if SN[84] == true then c84() end if SN[85] == true then c85() end if SN[86] == true then c86() end if SN[87] == true then c87() end if SN[88] == true then c88() end if SN[89] == true then c89() end if SN[90] == true then c90() end if SN[91] == true then c91() end if SN[92] == true then c92() end if SN[93] == true then g93() end if SN[94] == true then g94() end if SN[95] == true then g95() end if SN[96] == true then g96() end if SN[97] == true then Main11() end if SN[98] == true then Main12() end if SN[99] == true then Main13() end if SN[100] == true then Main14() end if menu == 44 then K() end if SN[889] == true then Exit() end end XGCK = -1 end function c1() qmnb = { {["memory"] = 32}, {["name"] = "小白衣"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 403005, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "s1裤子"}, {["value"] = 404031, ["type"] = 4}, {["lv"] = 404000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 404031, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 404049, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "鞋子"}, {["value"] = 405015, ["type"] = 4}, {["lv"] = 405000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 405015, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 474031, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "身法帽子"}, {["value"] = 40601002, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1400489, ["offset"] = 0, ["type"] = 4}, } qmnb = { {["memory"] = 4}, {["name"] = "衣服仓库显示"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 403005, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 4}, {["name"] = "裤子仓库显示"}, {["value"] = 404031, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 404049, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 4}, {["name"] = "鞋子仓库显示"}, {["value"] = 405015, ["type"] = 4}, {["lv"] = 68, ["offset"] = -8, ["type"] = 4}, {["lv"] = 19, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = 474031, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c2() qmnb = { {["memory"] = 32}, {["name"] = "一级头"}, {["value"] = 502001, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502001039, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "二级头"}, {["value"] = 502002, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502002039, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "三级头"}, {["value"] = 502003, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502003039, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c3() qmnb = { {["memory"] = 32}, {["name"] = "一级包"}, {["value"] = 501001, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501001155, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "二级包"}, {["value"] = 501002, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501002155, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "三级包"}, {["value"] = 501003, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501003155, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c4() qmnb = { {memory = 32}, {name = "吉普"}, {value = 1908001, type = 4}, { lv = 84, offset = -12, type = 4 }, { lv = 1908001, offset = 12, type = 4 } } qmxg = { { value = 1908012, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {memory = 32}, {name = "轿车"}, {value = 1903001, type = 4}, { lv = 84, offset = -12, type = 4 }, { lv = 1903001, offset = 12, type = 4 } } qmxg = { { value = 1903030, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {memory = 32}, {name = "蹦蹦"}, {value = 1907001, type = 4}, { lv = 84, offset = -12, type = 4 }, { lv = 1907001, offset = 12, type = 4 } } qmxg = { { value = 1907018, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {memory = 32}, {name = "游艇"}, {value = 1911001, type = 4}, { lv = 100, offset = -4, type = 4 }, { lv = 9, offset = 4, type = 4 } } qmxg = { { value = 1911004, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {memory = 32}, { name = "三轮摩托" }, {value = 1902001, type = 4}, { lv = 100, offset = -4, type = 4 }, { lv = 9, offset = 4, type = 4 } } qmxg = { { value = 1902013, offset = 0, type = 4 } } xqmnb(qmnb) qmnb = { {memory = 32}, { name = "二轮摩托" }, {value = 1901001, type = 4}, { lv = 100, offset = -4, type = 4 }, { lv = 9, offset = 4, type = 4 } } qmxg = { { value = 1901040, offset = 0, type = 4 } } xqmnb(qmnb) end function c5() gg.clearResults() gg.searchNumber("10100100;101001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101001104",gg.TYPE_DWORD) gg.toast("AKM") gg.clearResults() gg.searchNumber("10100200;101002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101002055",gg.TYPE_DWORD) gg.toast("M16A4") qmnb = { {["memory"] = 32}, {["name"] = "机瞄"}, {["value"] = 20300600, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 203006, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010020553, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.searchNumber("10100300;101003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101003001",gg.TYPE_DWORD) gg.toast("SCAR-L") gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("10100400;101004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("101004001",gg.TYPE_DWORD) gg.toast("M416火箭少女") qmnb = { {["memory"] = 32}, {["name"] = "m416机瞄"}, {["value"] = 20300800, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 2, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 100400103, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "枪托"}, {["value"] = 20500500, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 205005, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 100400102, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "扩容"}, {["value"] = 29100400, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 291004, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 100400101, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.searchNumber("10100500;101005",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101005019",gg.TYPE_DWORD) gg.toast("GROZA") gg.clearResults() gg.searchNumber("10100600;101006",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101006020",gg.TYPE_DWORD) gg.toast("AUG") gg.clearResults() gg.searchNumber("10100700;101007",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101007017",gg.TYPE_DWORD) gg.toast("QBZ") gg.clearResults() gg.searchNumber("10100800;101008",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(100) gg.editAll("1101008029",gg.TYPE_DWORD) gg.toast("M762") gg.clearResults() gg.searchNumber("10100900;101009",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101009001",gg.TYPE_DWORD) gg.toast("MK47") gg.clearResults() gg.searchNumber("10200100;102001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102001018",gg.TYPE_DWORD) gg.toast("UZI") gg.clearResults() gg.searchNumber("10200200;102002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102002053",gg.TYPE_DWORD) gg.toast("UMP45") gg.clearResults() gg.searchNumber("10200300;102003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102003015",gg.TYPE_DWORD) gg.toast("Vector") gg.clearResults() gg.searchNumber("10200400;102004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102004012",gg.TYPE_DWORD) gg.toast("汤姆逊") gg.clearResults() gg.searchNumber("10300100;103001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103001049",gg.TYPE_DWORD) gg.toast("98k") gg.clearResults() gg.searchNumber("10300200;103002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103002023",gg.TYPE_DWORD) gg.toast("M24") gg.clearResults() gg.searchNumber("10300300;103003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103003030",gg.TYPE_DWORD) gg.toast("AWM") gg.clearResults() gg.searchNumber("10300400;103004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103004022",gg.TYPE_DWORD) gg.toast("SKS") gg.clearResults() gg.searchNumber("10300500;103005",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103005018",gg.TYPE_DWORD) gg.toast("VSS") gg.clearResults() gg.searchNumber("10300600;103006",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103006021",gg.TYPE_DWORD) gg.toast("mini14") gg.clearResults() gg.searchNumber("10400100;104001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104001018",gg.TYPE_DWORD) gg.toast("S686") gg.clearResults() gg.searchNumber("10400200;104002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104002026",gg.TYPE_DWORD) gg.toast("S1897") gg.clearResults() gg.searchNumber("10400300;104003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104003015",gg.TYPE_DWORD) gg.toast("S12k") gg.clearResults() gg.searchNumber("10500100;105001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1105001012",gg.TYPE_DWORD) gg.toast("M249") gg.clearResults() gg.searchNumber("10500200;105002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1105002024",gg.TYPE_DWORD) gg.toast("DP-28") gg.clearResults() gg.searchNumber("10800400;108004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1108004109",gg.TYPE_DWORD) gg.toast("平底锅") gg.clearResults() gg.searchNumber("10300700;103007",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103007010",gg.TYPE_DWORD) gg.toast("MK14") end function c6() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("9.20161819458;23;25;30.5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("25;30.5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1) gg.editAll("300", gg.TYPE_FLOAT) gg.searchNumber("30.5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1) gg.editAll("300", gg.TYPE_FLOAT) gg.toast("专属范围") end function c7() gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber(-827307450, gg.TYPE_DWORD) gg.getResultsCount() gg.toast("开火自瞄-1") gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("2.0621421e-19", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1000) gg.editAll("0", gg.TYPE_FLOAT) gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("1.7222422e11", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1000) gg.editAll("-2.7395468e28", gg.TYPE_FLOAT) gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("-1,287,719,392,803,702,272", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10) gg.editAll("-1,287,719,396,789,190,656", gg.TYPE_QWORD) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber(3.5, gg.TYPE_FLOAT) gg.getResultsCount() gg.toast("开火自瞄-2") end function c8() gg.clearResults() gg.setRanges(16384) gg.searchNumber("-289,596,733;-308,983,296;-298,640,831;-298,370,492;-294,581,562;-298,706,367:193", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("-289,596,733;-308,983,296;-298,640,831;-298,370,492;-294,581,562;-298,706,367:193", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("0", gg.TYPE_DWORD) end function c9() qmnb = { {["memory"] = 32}, {["name"] = "木乃伊"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1400687, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c10() gg.clearResults() gg.setRanges(16384) SearchWrite({ {-8.7370373E22, 0}, {0.00100000005, -48}, {-9.3857935E22, -16}, {360, -44}, {-5.9052662E21, 12} }, { {300, -44} }, 16) gg.sleep(500) gg.toast("16:9已成功") end function c11() qmnb = { {["memory"] = 32}, {["name"] = "红色风衣"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1404153, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "s1裤子"}, {["value"] = 404031, ["type"] = 4}, {["lv"] = 404000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 404031, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 404049, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "口罩"}, {["value"] = 405015, ["type"] = 4}, {["lv"] = 405000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 405015, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1403119, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c12() qmnb = { {["memory"] = 32}, {["name"] = "新风衣"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1404156, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "s1裤子"}, {["value"] = 404031, ["type"] = 4}, {["lv"] = 404000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 404031, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 404049, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "口罩"}, {["value"] = 405015, ["type"] = 4}, {["lv"] = 405000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 405015, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1403119, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c13() qmnb = { {["memory"] = 32}, {["name"] = "红色风衣"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1400781, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "s1裤子"}, {["value"] = 404031, ["type"] = 4}, {["lv"] = 404000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 404031, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 404049, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "口罩"}, {["value"] = 405015, ["type"] = 4}, {["lv"] = 405000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 405015, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1403119, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c13() qmnb = { {["memory"] = 32}, {["name"] = "拍手动作改胜利动作"}, {["value"] = 2200301, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 22, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 2202601, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c14() qmnb = { {["memory"] = 32}, {["name"] = "红色风衣"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1400781, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "s1裤子"}, {["value"] = 404031, ["type"] = 4}, {["lv"] = 404000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 404031, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 404049, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "口罩"}, {["value"] = 405015, ["type"] = 4}, {["lv"] = 405000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 405015, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1403119, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c15() qmnb = { {["memory"] = 32}, {["name"] = "一级包"}, {["value"] = 501001, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501001133, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "2级包"}, {["value"] = 501002, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501002133, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "3级包"}, {["value"] = 501003, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501003133, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c16() qmnb = { {["memory"] = 32}, {["name"] = "一级头"}, {["value"] = 502001, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502001099, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "2级头"}, {["value"] = 502002, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502002099, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "3级头"}, {["value"] = 502003, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502003099, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c17() gg.clearResults() gg.searchNumber("10100400;101004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101004081",4) gg.toast("M416") qmnb = { {["memory"] = 32}, {["name"] = "m416机瞄"}, {["value"] = 20300800, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 2, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1010040812, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "枪托"}, {["value"] = 20500500, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 205005, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010040813, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "扩容"}, {["value"] = 29100400, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 291004, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010040811, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c18() qmnb = { {["memory"] = 32}, {["name"] = "一级头"}, {["value"] = 502001, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502001028, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "2级头"}, {["value"] = 502002, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502002028, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "3级头"}, {["value"] = 502003, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502003028, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c19() qmnb = { {["memory"] = 32}, {["name"] = "一级包"}, {["value"] = 501001, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501001009, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "二级包"}, {["value"] = 501002, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501002009, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "三级包"}, {["value"] = 501003, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501003009, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c20() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1.5584387e28", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(30) gg.editAll("0", gg.TYPE_FLOAT) gg.toast("无后开启中") gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1D;0.05000000075F;0.10000000149F;0.55000001192F;9.5F;15.0F::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("1", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("0", gg.TYPE_DWORD) gg.toast("全枪无后开启成功") end function c21() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("9.201618;30.5;25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("30.5;25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10) gg.editAll("300", gg.TYPE_FLOAT) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("9.20161819458;23;25;30.5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("25;30.5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("400", gg.TYPE_FLOAT) gg.clearResults() gg.toast("轻量版A内存范围")--来自神柚 end function c22() gg.clearResults() gg.searchNumber("10100100;101001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101001006",gg.TYPE_DWORD) gg.toast("AKM") gg.clearResults() gg.searchNumber("10100200;101002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101002019",gg.TYPE_DWORD) gg.toast("M16A4") qmnb = { {["memory"] = 32}, {["name"] = "机瞄"}, {["value"] = 20300600, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 203006, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010020193, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.searchNumber("10100300;101003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101003018",gg.TYPE_DWORD) gg.toast("SCAR-L") gg.clearResults() gg.searchNumber("10100400;101004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101004015",gg.TYPE_DWORD) gg.toast("M416") qmnb = { {["memory"] = 32}, {["name"] = "m416机瞄"}, {["value"] = 20300800, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 2, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1010040152, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "枪托"}, {["value"] = 20500500, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 205005, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010040153, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "扩容"}, {["value"] = 29100400, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 291004, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010040151, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.searchNumber("10100500;101005",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101005019",gg.TYPE_DWORD) gg.toast("GROZA") gg.clearResults() gg.searchNumber("10100600;101006",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101006020",gg.TYPE_DWORD) gg.toast("AUG") gg.clearResults() gg.searchNumber("10100700;101007",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101007017",gg.TYPE_DWORD) gg.toast("QBZ") gg.clearResults() gg.searchNumber("10100800;101008",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101008026",gg.TYPE_DWORD) gg.toast("M762") gg.clearResults() gg.searchNumber("10100900;101009",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101009001",gg.TYPE_DWORD) gg.toast("MK47") gg.clearResults() gg.searchNumber("10200100;102001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102001019",gg.TYPE_DWORD) gg.toast("UZI") gg.clearResults() gg.searchNumber("10200200;102002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102002031",gg.TYPE_DWORD) gg.toast("UMP45") gg.clearResults() gg.searchNumber("10200300;102003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102003024",gg.TYPE_DWORD) gg.toast("Vector") gg.clearResults() gg.searchNumber("10200400;102004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102004012",gg.TYPE_DWORD) gg.toast("汤姆逊") gg.clearResults() gg.searchNumber("10300100;103001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103001011",gg.TYPE_DWORD) gg.toast("98k") gg.clearResults() gg.searchNumber("10300200;103002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103002023",gg.TYPE_DWORD) gg.toast("M24") gg.clearResults() gg.searchNumber("10300300;103003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103003029",gg.TYPE_DWORD) gg.toast("AWM") gg.clearResults() gg.searchNumber("10300400;103004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103004018",gg.TYPE_DWORD) gg.toast("SKS") gg.clearResults() gg.searchNumber("10300500;103005",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103005018",gg.TYPE_DWORD) gg.toast("VSS") gg.clearResults() gg.searchNumber("10300600;103006",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103006014",gg.TYPE_DWORD) gg.toast("mini14") gg.clearResults() gg.searchNumber("10400100;104001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104001015",gg.TYPE_DWORD) gg.toast("S686") gg.clearResults() gg.searchNumber("10400200;104002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104002028",gg.TYPE_DWORD) gg.toast("S1897") gg.clearResults() gg.searchNumber("10400300;104003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104003003",gg.TYPE_DWORD) gg.toast("S12k") gg.clearResults() gg.searchNumber("10500100;105001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1105001012",gg.TYPE_DWORD) gg.toast("M249") gg.clearResults() gg.searchNumber("10500200;105002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1105002024",gg.TYPE_DWORD) gg.toast("OP-28") gg.clearResults() gg.searchNumber("10300900;103009",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103009016",gg.TYPE_DWORD) gg.toast("SLR") gg.clearResults() gg.searchNumber("10300700;103007",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103007010",gg.TYPE_DWORD) gg.toast("MK14") gg.clearResults() gg.searchNumber("10301000;103010",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103010004",gg.TYPE_DWORD) gg.toast("QBU") gg.clearResults() gg.searchNumber("10800400;108004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1108004025",gg.TYPE_DWORD) gg.toast("平底锅") gg.clearResults() gg.searchNumber("10800200;108002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1108002003",gg.TYPE_DWORD) gg.toast("撬棍改国王拐杖") end function c23() gg.clearResults() gg.searchNumber("10100100;101001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101001095",gg.TYPE_DWORD) gg.toast("AKM") gg.clearResults() gg.searchNumber("10100200;101002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101002020",gg.TYPE_DWORD) gg.toast("M16A4") qmnb = { {["memory"] = 32}, {["name"] = "机瞄"}, {["value"] = 20300600, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 203006, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010020203, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.searchNumber("10100300;101003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101003001",gg.TYPE_DWORD) gg.toast("SCAR-L") gg.clearResults() gg.searchNumber("10100400;101004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101004055",gg.TYPE_DWORD) gg.toast("M416") qmnb = { {["memory"] = 32}, {["name"] = "m416机瞄"}, {["value"] = 20300800, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 2, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1010040552, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "枪托"}, {["value"] = 20500500, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 205005, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010040553, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "扩容"}, {["value"] = 29100400, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 291004, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010040551, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.searchNumber("10100500;101005",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101005004",gg.TYPE_DWORD) gg.toast("GROZA") gg.clearResults() gg.searchNumber("10100600;101006",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101006003",gg.TYPE_DWORD) gg.toast("AUG") gg.clearResults() gg.searchNumber("10100700;101007",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101007024",gg.TYPE_DWORD) gg.toast("QBZ") gg.clearResults() gg.searchNumber("10100800;101008",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101008026",gg.TYPE_DWORD) gg.toast("M762") gg.clearResults() gg.searchNumber("10100900;101009",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101009001",gg.TYPE_DWORD) gg.toast("MK47") gg.clearResults() gg.searchNumber("10200100;102001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102001024",gg.TYPE_DWORD) gg.toast("UZI") gg.clearResults() gg.searchNumber("10200200;102002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102002030",gg.TYPE_DWORD) gg.toast("UMP45") gg.clearResults() gg.searchNumber("10200300;102003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102003002",gg.TYPE_DWORD) gg.toast("Vector") gg.clearResults() gg.searchNumber("10200400;102004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("102004001",gg.TYPE_DWORD) gg.toast("汤姆逊") gg.clearResults() gg.searchNumber("10300100;103001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103001010",gg.TYPE_DWORD) gg.toast("98k") gg.clearResults() gg.searchNumber("10300200;103002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103002014",gg.TYPE_DWORD) gg.toast("M24") gg.clearResults() gg.searchNumber("10300300;103003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103003004",gg.TYPE_DWORD) gg.toast("AWM") gg.clearResults() gg.searchNumber("10300400;103004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103004016",gg.TYPE_DWORD) gg.toast("SKS") gg.clearResults() gg.searchNumber("10300500;103005",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103005014",gg.TYPE_DWORD) gg.toast("VSS") gg.clearResults() gg.searchNumber("10300600;103006",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103006002",gg.TYPE_DWORD) gg.toast("mini14") gg.clearResults() gg.searchNumber("10400100;104001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104001015",gg.TYPE_DWORD) gg.toast("S686") gg.clearResults() gg.searchNumber("10400200;104002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104002003",gg.TYPE_DWORD) gg.toast("S1897") gg.clearResults() gg.searchNumber("10400300;104003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104003003",gg.TYPE_DWORD) gg.toast("S12k") gg.clearResults() gg.searchNumber("10500100;105001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1105001001",gg.TYPE_DWORD) gg.toast("M249") gg.clearResults() gg.searchNumber("10500200;105002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1105002012",gg.TYPE_DWORD) gg.toast("OP-28") gg.clearResults() gg.searchNumber("10800400;108004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1108004008",gg.TYPE_DWORD) gg.toast("平底锅") end function c24() qmnb = { {["memory"] = 32}, {["name"] = "一级头"}, {["value"] = 502001, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1400489, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "二级头"}, {["value"] = 502002, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1400489, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "三级头"}, {["value"] = 502003, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1400489, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c25() gg.clearResults() gg.searchNumber("10100100;101001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101001095",gg.TYPE_DWORD) gg.toast("AKM") gg.clearResults() gg.searchNumber("10100200;101002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101002020",gg.TYPE_DWORD) gg.toast("M16A4") qmnb = { {["memory"] = 32}, {["name"] = "机瞄"}, {["value"] = 20300600, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 203006, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010020203, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.searchNumber("10100300;101003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101003001",gg.TYPE_DWORD) gg.toast("SCAR-L") gg.clearResults() gg.searchNumber("10100400;101004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101004086",gg.TYPE_DWORD) gg.toast("M416") qmnb = { {["memory"] = 32}, {["name"] = "m416机瞄"}, {["value"] = 20300800, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 2, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1010040152, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "枪托"}, {["value"] = 20500500, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 205005, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010040153, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "扩容"}, {["value"] = 29100400, ["type"] = 4}, {["lv"] = 1, ["offset"] = -4, ["type"] = 4}, {["lv"] = 291004, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1010040151, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) gg.clearResults() gg.searchNumber("10100500;101005",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101005019",gg.TYPE_DWORD) gg.toast("GROZA") gg.clearResults() gg.searchNumber("10100600;101006",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101006020",gg.TYPE_DWORD) gg.toast("AUG") gg.clearResults() gg.searchNumber("10100700;101007",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101007017",gg.TYPE_DWORD) gg.toast("QBZ") gg.clearResults() gg.searchNumber("10100800;101008",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101008026",gg.TYPE_DWORD) gg.toast("M762") gg.clearResults() gg.searchNumber("10100900;101009",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101009001",gg.TYPE_DWORD) gg.toast("MK47") gg.clearResults() gg.searchNumber("10200100;102001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102001024",gg.TYPE_DWORD) gg.toast("UZI") gg.clearResults() gg.searchNumber("10200200;102002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102002030",gg.TYPE_DWORD) gg.toast("UMP45") gg.clearResults() gg.searchNumber("10200300;102003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102003002",gg.TYPE_DWORD) gg.toast("Vector") gg.clearResults() gg.searchNumber("10200400;102004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("102004001",gg.TYPE_DWORD) gg.toast("汤姆逊") gg.clearResults() gg.searchNumber("10300100;103001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103001049",gg.TYPE_DWORD) gg.toast("98k") gg.clearResults() gg.searchNumber("10300200;103002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103002016",gg.TYPE_DWORD) gg.toast("M24") gg.clearResults() gg.searchNumber("10300300;103003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103003004",gg.TYPE_DWORD) gg.toast("AWM") gg.clearResults() gg.searchNumber("10300400;103004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103004016",gg.TYPE_DWORD) gg.toast("SKS") gg.clearResults() gg.searchNumber("10300500;103005",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103005014",gg.TYPE_DWORD) gg.toast("VSS") gg.clearResults() gg.searchNumber("10300600;103006",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103006002",gg.TYPE_DWORD) gg.toast("mini14") gg.clearResults() gg.searchNumber("10400100;104001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104001015",gg.TYPE_DWORD) gg.toast("S686") gg.clearResults() gg.searchNumber("10400200;104002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104002003",gg.TYPE_DWORD) gg.toast("S1897") gg.clearResults() gg.searchNumber("10400300;104003",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104003003",gg.TYPE_DWORD) gg.toast("S12k") gg.clearResults() gg.searchNumber("10500100;105001",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1105001001",gg.TYPE_DWORD) gg.toast("M249") gg.clearResults() gg.searchNumber("10500200;105002",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1105002012",gg.TYPE_DWORD) gg.toast("OP-28") gg.clearResults() gg.searchNumber("10800400;108004",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("10600700",gg.TYPE_DWORD) gg.toast("信号枪") gg.clearResults() end function c26() qmnb = { {["memory"] = 32}, {["name"] = "一级头"}, {["value"] = 502001, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1403141, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "二级头"}, {["value"] = 502002, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1403141, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "三级头"}, {["value"] = 502003, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1403141, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c27() qmnb = { {["memory"] = 32}, {["name"] = "比基尼『图一』"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1400329, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c28() qmnb = { {["memory"] = 32}, {["name"] = "兔耳朵"}, {["value"] = 405015, ["type"] = 4}, {["lv"] = 405000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 405015, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1400328, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c29() qmnb = { {["memory"] = 32}, {["name"] = "比基尼『图二』"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1400333, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c30() qmnb = { {["memory"] = 32}, {["name"] = "比基尼『图三』"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1400377, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c31() qmnb = { {["memory"] = 32}, {["name"] = "比基尼『图四』"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1400381, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c32() qmnb = { {["memory"] = 32}, {["name"] = "身法超帅风衣"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1405185, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c33() qmnb = { {["memory"] = 32}, {["name"] = "电摇动作"}, {["value"] = 2200101, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 22, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 2201201, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c34() qmnb = { {["memory"] = 32}, {["name"] = "S1降落伞"}, {["value"] = 703001, ["type"] = 4}, {["lv"] = 88, ["offset"] = -12, ["type"] = 4}, {["lv"] = 703001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 703013, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c35() qmnb = { {["memory"] = 32}, {["name"] = "黑色身法口罩"}, {["value"] = 405015, ["type"] = 4}, {["lv"] = 405000, ["offset"] = -12, ["type"] = 4}, {["lv"] = 405015, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1403130, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c36() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("404000", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("404000", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("404001", gg.TYPE_DWORD) gg.toast("光腿-小黄裤-开启成功") end function c37() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("404000", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("404000", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("0", gg.TYPE_DWORD) gg.toast("隐腿-开启成功") end function c38() qmnb = { {["memory"] = 32}, {["name"] = "吉利服『海岛』"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 403045, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c39() qmnb = { {["memory"] = 32}, {["name"] = "吉利服『沙漠』"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 403187, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c40() SN = gg.multiChoice({ "🌈kk语录🌈", "💎使用公告💎" }, nil, os.date"kk制作 开启时间:%Y年%m月%d日%H时%M分 \n 此版本为测试版本") if SN == nil then gg.toast("您取消了该页面") end if SN[1] == true then gg.alert("🌈因为你吸烟,所以我努力变的和你一样,因为你喝酒,所以就算喝到晕吐,因为你坏坏的,所以我尽力变成所谓的个性,因为你喜欢漂亮的女孩,所以我开始学着化妆,你说,原来你也会吸烟啊!我笑着点头,这样不好么?我们就有共同爱好了。你说,原来你也喝酒啊?我无所谓到,不喝酒来不算英雄。你说,我发现你越来越有个性了,还变得漂亮了。我笑,这样……(你心下如何呢?)后来,我才明白,你抽烟,是为了她而愁帐,你喝酒,是为了她而心痛,你坏坏的,是因为她的一句,男人不坏女人不爱。我这样绕了一大圈子,我为你,你为她……呵……你把烟戒掉了,我却没戒掉……🌈\n \n \n \n💎宝,我坐在湖边,以为是海边。我吹着湖风,以为是海风……我喜欢你,也以为你喜欢我……💎") end if SN[2] == true then gg.alert("🌈部份功能不支持您的机型,物品透视是我1971.13.32日抓出的新代码,可能会闪退部分机型,可能会无效,快斗的机型是骁龙820,播放音乐需要快斗优化的函数修改器,比如6.0 8.0 12.0 VIP版本的修改器部分机型播放不了🎶就会闪退……🌈\n \n \n💎2021.9.1日将更新1000 60 80 500 300 30 10 2 40 倍加速+无限子弹+高跳+飞天+锁头……可能还会添加其他功能💎") end end function c41() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("9.201618;30.5;25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("30.5;25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10) gg.editAll("300", gg.TYPE_FLOAT) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("9.20161819458;23;25;30.5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("25;30.5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("400", gg.TYPE_FLOAT) gg.clearResults() gg.toast("范围") gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("90.775703430176;0;8;15;16;18;28", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("28", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10) gg.editAll("1000", gg.TYPE_FLOAT) gg.clearResults() gg.toast("Damage ✔") gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("9.201618;30.5;25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("30.5;25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(50) gg.editAll("350", gg.TYPE_FLOAT) b1sj = "350" gg.toast("坚持和努力") gg.clearResults() gg.setRanges(16384) SearchWrite({ {-1.5474144E26, 0}, {-9.2861054E22, -4}, {-3.6951134E20, -20}, {-1.5474142E26, 12}, {-3.7095302E20, 16} }, { {0, 0} }, 16) gg.toast("超级伤害开启成功") end function c42() gg.clearResults() gg.setRanges(32) gg.searchNumber("1024", 16) resultCounts = gg.getResultsCount() results = gg.getResults(resultCounts) for _FORV_3_ = 1, resultCounts do values = {} values[1] = {} values[1].address = results[_FORV_3_].address - 4 values[1].flags = 16 values = gg.getValues(values) if values[1].value == 5000 then values = {} values[1] = {} values[1].address = results[_FORV_3_].address - 8 values[1].flags = 16 values = gg.getValues(values) if values[1].value == 3000 then values = {} values[1] = {} values[1].address = results[_FORV_3_].address - 12 values[1].flags = 16 values = gg.getValues(values) if values[1].value == 0.5 then setvalues = {} setvalues[1] = {} setvalues[1].address = results[_FORV_3_].address setvalues[1].flags = 16 setvalues[1].value = 200000 setvalues[2] = {} setvalues[2].address = results[_FORV_3_].address - 4 setvalues[2].flags = 16 setvalues[2].value = 200000 setvalues[3] = {} setvalues[3].address = results[_FORV_3_].address - 8 setvalues[3].flags = 16 setvalues[3].value = 200000 setvalues[4] = {} setvalues[4].address = results[_FORV_3_].address - 12 setvalues[4].flags = 16 setvalues[4].value = 200000 gg.setValues(setvalues) gg.toast("开启成功√") end end end end end function c43() SN = gg.multiChoice({ "🌈代码查询🌈", }, nil, os.date"k神制作 开启时间:%Y年%m月%d日%H时%M分 \n 感谢鸡巴和傻逼提供源码") if SN == nil then gg.toast("您取消了该页面") end if SN[1] == true then gg.alert("༠功能维护中༠") end end print(""); --[=[ -- []测试 --]] __by:快斗 ]=] 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 Lyric(gid) geci=gg.makeRequest("http://music.163.com/api/song/media?id="..gid).content geci = string.gsub(geci, "%[%d%d%p%d%d%p%d%d%d%]", "") geci = string.gsub(geci, "%[%d%d%p%d%d%p%d%d%]", "") geci = string.gsub(geci, "%[%d%d%p%d%d%p%d%]", "") geci=zjson(geci) return geci.lyric end --播放音乐 function play(id,name) id = 0000 play("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 gg.toast("播放已停止") 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 if sn == 2 then gc=Lyric(idb[SN]) gg.alert(gc) end end XGCK=-1 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 K() XW=gg.choice({ "搜索歌曲🎁", "搜索列表🎈", "播放歌曲▶️", "歌曲歌词🎶", "歌曲停止⏸️", "退出❌" },nil,"kk自创,我只会越来越强,不会弱") if XW == nil then end if XW == 1 then Main1() end if XW == 2 then Play(gqlb,idb) end if XW == 3 then play(idb[SN],gqlb[SN]) end if XW == 4 then if idb[1]=="1010" then gg.alert("请先搜索歌曲")else gc=Lyric(idb[SN]);gg.alert(gc) end end if XW == 5 then stop() end if XW == 6 then Main() end XGCK=-1 end --- function Main1() search = gg.prompt({ "输入要搜索的歌曲\n可加上歌手名字", "设置显示数量(数字)", },g.sel,{ "text", "text", }) if search == nil then Main() 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 c45() SN = gg.multiChoice({ "🌈无限子弹🌈", "🌈物品透视🌈", "🌈代码查询🌈", }, nil, os.date"kk制作 开启时间:%Y年%m月%d日%H时%M分 \n ") if SN == nil then gg.toast("您取消了该页面") end if SN[1] == true then gg.alert("˳⚆ɞ⚆˳1首先看枪械下方的子弹数~假如子弹数为30发~D类型搜索30~注意把全部绿色的内存范围打上✔~2搜索完后~开1~5枪,此时子弹数会改变~3改善为变化后的子弹数,如果还有很多条数值就像刚才一样执行第二步~如果发现改着改着数值很少了,然后你再开几枪,如果数值跟子弹数一样~就点击修改~4修改为☞999☜发不需要太多~如果太多就会☞造成闪退☜❤ ⁶⁶⁶ྱkk原创ྱ⁶⁶⁶") end if SN[2] == true then gg.alert("用内存范围黄色V类型,搜索2,F类型,搜出来的结果~蒙版过滤BC然后再100,100的批量改120,切记别冻结 ⁶⁶⁶ྱ快斗原创ྱ⁶⁶⁶") end if SN[3] == true then gg.alert("ྱKDྱ☞༠功能维护中༠☜『不免费 不要向我ଲଇଉକ 要辅助抖音私聊~需要100💴不要问我为什么那么贵这是云更新~而且是代码大全~🈲SB.XXS.没💴╭∩╮😠╭∩╮』") end end function quq() file=io.open("/storage/emulated/0/快斗.MyCity","r") if file~=nil then con=file:read("*a") dz=con:match("%&(.-)%&") city=con:match("@(.-)@") file:close() else city=gg.prompt({"输入城市"},{""},{"text"})[1] local function Enc(Mzsh) return Mzsh:gsub(".", function(jia) return string.format("%%%02X", (string.byte(jia)) % 256) end):gsub(" ", "+") end dz=string.match(gg.makeRequest("http://toy1.weather.com.cn/search?cityname="..Enc(city).."&callback=success_jsonpCallback&_=1532937966722").content,"ref\":\"(.-)~") if dz==nil then gg.alert("输入错误城市,请重新输入") os.exit() else f=io.open("/storage/emulated/0/.MyCity","w"):write("@"..city.."@\n&"..dz.."&"):close() end end function split(s, p) local rt = {} string.gsub(s,"[^" .. p .. "]+",function(w) table.insert(rt, w) end ) return rt end function x(x) local i=0 for w in string.gmatch(x,"active") do i=i+1 end local t=string.rep("⭐",i) return t end ------- tq=gg.makeRequest("http://www.weather.com.cn/weather1d/"..dz..".shtml").content ---获取1天内天气 a=string.gsub(string.gsub(string.gsub(string.gsub(string.match(tq,"var hour3data={\"1d\":%[(.-)]"),"\",\"","$$"),"\"",""),",...,",","),",(%d+)%$","") b=split(a,"$")--天气 ---获取生活指数 tab={"

(.-)

","(.-)","\n\n","
(.-)
"} shzs=gg.makeRequest("http://www.weather.com.cn/weather1dn/"..dz..".shtml").content tq1=string.match(shzs,"生活助手(.-)") c={} for i=1,4 do c[i]={} for w in string.gmatch(tq1,tab[i]) do if i==1 then if string.find(w,"em") then w="健臻·血糖" end end table.insert(c[i],w) end end ts={} for v=1,6 do ts[v]={} for i=1,4 do table.insert(ts[v],c[i][v]) end end mm="" for i=1,6 do mm=mm..ts[i][1]..":"..ts[i][2].."\n指数:"..x(ts[i][3]).."\n温馨提示:"..ts[i][4].."\n\n" end gg.alert("当前城市:"..city.."\n"..table.concat(b,"\n").."\n-----------\n".."生活助手:\n"..mm) end function c47() gg.clearResults() gg.searchNumber("20300400", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("20300400", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("20300500", gg.TYPE_DWORD) gg.toast("四倍改八倍已开启") gg.clearResults() end function c48() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1024;3000", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1000) gg.editAll("9999999", gg.TYPE_FLOAT) gg.toast("反向跳伞") end function c49() SN = gg.multiChoice({ "A内存远跳", "XA内存远跳", "XA内存远跳[关]", "远跳防拉回", "返回上一页" }, nil, "I like you like a cloud chasing the wind without asking. ྱKDྱ") if SN == nil then else if SN[1] == true then dd123() end if SN[2] == true then dd456() end if SN[3] == true then dd789() end if SN[4] == true then dd987() end if SN[5] == true then HOME() end end XGCK = -1 end function dd123() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("2.0;2,048.0;300.0;0.05000000075", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.05000000075", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("80", gg.TYPE_FLOAT) gg.toast("加强跳跃(空中拐弯)") gg.clearResults() gg.setRanges(16384) gg.searchNumber("-6.1526231e27", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("0", gg.TYPE_FLOAT) gg.clearResults() gg.toast("防拉回开启成功") gg.clearResults() gg.clearResults() gg.setRanges(16384) gg.searchNumber("-6.15264497e27", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("0", gg.TYPE_FLOAT) gg.clearResults() gg.toast("防拉回开启成功") gg.clearResults() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("0;7.0064923e-45;1;100;1;2,500,000,000.0;0.10000000149;88", 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("2", gg.TYPE_FLOAT) gg.toast("跳远开启成功") end function dd456() gg.clearResults() gg.setRanges(32) gg.searchNumber("-980", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("-800", gg.TYPE_FLOAT) qmnb = { {["memory"] = 8 | 16384}, {["name"] = "超级跳跃"}, {["value"] = -1327371999739700736, ["type"] = 32}, {["lv"] = -301987312, ["offset"] = -4, ["type"] = 4}, {["lv"] = -309052878, ["offset"] = 4, ["type"] = 4}, {["lv"] = -293533184, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = -289990143, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function dd789() qmnb = { {["memory"] = 8 | 16384}, {["name"] = "关闭超级跳跃"}, {["value"] = -289990143, ["type"] = 4}, {["lv"] = -301987312, ["offset"] = -4, ["type"] = 4}, {["lv"] = -309052878, ["offset"] = 4, ["type"] = 4}, {["lv"] = -293533184, ["offset"] = 8, ["type"] = 4}, } qmxg = { {["value"] = -1327371999739700736, ["offset"] = 0, ["type"] = 32}, } xqmnb(qmnb) end function c50() b=gg.prompt({"『请输入天空颜色』"},{'0'},{"number"})[1] gg.clearResults() gg.setRanges(32) gg.searchNumber("32933049016582913", gg.TYPE_QWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(100) gg.editAll("V",gg.TYPE_QWORD) gg.toast("天空黑色已成功") end function c51() local password = "1204"--密码自定义 local prompt = gg.prompt({"购买帐号会显示 [1;1204]"},nil,{"number"}) or {""}--密码1-120可以自定义设置 if prompt[1] ~= password then--判断 while(true) do gg.alert("你点击的空格~密码错误") os.exit() end end SN = gg.multiChoice({ "自定义你好动作", "自定义鼓掌动作", "自定义感谢动作", "自定义大笑动作", "Click to exit" }, nil, "kk原创『暂时无法恢复~请使用代码查询获取动作舞蹈代码』") if SN == nil then else if SN[1] == true then QQ1() end if SN[2] == true then QQ2() end if SN[3] == true then QQ3() end if SN[4] == true then QQ4() end if SN[5] == true then HOME() end end XGCK = -1 end function QQ1() gg.toast("进入游戏4秒后才能开启~因为游戏数据会正在加载") V=gg.prompt({"☞请输入动作代码☜"},{''},{"number"})[1] qmnb={ {["memory"] = 32}, {["name"] = "自定义你好动作"}, {["value"] = 2200101, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 22, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = V, ["offset"] = 0, ["type"] = 4} } xqmnb(qmnb) end function QQ2() gg.toast("进入游戏4秒后才能开启~因为游戏数据会正在加载") A=gg.prompt({"☞请输入动作代码☜"},{''},{"number"})[1] qmnb={ {["memory"] = 32}, {["name"] = "自定义鼓掌动作"}, {["value"] = 2200301, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 22, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = A, ["offset"] = 0, ["type"] = 4} } xqmnb(qmnb) end function QQ3() gg.toast("进入游戏4秒后才能开启~因为游戏数据会正在加载") B=gg.prompt({"☞请输入动作代码☜"},{''},{"number"})[1] qmnb={ {["memory"] = 32}, {["name"] = "自定义感谢动作"}, {["value"] = 2200201, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 22, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = B, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function QQ4() gg.toast("进入游戏4秒后才能开启~因为游戏数据会正在加载") C=gg.prompt({"☞请输入动作代码☜"},{''},{"number"})[1] qmnb={ {["memory"] = 32}, {["name"] = "自定义大笑动作"}, {["value"] = 2200401, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 22, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = C, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c52() local password = "1204"--密码自定义 local prompt = gg.prompt({"购买帐号会显示 [1;1204]"},nil,{"number"}) or {""}--密码1-120可以自定义设置 if prompt[1] ~= password then--判断 while(true) do gg.alert("你点击的空格~密码错误") os.exit() end end SN = gg.multiChoice({ "自定义上衣", "自定义裤子", "自定义鞋子", "Exit script" }, nil, "kk原创『暂时无法恢复~请使用代码查询获取衣服代码』") if SN == nil then else if SN[1] == true then bb1() end if SN[2] == true then bb2() end if SN[3] == true then bb3() end if SN[4] == true then HOME() end end XGCK = -1 end function bb1() gg.toast("进入游戏5秒后才能开启~因为游戏数据会正在加载") D=gg.prompt({"☞请输入衣服代码☜"},{''},{"number"})[1] qmnb={ {["memory"] = 32}, {["name"] = "自定义上衣"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = D, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function bb2() gg.toast("进入游戏10秒后才能开启~因为游戏数据会正在加载") E=gg.prompt({"☞请输入裤子代码☜"},{''},{"number"})[1] qmnb = { {["memory"] = 32}, {["name"] = "自定义裤子"}, {["value"] = 404031, ["type"] = 4}, {["lv"] = 404000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 404031, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = E, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function bb3() gg.toast("进入游戏12秒后才能开启~因为游戏数据会正在加载") F=gg.prompt({"☞请输入鞋子代码☜"},{''},{"number"})[1] qmnb={ {["memory"] = 32}, {["name"] = "鞋子"}, {["value"] = 405015, ["type"] = 4}, {["lv"] = 405000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 405015, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = F, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c53() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("4,525,216,907,414,147,695", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(30) gg.editAll("4,525,216,907,473,673,257", gg.TYPE_QWORD) gg.toast("全局加速开启成功") gg.clearResults() gg.setRanges(16384) gg.searchNumber("-1,328,550,408,728,725,571", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10) gg.editAll("-1,328,550,408,576,460,390", gg.TYPE_QWORD) gg.toast("人物加速开启成功") gg.clearResults() gg.setRanges(16384) gg.searchNumber("-1228926273201366461", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(699) gg.editAll("-1228926273126264269", gg.TYPE_QWORD) gg.toast("防掉帧开启成功") gg.clearResults() gg.setRanges(16384) gg.searchNumber("-1296744149883614555", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(699) gg.editAll("-1296744149264269342", gg.TYPE_QWORD) gg.toast("60倍加速开启成功") end function c54() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1400;0.10000000149;1000;88;60;30", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("60", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("-50", gg.TYPE_FLOAT) f10sj="-50" gg.toast("防拉回已开启") end function c55() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("4,525,216,907,473,673,257", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(30) gg.editAll("4,525,216,907,414,147,695", gg.TYPE_QWORD) gg.toast("全局加速关闭成功") gg.clearResults() gg.setRanges(16384) gg.searchNumber("-1,328,550,408,576,460,390", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10) gg.editAll("-1,328,550,408,728,725,571", gg.TYPE_QWORD) gg.toast("人物加速关闭成功") gg.clearResults() gg.setRanges(16384) gg.searchNumber("-1228926273126264269", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(699) gg.editAll("-1228926273201366461", gg.TYPE_QWORD) gg.toast("防掉帧关闭成功") gg.clearResults() gg.setRanges(16384) gg.searchNumber("-1296744149264269342", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(699) gg.editAll("-1296744149883614555", gg.TYPE_QWORD) gg.toast("60倍加速关闭成功") end function c56() gg.setRanges(16384) gg.setVisible(false) gg.searchNumber("360.0;0.00100000005;-9.38575022e22", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.refineNumber("360.0;0.00100000005", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(2) gg.editAll("-1.4235595e-27;254.70928955078", gg.TYPE_FLOAT) gg.clearResults() gg.toast("超广角") end function c57() gg.setRanges(8|16384) gg.searchNumber("-5.77775931e27F;-5.78017776e27F;-1.38573889e28F:100", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.refineNumber("-5.77775931e27", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(500) gg.editAll("0", gg.TYPE_FLOAT) gg.setRanges(8|16384) gg.searchNumber("-5.77775931e27F;-5.78017776e27F;-1.38573889e28F:100", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.refineNumber("-5.77775931e27", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(500) gg.editAll("0", gg.TYPE_FLOAT)gg.clearResults() gg.setRanges(16384) gg.searchNumber("-289,596,733;-308,983,296;-298,640,831;-298,370,492;-294,581,562;-298,706,367:193", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("-289,596,733;-308,983,296;-298,640,831;-298,370,492;-294,581,562;-298,706,367:193", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("0", gg.TYPE_DWORD) gg.toast("开启成功") end function c58() qmnb = { {["memory"] = 32}, {["name"] = "一级头"}, {["value"] = 502001, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502001039, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "二级头"}, {["value"] = 502002, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502002039, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "三级头"}, {["value"] = 502003, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1502003039, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c59() gg.clearResults() gg.searchNumber("403007", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("403007", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("1405355", gg.TYPE_DWORD) gg.toast("开启成功") gg.clearResults() end function c60() qmnb = { {["memory"] = 32}, {["name"] = "一级包"}, {["value"] = 501001, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501001013, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "二级包"}, {["value"] = 501002, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501002013, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "三级包"}, {["value"] = 501003, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501003013, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c61() gg.toast("落地开启☞落地5~7秒开启~否则失败 ྱkk原创☜") NB=gg.prompt({"☞请输入上帝视角显示高度~默认:178☜"},{'450'},{"number"})[1] qmnb = { {["memory"] = gg.REGION_ANONYMOUS}, {["name"] ="上帝模式开启成功"}, {["value"] =178, ["type"] = gg.TYPE_FLOAT}, {["lv"] = 15, ["offset"] = 4, ["type"] = gg.TYPE_FLOAT}, {["lv"] = 25, ["offset"] = -16, ["type"] = gg.TYPE_FLOAT}, } qmxg = { {["value"] = NB, ["offset"] = -24, ["type"] = gg.TYPE_FLOAT}, } xqmnb(qmnb) end function c62() so=gg.getRangesList('libUE4.so')[1].start py=0x3E3C608 setvalue(so+py,16,40) so=gg.getRangesList ('libUE4.so') [1] .start py=0x3E3C128 setvalue(so+py,16,45) so=gg.getRangesList("libUE4.so")[1].start py=0x3E39898 setvalue(so+py,16,45) so=gg.getRangesList("libUE4.so")[1].start py=0x3E39898 setvalue(so+py,16,0) gg.toast("印度服锁头『轻体未知效果』") end function c63() qmnb = { {["memory"] = 16384}, {["name"] = "除草除树"}, {["value"] = -1.2537165e28, ["type"] = 16}, {["lv"] = -3.1863806e30, ["offset"] = 4, ["type"] = 16}, {["lv"] = -3.8685677e25, ["offset"] = 8, ["type"] = 16}, {["lv"] = 9.9999999e-9, ["offset"] = 12, ["type"] = 16}, } qmxg = { {["value"] = -1.2537316e28, ["offset"] = 0, ["type"] = 16}, } xqmnb(qmnb) end function c64() qmnb = { {["memory"] = 16384}, {["name"] = "全图除雾"}, {["value"] = -2123974960349970432, ["type"] = 32}, {["lv"] = -1.3620439e28, ["offset"] = 36, ["type"] = 16}, } qmxg = { {["value"] = 0, ["offset"] = 36, ["type"] = 16}, } xqmnb(qmnb) end function Exit() print("♥♥♥♥全网最强♥我就是神♥♥♥♥") os.exit() end function c65() Name = "秒下飞机" gg.setRanges(32) local dataType = 16 local search = { {3000.0, 0}, {5000.0, 4}, {1024.0, 8}, {89.0, 36}, } local modify = {{200000, 0},{200000, 4},{200000, 8},} SearchWrite(search,modify,dataType,Name) gg.toast("开启成功") end function c66() SN = gg.multiChoice({ "子弹穿墙『开启』☞自动返回上一页", "子弹穿墙『关闭』☞自动返回上一页", "退出脚本『随时开启』" }, nil, "I like you like a cloud chasing the wind without asking. ྱKDྱ kk原创") if SN == nil then else if SN[1] == true then l1() end if SN[2] == true then l2() end if SN[3] == true then HOME() end end XGCK = -1 end function l1() gg.setRanges(gg.REGION_C_BSS) gg.clearResults() gg.searchNumber("869,711,765D;2;1::55", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("2", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(2) gg.editAll("-10", gg.TYPE_FLOAT) gg.clearResults() gg.toast("子弹穿墙开启成功") end function l2() gg.clearResults() gg.setRanges(gg.REGION_C_BSS) gg.searchNumber("1.0e-7;1;-10", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("-10", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(2) gg.editAll("2", gg.TYPE_FLOAT) gg.toast("子弹穿墙关闭成功") end function c67() SN = gg.multiChoice({ "1.测试执行–测ce", "2.织羽金尊–小白衣–可用", "3.M416–五爪金龙–可用", "4.至尊金龙+至尊降落伞–可用", "5.S1身法一套–白色伏地魔–可用", "6.心之恋语套装一套–小白衣–可用", "7.极致幻想套装–小白衣–可用", "8.星空之魅套装–小白衣–可用", "9.阿斯顿马丁–轿车+吉普–金色–可用", "10.猫套装–全套–可用", "11.空客H135–恋语之翼–兵团小紫衣预览", "12.空客H135–蔚蓝之翼–商城黑色伏地魔预览", "13.动作–狂热DJ–你好改", "14.动作–托马斯烟火–鼓掌改", "15.动作–电光舞–俄舞改", "16.动作–爱心发射–不行改", "17.两人摩托–火箭少女–可用", "18.98k–最牛战神–可用", "19.AKM–百万伏特–可用", "20.M762–甜心宝贝–可用", "21.M24–众神之王–可用", "22.十字弩–大白鲨–可用", "23.M416–兔斯基–绿–可用", "24.M762–兔斯基–可用", "25.平底锅–神秘星域–可用", "26.98k–狂野冲击–可用", "27.G36c–金凤玉露–可用", "28.UZI–金凤玉露–可用", "29.阿尔法跑车–轿车–红–可用", "30.蹦蹦车-合金龙骨-红色–可用", "31.阿尔法跑车–轿车–绿–可用", "32.Scar–地狱–可用", "33.四圣焕新–飞行器", "34.游戏-人物天线–自测", "35.大厅–大厅除草–自测", "36.游戏–50倍加速–可用", "37.新◆游戏–超级大范围–初始", "38.出生岛–全局加速不拉–可用", "39.出生岛–全局加速不拉–关闭–可用", "40.游戏-上帝视角-自测", "41.Scar–御灵–可用", "42.M416–心之恋语–可用", "43.退出修仙脚本", },nil,"本脚本由鸡巴制作,内部群专属-请自备防封,因为可能有些功能无效果,因为脚本bug功能开完了请退出脚本") if SN == nil then else if SN[1] == true then HS1() end if SN[2] == true then HS2() end if SN[3] == true then S3() end if SN[4] == true then HS4() end if SN[5] == true then HS5() end if SN[6] == true then HS6() end if SN[7] == true then HS7() end if SN[8] == true then HS8() end if SN[9] == true then HS9() end if SN[10] == true then HS10() end if SN[11] == true then HS11() end if SN[12] == true then HS12() end if SN[13] == true then HS13() end if SN[14] == true then HS14() end if SN[15] == true then HS15() end if SN[16] == true then HS16() end if SN[17] == true then HS17() end if SN[18] == true then HS18() end if SN[19] == true then HS19() end if SN[20] == true then HS20() end if SN[21] == true then HS21() end if SN[22] == true then HS22() end if SN[23] == true then HS23() end if SN[24] == true then HS24() end if SN[25] == true then HS25() end if SN[26] == true then HS26() end if SN[27] == true then HS27() end if SN[28] == true then HS28() end if SN[29] == true then HS29() end if SN[30] == true then HS30() end if SN[31] == true then HS31() end if SN[32] == true then HS32() end if SN[33] == true then HS33() end if SN[34] == true then HS34() end if SN[35] == true then HS35() end if SN[36] == true then HS36() end if SN[37] == true then HS37() end if SN[38] == true then HS38() end if SN[39] == true then HS39() end if SN[340] == true then HS40() end if SN[41] == true then HS41() end if SN[42] == true then HS42() end if SN[43] == true then HS43() end end FX1=0 end function HS1() gg.clearResults() gg.searchNumber("", gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("", gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1) gg.clearResults() gg.toast("测试成功") end function HS2() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("403888", gg.TYPE_DWORD) gg.toast("织羽金尊–初始") gg.clearResults() end function HS3() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1010000;101004", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10100400", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(5) gg.editAll("101004025", gg.TYPE_DWORD) gg.toast("五爪金龙") gg.clearResults() end function HS4() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("410169", gg.TYPE_DWORD) gg.toast("至尊金龙–初始") gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber('703001',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber('703001',gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.getResults(10) gg.editAll('703026',gg.TYPE_DWORD) gg.toast("至尊金龙降落伞–初始") end function HS5() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("403227", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("403227", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("403124", gg.TYPE_DWORD) gg.toast("s1身法裤子–白色伏地") gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("404099", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("404099", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("404049", gg.TYPE_DWORD) gg.toast("s1身法战衣–白色伏地") gg.clearResults() end function HS6() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("403820", gg.TYPE_DWORD) gg.toast("心之恋语套装–开启成功") gg.clearResults() end function HS7() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("403810", gg.TYPE_DWORD) gg.toast("极致幻想套装–开启成功") gg.ciearResults() end function HS8() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("403818", gg.TYPE_DWORD) gg.toast("星空之魅套装–开启成功") gg.clearResults() end function HS9() gg.clearResults() gg.searchNumber("330600100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("330600100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("330601400", gg.TYPE_DWORD) gg.toast("第一步") gg.clearResults() gg.searchNumber("330600200", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("330600200", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("330601400", gg.TYPE_DWORD) gg.toast("第二步") gg.clearResults() gg.searchNumber("330600300", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("330600300", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("330601400", gg.TYPE_DWORD) gg.toast("阿斯顿马丁–金–小轿车") gg.ciearResults() gg.searchNumber("330400100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("330400100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("330401700", gg.TYPE_DWORD) gg.toast("第一步") gg.clearResults() gg.searchNumber("330400200", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("330400200", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("330401700", gg.TYPE_DWORD) gg.toast("阿斯顿马丁–金–吉普车") gg.clearResults() end function HS10() gg.clearResults() gg.setRanges(gg.REGION_ANOYMOUS) gg.setRanges(32) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("403251", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("410449", gg.TYPE_DWORD) gg.toast("猫衣服–小白衣–初始") gg.clearResults() gg.setRanges(gg.REGION_ANOYMOUS) gg.setRanges(32) gg.searchNumber("404007", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("404007", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("410449", gg.TYPE_DWORD) gg.toast("猫咪发饰–初始") gg.clearResults() end function HS11() gg.clearResults() gg.setRanges(gg.REGION_ANOYMOUS) gg.setRanges(32) gg.searchNumber("403180", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("403180", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("412001", gg.TYPE_DWORD) gg.toast("空客H135–恋语之翼–开启成功") gg.clearResults() end function HS12() gg.clearResults() gg.setRanges(gg.REGION_ANOYMOUS) gg.searchNumber("403228", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("403228", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("412002", gg.TYPE_DWORD) gg.toast("空客H135–蔚蓝之翼–开启成功") gg.clearResults() end function HS13() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("2200101", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("2200101", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(20) gg.editAll("2200908", gg.TYPE_DWORD) gg.toast("狂热dj–你好动作") gg.clearResults() end function HS14() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("2200301", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("2200301", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(20) gg.editAll("2200308", gg.TYPE_DWORD) gg.toast("托马斯烟火–鼓掌动作") gg.clearResults() end function HS15() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("2201401", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("2201401", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(20) gg.editAll("2200208", gg.TYPE_DWORD) gg.toast("电光舞–俄舞动作") gg.clearResults() end function HS16() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("2200710", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("2200710", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(20) gg.editAll("2200108", gg.TYPE_DWORD) gg.toast("爱心发射–不行动作") gg.clearResults() end function HS17() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("330800100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("330800100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("330800400", gg.TYPE_DWORD) gg.toast("摩托–火箭少女–初始") gg.clearResults() end function HS18() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("10300100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10300100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("103001029", gg.TYPE_DWORD) gg.toast("98k–最牛战神–初始") gg.clearResults() end function HS19() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("10100100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10100100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("101001012", gg.TYPE_DWORD) gg.toast("AKM–百万伏特–初始") gg.clearResults() end function HS20() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("10100800", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10100800", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("101008009", gg.TYPE_DWORD) gg.toast("M762–甜心宝贝–初始") gg.clearResults() end function HS21() gg.clearResults() gg.setRanges(gg.REGION_ANOYMOUS) gg.searchNumber("10300200", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10300200", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("103002013", gg.TYPE_DWORD) gg.toast("M24–众神之王–初始") gg.clearResults() end function HS22() gg.clearResults() gg.setRanges(gg.REGION_ANOYMOUS) gg.searchNumber("10700100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10700100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("107001012", gg.TYPE_DWORD) gg.toast("十字弩–大白鲨–初始") gg.clearResults() end function HS23() gg.clearResults() gg.searchNumber("10100400", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10100400", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("101004038", gg.TYPE_DWORD) gg.toast("M416–兔斯基–绿–初始") gg.clearResults() end function HS24() gg.clearResults() gg.searchNumber("10100800", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10100800", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("101008021", gg.TYPE_DWORD) gg.toast("M762–兔斯基–初始") gg.clearResults() end function HS25() gg.clearResults() gg.setRanges(gg.REGION_ANOYMOUS) gg.searchNumber("10800400", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10800400", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("10800117", gg.TYPE_DWORD) gg.toast("平底贵–神秘星域–初始") gg.clearResults() end function HS26() gg.clearResults() gg.setRanges(gg.REGION_ANOYMOUS) gg.searchNumber("10300100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10300100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("103001025", gg.TYPE_DWORD) gg.toast("98k–狂野冲击–初始") gg.clearResults() end function HS27() gg.clearResults() gg.setRanges(gg.REGION_ANOYMOUS) gg.searchNumber("10101000", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("101010 0", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("101010001", gg.TYPE_DWORD) gg.toast("G36c–金凤玉露–初始") gg.clearResults() end function HS28() gg.clearResults() gg.setRanges(gg.REGION_ANOYMOUS) gg.searchNumber("10200100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10200100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("102001013", gg.TYPE_DWORD) gg.toast("UzI–金凤玉露–初始") gg.clearResults() end function HS29() gg.clearResults() gg.searchNumber("330600100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("330600100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("330601200", gg.TYPE_DWORD) gg.toast("阿尔法跑车–红–初始") gg.clearResults() end function HS30() gg.clearResults() gg.searchNumber("330100100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("330100100", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("330100800", gg.TYPE_DWORD) gg.toast("合金龙骨–蹦蹦车–红色") gg.clearResults() end function HS31() gg.clearResults() gg.searchNumber('330600100', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber('330600100', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1) gg.editAll('330601300', gg.TYPE_FLOAT) gg.toast("阿尔法跑车–绿–初始") gg.clearResults() end function HS32() gg.clearResults() gg.setRanges(32) gg.searchNumber("10100300", gg.TYPE_FLOAT, false, gg.SING_EQUAL, 0, -1) gg.searchNumber("10100300", gg.TYPE_FLOAT, false, gg.SING_EQUAL, 0, -1) gg.getResults(100) gg.editAll("101003017", gg.TYPE_FLOAT) gg.toast("sar–地狱–初始") end function HS33() gg.clearResults() gg.setRanges(32) gg.searchNumber("405011", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("405011", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("411038", gg.TYPE_DWORD) gg.toast("四圣焕新–飞行器") gg.clearResults() end function HS34() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("90;87.27782440186F;-100.91194152832F;1F::13", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("90F;87.27782440186F;1F", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(6) gg.editAll("1.96875;1.96875;999;1.96875;1.96875;999", gg.TYPE_FLOAT) gg.toast("游戏–人物天线–开启成功") end function HS35() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("0.000005;0.000005", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.000005", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(2) gg.editAll("0.45", gg.TYPE_FLOAT) gg.toast("大厅–除草–开启成功") end function HS36() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1;1;1;0.0001;20;0.0005;0.4::50", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("1", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(500) gg.editAll("0.5", gg.TYPE_FLOAT) gg.toast("游戏–加速–开启成功") end function HS37() gg.setRanges(gg.REGION_C_DATA) gg.searchNumber("0.10000000149;64.50088500977", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.10000000149", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(30) gg.editAll("80", gg.TYPE_FLOAT) gg.toast("新◆游戏–超级大范围–开启成功") end function HS38() gg.clearResults() gg.setRanges(gg.REGION_C_DATA) gg.searchNumber("-1,296,744,149,883,614,555", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(99) gg.editAll(" -1,296,744,153,870,237,696", gg.TYPE_QWORD) gg.clearResults() gg.setRanges(gg.REGION_C_DATA) gg.searchNumber("-1,904,987,454,010,553,855", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(99) gg.editAll("-1,904,987,454,002,165,247", gg.TYPE_QWORD) gg.clearResults() gg.toast("全局加速不拉回开启") end function HS39() gg.clearResults() gg.setRanges(gg.REGION_C_DATA) gg.searchNumber("-1,296,744,153,870,237,696", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(99) gg.editAll(" -1,296,744,149,883,614,555", gg.TYPE_QWORD) gg.clearResults() gg.setRanges(gg.REGION_C_DATA) gg.searchNumber("-1,904,987,454,002,165,247", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(99) gg.editAll("-1,904,987,454,010,553,855", gg.TYPE_QWORD) gg.clearResults() gg.toast("全局加速不拉回已关闭") end function HS40() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("2.8025969e-45;220;25;178;15;100", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("220", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("850", gg.TYPE_FLOAT) gg.toast("游戏-上帝视角-开启成功") end function HS41() gg.clearResults() gg.setRanges(gg.REGION_ANOYMOUS) gg.searchNumber("10100300", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10100300", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("101003018", gg.TYPE_FLOAT) gg.toast("sar–御灵–初始") end function HS42() gg.clearResults() gg.searchNumber("10100400", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("10100400", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("101004037", gg.TYPE_DWORD) gg.toast("M416–心之恋语–初始") gg.clearResults() end function HS43() gg.toast("尘仙超级无敌帅气") print("尘仙出品必属精品") print(sj) os.exit() end function c68() qmnb = { {["memory"] = 32}, {["name"] = "小龙虾"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 403000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 403007, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1405134, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c69() gg.sleep(100) gg.toast(" 清理加载中%\n■■■■■■■■■■■■■■■■■■■■") gg.sleep(100) gg.toast(" 开始清理\n□□□□□□□□□□□□□□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中15%\n■■■□□□□□□□□□□□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中20%\n■■■■□□□□□□□□□□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中25%\n■■■■■□□□□□□□□□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中30%\n■■■■■□□□□□□□□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中35%\n■■■■■■□□□□□□□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中40%\n■■■■■■■□□□□□□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中45%\n■■■■■■■■□□□□□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中50%\n■■■■■■■■■□□□□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中55%\n■■■■■■■■■■□□□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中60%\n■■■■■■■■■■■□□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中65%\n■■■■■■■■■■■■□□□□□□□") gg.sleep(100) gg.toast(" 正在清理中70%\n■■■■■■■■■■■■■□□□□□□") gg.sleep(100) gg.toast(" 正在清理中75%\n■■■■■■■■■■■■■■□□□□□") gg.sleep(100) gg.toast(" 正在清理中80%\n■■■■■■■■■■■■■■■□□□□") gg.sleep(100) gg.toast(" 正在清理中85%\n■■■■■■■■■■■■■■■■□□□") gg.sleep(100) gg.toast(" 清理缓存中90%\n■■■■■■■■■■■■■■■■■□□") gg.sleep(100) gg.toast(" 清理缓存中95%\n■■■■■■■■■■■■■■■■■■□") gg.sleep(100) gg.toast(" 清理成功中100%\n■■■■■■■■■■■■■■■■■■■") gg.toast("清理完成") gg.sleep(100) gg.toast("清理完成") gg.sleep(100) gg.toast("清理完成") gg.sleep(100) gg.toast("清理完成") end function c70() gg.toast("落地开启☞落地3~5秒开启~否则失败 ྱkkྱ原创☜") KDNB=gg.prompt({"☞请输入自定义加速~建议2倍,五倍以内 默认1 二倍:1.123☜"},{'1.123'},{"number"})[1] gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1;1;1;0.0001;20;0.0005;0.4::50", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("1", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(500) gg.editAll("KDNB", gg.TYPE_FLOAT) gg.toast("自定义加速修改成功,共修改了3条数据") end function c71() f2 = gg.prompt({ "温馨提示:\n推荐25(2倍效果)\n55是中间值越小倍数越大数字越大则反之如100则是缩小一半的倍数" }, { [1] = 20 }, { [1] = "number" })[1] gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("60;55;1.9618179e-44", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("55", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll(f2, gg.TYPE_FLOAT) gg.toast("自定义红点放大修改成功,共修改1条数据") end function c72() dqbj=gg.prompt({"☞kk原创 请输入当前倍镜代码『请使用代码查询获取倍镜代码』☜"},{'此处填写当前倍镜代码'},{"number"})[1] gdbj=gg.prompt({"☞kk原创 输入自定义倍镜代码『请使用代码查询获取自定义倍镜代码』☜"},{'此处填写自定义倍镜'},{"number"})[1] gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("dqbj", gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("dqbj", gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(100) gg.editAll("gdbj",gg.TYPE_DWORD) gg.toast("自定义改倍镜修改成功,共修改1条数据") end function c73() Name = "概率锁头" gg.setRanges(8) local dataType = 16 local search = {{-5.482780823407247E27, 0},{1476731008.0, -124},{-5.456187406854777E27, -104},{-6.075158016793277E27, -100},{-1.9822775553687006E28, -96},} local modify = {{-1.3620444e28, -140},{-1,477,256,064.0, -144},{-3.7444121e28, -148},{-2.7889165e28, 152},{-1.2464636e28, 160},{-2.8488821e28, 164},{-2.9262512e28, 172}} SearchWrite(search,modify,dataType,Name) end function c74() SN = gg.choice({ "退出脚本",--1 "步枪美化",--2 "载具美化",--3 "狙击美化",--4 "冲锋枪美化",--5 "霰弹枪美化",--6 "近战美化",--7 "小鸭子",--8 "河童",--9 "s1降落伞",--10 "衣服",--11 "衣服",--12 "衣服",--13 "衣服",--14 "衣服",--15 "衣服",--16 "衣服",--17 "狮子头",--18 "花仙子",--19 "小龙虾🦐",--20 "特种兵风衣",--21 "巫师头套",--22 "摇滚明星头套",--23 "蜘蛛头套",--24 "毁灭者头套",--25 "赛车人头套",--26 "粉色信笺头套",--27 "电视杰克头套",--28 "足球宝贝头套",--29 "铁甲彼得头套",--30 "退出脚本" }, nil, "操你妈臭馊逼") if SN == 1 then a1() end if SN == 2 then a2() end if SN == 3 then a3() end if SN == 4 then a4() end if SN == 5 then a5() end if SN == 6 then a6() end if SN == 7 then a7() end if SN == 8 then a8() end if SN == 9 then a9() end if SN == 10 then a10() end if SN == 11 then a11() end if SN == 12 then a12() end if SN == 13 then a13() end if SN == 14 then a14() end if SN == 15 then a15() end if SN == 16 then a16() end if SN == 17 then a17() end if SN == 18 then a18() end if SN == 19 then a19() end if SN == 20 then a20() end if SN == 21 then a21() end if SN == 22 then a22() end if SN == 23 then a23() end if SN == 24 then a24() end if SN == 25 then a25() end if SN == 26 then a26() end if SN == 27 then a27() end if SN == 28 then a28() end if SN == 29 then a29() end if SN == 30 then a30() end if SN == 31 then Exit() end XGCK = -1 end function a1() function Exit() print("傻逼东西,你没妈") os.exit() end cs = "操你妈操你妈操你妈操你妈操你妈操你妈" end function a2() gg.clearResults() gg.searchNumber("10100400",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101004086",gg.TYPE_DWORD) gg.toast("M416改科技") gg.clearResults() gg.searchNumber("10100300",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101003057",gg.TYPE_DWORD) gg.toast("SCAR-L改科技") gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("10100800",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101008026",gg.TYPE_DWORD) gg.toast("M762改电音") gg.clearResults() gg.searchNumber("10100100",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101001050",gg.TYPE_DWORD) gg.toast("AKM改恐怖之眼") gg.clearResults() gg.searchNumber("10800400",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1108004002",gg.TYPE_DWORD) gg.toast("平底锅改蛋") gg.clearResults() gg.searchNumber("10100200",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101002020",gg.TYPE_DWORD) gg.toast("冰寒") gg.clearResults() gg.searchNumber("10100500",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101005002",gg.TYPE_DWORD) gg.toast("GROZA改蓝海") gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("10100600",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101006001",gg.TYPE_DWORD) gg.toast("AUG改蓝色骷髅💀") gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("10100700",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1,101,007,010",gg.TYPE_DWORD) gg.toast("QBZ改金色") gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("10100900",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1101009001",gg.TYPE_DWORD) gg.toast("MK47改少女心") end function a3() qmnb = { {["memory"] = 32}, {["name"] = "天鹰座"}, {["value"] = 1908001, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 9, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1908018, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "地刺"}, {["value"] = 1907001, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 9, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1907023, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "黄金"}, {["value"] = 1903001, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 9, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1903031, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "狼人"}, {["value"] = 1901001, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 9, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1901020, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a4() gg.clearResults() gg.searchNumber("10300100",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103001013",gg.TYPE_DWORD) gg.toast("98K改黄金") gg.clearResults() gg.searchNumber("10300300",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103003002",gg.TYPE_DWORD) gg.toast("AWM改霓虹") gg.clearResults() gg.searchNumber("10300400",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103004018",gg.TYPE_DWORD) gg.toast("SKS改幻影") gg.clearResults() gg.searchNumber("10300600",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1103006002",gg.TYPE_DWORD) gg.toast("MINI14改摇滚") end function a5() gg.clearResults() gg.searchNumber("10200100",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102001023",gg.TYPE_DWORD) gg.toast("UZI改赤热者") gg.clearResults() gg.searchNumber("10200200",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102002003",gg.TYPE_DWORD) gg.toast("UMP9改绿茵") gg.clearResults() gg.searchNumber("10200300",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1102003001",gg.TYPE_DWORD) gg.toast("Vector改紫兔") end function a6() gg.clearResults() gg.searchNumber("10400300",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1104003003",gg.TYPE_DWORD) gg.toast("S12K改凋零者") end function a7() gg.clearResults() gg.searchNumber("10800200",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1) gg.getResults(20) gg.editAll("1108002003",gg.TYPE_DWORD) gg.toast("撬棍改国王拐杖") end function a8() qmnb = { {["memory"] = 32}, {["name"] = "小鸭子"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1400170, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a9() qmnb = { {["memory"] = 32}, {["name"] = "河童"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1400176, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a10() gg.clearResults() gg.setRanges(gg.REGION_BAD) gg.searchNumber("703001;703001::16", gg.TYPE_FLOAT,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("703001", gg.TYPE_FLOAT,false,gg.SIGN_EQUAL,0,-1) gg.getResults(10) gg.editAll("703013",gg.TYPE_FLOAT) gg.toast("开启成功") end function a11() qmnb = { {["memory"] = 32}, {["name"] = "衣服"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1405195, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a12() qmnb = { {["memory"] = 32}, {["name"] = "衣服"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1405133, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a13() qmnb = { {["memory"] = 32}, {["name"] = "衣服"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1405333, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a14() qmnb = { {["memory"] = 32}, {["name"] = "衣服"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1405329, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a15() qmnb = { {["memory"] = 32}, {["name"] = "衣服"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1405331, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a16() qmnb = { {["memory"] = 32}, {["name"] = "衣服"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1405330, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a17() qmnb = { {["memory"] = 32}, {["name"] = "衣服"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1405167, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a18() qmnb = { {["memory"] = 32}, {["name"] = "狮子头"}, {["value"] = 40601002, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1402165, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a19() qmnb = { {["memory"] = 32}, {["name"] = "衣服"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1405132, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a20() qmnb = { {["memory"] = 32}, {["name"] = "衣服"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1405134, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a21() qmnb = { {["memory"] = 32}, {["name"] = "衣服"}, {["value"] = 403007, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1405101, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a22() qmnb = { {["memory"] = 32}, {["name"] = "污十套"}, {["value"] = 40601002, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1402155, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a23() qmnb = { {["memory"] = 32}, {["name"] = "摇滚"}, {["value"] = 40601002, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1402185, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a24() qmnb = { {["memory"] = 32}, {["name"] = "蜘蛛"}, {["value"] = 40601002, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1402101, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a25() qmnb = { {["memory"] = 32}, {["name"] = "毁灭者"}, {["value"] = 40601002, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1402106, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a26() qmnb = { {["memory"] = 32}, {["name"] = "塞车人"}, {["value"] = 40601002, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1402125, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a27() qmnb = { {["memory"] = 32}, {["name"] = "粉色信笺"}, {["value"] = 40601002, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1402127, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a28() qmnb = { {["memory"] = 32}, {["name"] = "电视杰克"}, {["value"] = 40601002, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1402132, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a29() qmnb = { {["memory"] = 32}, {["name"] = "足球宝贝"}, {["value"] = 40601002, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1402136, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function a30() qmnb = { {["memory"] = 32}, {["name"] = "铁甲彼得"}, {["value"] = 40601002, ["type"] = 4}, {["lv"] = 100, ["offset"] = -4, ["type"] = 4}, {["lv"] = 4, ["offset"] = 4, ["type"] = 4}, } qmxg = { {["value"] = 1402141, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c75() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("1;20.51941871643;2.04908943176;-86.45767974854;-92.2311706543;16.0", gg.TYPE_FLOAT,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("16", gg.TYPE_FLOAT,false,gg.SIGN_EQUAL,0,-1) gg.getResults(9999) gg.editAll("100",gg.TYPE_FLOAT) gg.toast("子弹追踪修改成功,共修改20条数据") end function c76() gg.setRanges(32) local dataType = 4 local Name ="子弹范围" local tb1 = {{1119194409, 0}, {-1028559596, 4}, {1090519040, 8}, {1098907648, 12}, } local tb2 = {{1259902591, 12}, } SearchWrite(tb1, tb2, dataType) end function c77() menu1 = gg.choice({ '🇨🇳kk🇨🇳', '🇨🇳杰辞🇨🇳', '🇨🇳快斗🇨🇳', '🇨🇳七纵🇨🇳', '💟返回💟'}, nil,'我们不想出名,只不过是不想那么快被忘记.....') if menu1 == 1 then Main() end if menu1 == 2 then Main() end if menu1 == 3 then Main() end if menu1 == 4 then Main() end if menu1 == 10 then Main() end GLWW=-1 end function c78() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("9.201618;30.5;25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("30.5;25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10) gg.editAll("666", gg.TYPE_FLOAT) gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("9.20161819458;23;25;30.5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("25;30.5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("666", gg.TYPE_FLOAT) gg.clearResults() gg.toast("250W范围修改成功,共修改12条数据") end function c79() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("90.4850692749F;16", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("16", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(20) gg.editAll("99", gg.TYPE_FLOAT) gg.clearResults() gg.searchNumber("9.20161819458;23;25;30.5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResultCount() gg.searchNumber("25;30.5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10) gg.editAll("240", gg.TYPE_FLOAT) gg.toast("范围伤害开启成功") end function c80() qmnb = { {["memory"] = 32}, {["name"] = "qq一级包"}, {["value"] = 501001, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501001088, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "qq二级包"}, {["value"] = 501002, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501002088, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "qq三级包"}, {["value"] = 501003, ["type"] = 4}, {["lv"] = 501000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 501003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1501003088, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c81() gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('-528,482,303;-308,344,315;-309,323,264;-476,053,504;-290,186,560;-286,131,696;-1,023,410,175:25', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber('-476,053,504', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll('-476,053,503', gg.TYPE_DWORD) gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('360;0.0001;1478828288', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber('0.0001', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll('9999', gg.TYPE_FLOAT) gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('-1905726136855492093', gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10) gg.editAll('-1905726136855492092', gg.TYPE_QWORD) gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('-1901891198734303227', gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1) gg.editAll('-1901891198902075392', gg.TYPE_QWORD) gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('-1901891198734303227', gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1) gg.editAll('-1901891198902075392', gg.TYPE_QWORD) gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber('2015175168', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10) gg.editAll('0', gg.TYPE_FLOAT) gg.toast('圈圈自瞄开启成功') end function c82() qmnb = { {["memory"] = 32}, {["name"] = "一级头"}, {["value"] = 502001, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502001, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1402103, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "二级头"}, {["value"] = 502002, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502002, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1402103, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) qmnb = { {["memory"] = 32}, {["name"] = "三级头"}, {["value"] = 502003, ["type"] = 4}, {["lv"] = 502000, ["offset"] = -44, ["type"] = 4}, {["lv"] = 502003, ["offset"] = 12, ["type"] = 4}, } qmxg = { {["value"] = 1402103, ["offset"] = 0, ["type"] = 4}, } xqmnb(qmnb) end function c83() menu = gg.choice({ "更改帧率", "kk脚本", "", "返回"}, 2018,"") if menu == 1 then ZL() end if menu == 2 then ZZ() end if menu == 3 then ZX() end if menu == 4 then HOME() end XGCK=-1 end function ZL() menu1 = gg.multiChoice({ '低改60帧', '低改120帧', '中改60帧', '中改120帧', '高改60帧', '高改120帧', '高改150帧', '低改90帧', '低改150帧', '中改150帧', '解锁帧率', '返回上一页'}, nil,'') if menu1 == nil then else if menu1[1] == true then zl1() end if menu1[2] == true then zl2() end if menu1[3] == true then zl3() end if menu1[4] == true then zl4() end if menu1[5] == true then zl5() end if menu1[6] == true then zl6() end if menu1[7] == true then zl7() end if menu1[8] == true then zl8() end if menu1[9] == true then zl9() end if menu1[10] == true then zl10() end if menu1[11] == true then zl11() end if menu1[11] == true then HOME() end end GLWW=-1 end function zl1() gg.clearResults(32) gg.searchNumber("8.1275311e-44F;8.1275311e-44F;1.540744e-33F;20.0F;20.0F;1.2471556e-43F;1.2471556e-43F:53", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber("20", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("60", gg.TYPE_FLOAT) gg.toast("开启成功") end function zl2() gg.clearResults(32) gg.searchNumber("8.1275311e-44F;8.1275311e-44F;1.540744e-33F;20.0F;20.0F;1.2471556e-43F;1.2471556e-43F:53", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber("20", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("120", gg.TYPE_FLOAT) gg.toast("开启成功") end function zl3() gg.clearResults(32) gg.searchNumber("8.1275311e-44F;8.1275311e-44F;1.540744e-33F;25.0F;25.0F;1.2471556e-43F;1.2471556e-43F:53", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber("25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("60", gg.TYPE_FLOAT) gg.toast("开启成功") end function zl4() gg.clearResults(32) gg.searchNumber("8.1275311e-44F;8.1275311e-44F;1.540744e-33F;25.0F;25.0F;1.2471556e-43F;1.2471556e-43F:53", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber("25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("120", gg.TYPE_FLOAT) gg.toast("开启成功") end function zl5() gg.clearResults(32) gg.searchNumber("8.1275311e-44F;8.1275311e-44F;1.540744e-33F;30.0F;30.0F;1.2471556e-43F;1.2471556e-43F:53", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber("30", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("60", gg.TYPE_FLOAT) gg.toast("开启成功") end function zl6() gg.clearResults(32) gg.searchNumber("8.1275311e-44F;8.1275311e-44F;1.540744e-33F;30.0F;30.0F;1.2471556e-43F;1.2471556e-43F:53", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber("30", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("120", gg.TYPE_FLOAT) gg.toast("开启成功") end function zl7() gg.clearResults(32) gg.searchNumber("8.1275311e-44F;8.1275311e-44F;1.540744e-33F;30.0F;30.0F;1.2471556e-43F;1.2471556e-43F:53", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber("30", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("150", gg.TYPE_FLOAT) gg.toast("开启成功") end function zl8() gg.clearResults(32) gg.searchNumber("8.1275311e-44F;8.1275311e-44F;1.540744e-33F;20.0F;20.0F;1.2471556e-43F;1.2471556e-43F:53", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber("20", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("90", gg.TYPE_FLOAT) gg.toast("开启成功") end function zl9() gg.clearResults(32) gg.searchNumber("8.1275311e-44F;8.1275311e-44F;1.540744e-33F;20.0F;20.0F;1.2471556e-43F;1.2471556e-43F:53", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber("20", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("150", gg.TYPE_FLOAT) gg.toast("开启成功") end function zl10() gg.clearResults(32) gg.searchNumber("8.1275311e-44F;8.1275311e-44F;1.540744e-33F;25.0F;25.0F;1.2471556e-43F;1.2471556e-43F:53", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.processResume() gg.refineNumber("25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) revert = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("150", gg.TYPE_FLOAT) gg.toast("开启成功") end function zl11() ZDY = gg.prompt({ "请输入帧数(建议60~150)" }, { [1] = "60" }, { [1] = "number" }) if ZDY == nil or ZDY[1] == "" or ZDY[1] == "0" then gg.toast("❌帧率取消") else QiZon({ { false, 150994944, 0, 4, nil, nil }, { 58, -4, 4 }, { 58, -8, 4 }, { 89, 40, 4 }, { 1084227584, 68, 4 } }, { { ZDY[1], 16, 16, true }, { ZDY[1], 20, 16, true } }, 4, 32, "🚬" .. ZDY[1] .. "帧") end end function c84() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("50;50;50;1000;1,065,353,216D;1,065,353,216D;1,065,353,216D;1,065,353,216D;1,065,353,216D;1,065,353,216D;1F;1,065,353,216D::218", 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("1.512431865379",gg.TYPE_FLOAT) gg.toast("开启加速") end function c85() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("50;50;50;1000;1,065,353,216D;1,065,353,216D;1,065,353,216D;1,065,353,216D;1,065,353,216D;1,065,353,216D;1.29999995232F;1,065,353,216D::218", gg.TYPE_FLOAT,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("1.512431865379", gg.TYPE_FLOAT,false,gg.SIGN_EQUAL,0,-1) gg.getResults(100) gg.editAll("1",gg.TYPE_FLOAT) gg.toast("关闭加速️") end function c86() ZS_7() ZS_5(ZS_11) ZS_3("76000;1.89999997616;1.70000004768", ZS_24, false, ZS_25, 0, -1) ZS_3("1.89999997616;1.70000004768", ZS_24, false, ZS_25, 0, -1) ZS_6(100) ZS_4("-9999", ZS_24) ZS_2("98k连射开启成功") end function c87() ZS_7() ZS_5(ZS_11) ZS_3("79000;1.79999995232;1.70000004768", ZS_24, false, ZS_25, 0, -1) ZS_3("1.79999995232;1.70000004768", ZS_24, false, ZS_25, 0, -1) ZS_6(100) ZS_4("-9999", ZS_24) ZS_2("M24连射开启成功") end function c88() ZS_7() ZS_5(ZS_11) ZS_3("91,000.0F;2.29999995232F;1.79999995232F:512", ZS_24, false, ZS_25, 0, -1) ZS_3("2.29999995232F;1.79999995232F:512", ZS_24, false, ZS_25, 0, -1) ZS_6(100) ZS_4("-9999", ZS_24) ZS_2("AWM连射开启成功") end function c89() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("0;7.0064923e-45;1;100;1;2,500,000,000.0;0.10000000149;88", 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("2", gg.TYPE_FLOAT) gg.toast("蹲趴加速开启成功") end function c90() ZS_7() ZS_5(32) ZS_3("0.647058857", 16, false, 536870912, 0, -1) ZS_6(10) ZS_4("-645518151645452164485999", 16) ZS_2("汽车锁油") end function c91() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("0.37999999523F;1.0F:6", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0.37999999523", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(55) gg.editAll("-9151", gg.TYPE_FLOAT) gg.toast("秒开倍镜已开启") end function c92() ZS_7() ZS_5(ZS_11) ZS_3("50;5;0.01", ZS_24, false, ZS_25, 0, -1) ZS_3("0.01", ZS_24, false, ZS_25, 0, -1) ZS_6(280) ZS_4("-0.23", ZS_24) g10sj="1" ZS_2("全车加速已开启") end function g93() qmnb = { {memory = 32}, {name = "吉普"}, {value = 1908001, type = 4}, { lv = 84, offset = -12, type = 4 }, { lv = 1908001, offset = 12, type = 4 } } qmxg = { { value = 333000100, offset = 0, type = 4 } } xqmnb(qmnb) end function g94() qmnb = { {memory = 32}, {name = "轿车"}, {value = 1903001, type = 4}, { lv = 84, offset = -12, type = 4 }, { lv = 1903001, offset = 12, type = 4 } } qmxg = { { value = 333000100, offset = 0, type = 4 } } xqmnb(qmnb) end function g95() qmnb = { {memory = 32}, {name = "蹦蹦"}, {value = 1907001, type = 4}, { lv = 84, offset = -12, type = 4 }, { lv = 1907001, offset = 12, type = 4 } } qmxg = { { value = 333000100, offset = 0, type = 4 } } xqmnb(qmnb) end function g96() SN = gg.choice({ "游艇遁地", "", "", }, nil, "") if SN==1 then hgg1() end FX1=0 end function hgg1() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS)---内存 gg.searchNumber("0.78125;200;200", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("200", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll("999", gg.TYPE_FLOAT) gg.toast("✨开船上岸即可遁地✨") end function Main11() gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("-2.786982e28;-3.7444097e28;-1.1368837e-13::", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("-3.7444097e28", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1) gg.editAll("0", gg.TYPE_FLOAT) gg.toast("无后") Main0() end function Main12() gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("-2.8111605e28;-3.7444097e28;-1.1144502e28;128.0::", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("-1.1144502e28", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1) gg.editAll("0", gg.TYPE_FLOAT) gg.toast("开镜防抖") gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("-6.1549454e27;1.8638966e-20;-1.1144502e28;0::", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("-1.1144502e28", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1) gg.editAll("0", gg.TYPE_FLOAT) gg.toast("防抖") gg.clearResults() gg.setRanges(gg.REGION_BAD) gg.searchNumber("0", gg.TYPE_FLOAT,false,gg.SIGN_EQUAL,0, -1) gg.searchNumber("0", gg.TYPE_FLOAT,false,gg.SIGN_EQUAL,0, -1) gg.getResults(10) gg.editAll("0", gg.TYPE_FLOAT) gg.toast("kk牛逼") Main0() end function Main13() gg.clearResults() gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("-1.2382424e28;-1.4239333e28;-1.1144502e28;-1.8331474e27;-7.1608877e24::", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("-1.1144502e28", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(2) gg.editAll("90", gg.TYPE_FLOAT) gg.toast("聚点") Main0() end function Main14() end cs = "KDNBYBGS" while true do if gg.isVisible(true) then XGCK = 1 gg.setVisible(false) end gg.clearResults() if XGCK == 1 then Main() end end