|
使命召唤瞬移分享
--
此功能自己多研究测试
开启后属于断网状态,但是能够听到周围的脚步,自己移动也是没有问题的
开启时间过长会提示断网
全局有限,但是建议游戏中开启,不然进不去游戏
function sy()
F = gg.alert(" 【游戏中开启】\n此功能自己研究,我也还没搞懂 ", " 关" ," 开")
if F==1 then
qmnb = {
{["memory"] = 8},
{["name"] = "瞬移关闭"},
{["value"] = -531087360, ["type"] = 4},
{["lv"] = 22544384, ["offset"] = -8, ["type"] = 4},
}
qmxg = {
{["value"] = 973078529, ["offset"] = -4, ["type"] = 4},
}
xqmnb(qmnb)
elseif F==2 then
qmnb = {
{["memory"] = 8},
{["name"] = "瞬移"},
{["value"] = -531087360, ["type"] = 4},
{["lv"] = 22544384, ["offset"] = -8, ["type"] = 4},
}
qmxg = {
{["value"] = 0, ["offset"] = -4, ["type"] = 4},
}
xqmnb(qmnb)
end
end
|
|