gg.alert("开始执行脚本")
function Main()
CT =
gg.choice(
{
"1.
易 水
",
"2.
刺 秦
",
"3.
血王宫
",
"4.
退 出
",
},
nil,
"冒险模式"
)
if CT == 1 then
ys()
end
if CT == 2 then
cq()
end
if CT == 3 then
xwg()
end
if CT == 4 then
Exit()
end
CCC = -1
end
function ys()
gg.clearResults()
gg.searchNumber("32259;134:22", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(10)
gg.editAll("1", gg.TYPE_DWORD)
gg.toast("易水脚本已开启")
end
function cq()
gg.clearResults()
gg.searchNumber("49928;1394::11", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(10)
gg.editAll("1", gg.TYPE_DWORD)
gg.toast("刺秦脚本已开启")
end
function xwg()
gg.clearResults()
gg.searchNumber("103613;2642:11", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(10)
gg.editAll("1 ", gg.TYPE_DWORD)
gg.toast("血王宫脚本已开启")
end
function Exit()
print()
os.exit()
end
while true do
if gg.isVisible(true) then
CCC = 1
gg.setVisible(false)
end
gg.clearResults()
if CCC == 1 then
Main()
end
end