|
cfm手游天空黑色,木头箱子透明
function Main()
menu = gg.multiChoice({
"①.改善版天空黑色和木头箱子全除(一局一次游戏里面开)",
"②.退出脚本"
}, nil, "脚本无需任何防封使用\n想念")
if menu == inl then else
if menu[1] == true then A() end
if menu[5] == true then Exit() end
end
YZR=-1
end
function A()
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("1017370378;-3147809::20",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0, -1)
gg.searchNumber("-3147809",gg.TYPE_DWORD,false,gg.SIGN_EQUAL,0,-1)
gg.getResults(100)
gg.editAll("-900500800",gg.TYPE_DWORD)
gg.toast("开启成功,只能木头箱子透明啊")
end
function Exit()
print("想念Q1691073530\n谢谢使用!")
os.exit()
end
cs = "想念交流群聊号码:855036248"
while true do
if gg.isVisible(true) then
YZR = 1
gg.setVisible(false)
end
gg.clearResults()
if YZR == 1 then
Main()
end
end |
|