第五人格穿墙代码是什么 第五人格穿墙代码怎么用
第五人格穿墙代码是什么?还不清楚的小伙伴,快来看看小编为大家带来的第五人格穿墙代码一览,希望会有所帮助!

第五人格穿墙代码推荐
代码说明
记事本粘贴后修改保存为.lua格式
穿墙代码
gg.toast(⁄'✌个人作品✌⁄')
print(⁄'✌By盧哥✌⁄')
if gg.isVisible(true) then
gg.setVisible(false)
end
gg.clearResults()
goto START
::START::
menu = gg.choice({⁄'✌逃生者穿墙✌⁄',⁄'❤屠夫穿墙❤⁄'},nil,⁄'.www.xiaodao.la⁄')
if menu == 1 then goto X1 end
if menu == 2 then goto X2 end
if menu == nil then print(⁄'Error⁄') end
goto sdone
::X1::
gg.clearResults()
gg.searchNumber(⁄'5;6;7;8:666⁄', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber(⁄'8⁄', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(1)
gg.editAll(⁄'999⁄', gg.TYPE_DOUBLE)
gg.toast(⁄'❤穿墙开启成功❤⁄')
goto sdone
::X2::
gg.clearResults()
gg.searchNumber(⁄'5;6;7;8;15:666⁄',gg.TYPE_DOUBLE,false,gg.SIGN_EQUAL,0,-1)
gg.searchNumber(⁄'15⁄',gg.TYPE_DOUBLE,false,
gg.SIGN_EQUAL,0,-1)
gg.getResults(1)
gg.editAll(⁄'999⁄',gg.TYPE_DOUBLE)
gg.toast(⁄'❤屠夫穿墙开启❤⁄')
goto sdone
::sdone::
print(⁄'❤内测版本❤⁄')
gg.toast(⁄'✌脚本以结束✌⁄')
os.exit()