Hello
I want to make two groups number change to different number.
But this gameguardian can't work.
My code is that:
function Main0()
SN = gg.choice({
"hello",
}, nil, "我是一个默默无闻的公告")
if SN==1 then
Main2()
end
FX1=0
end
function Main2()
SN = gg.multiChoice({
"德意志",
"z20/z21",
}, nil, "")
if SN==1 then
HS3()
end
if SN==2 then
HS4()
end
FX1=0
end
function HS3()
gg.clearResults()
gg.setRanges(32)
gg.searchNumber("691;56;41;29;65;7::", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber("691;56;41;29;65;7", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll("8888888;8000;6000;15000;25000;6000", gg.TYPE_DOUBLE)
gg.toast("cg1")
gg.clearResults()
end
function HS4()
gg.clearResults()
gg.setRanges(32)
gg.searchNumber("324;12;83;27;72;55:: ", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber("324;12;83;27;72;55", gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll("888888;1200;2000;3000;25000;6000", gg.TYPE_DOUBLE)
gg.toast("cg2")
gg.clearResults()
end
while true do
if gg.isVisible(true) then
FX1 = nil
gg.setVisible(false)
end
if FX1 == nil then
Main0()
end
end
新建文本文档.lua