第五人格里面的穿墙是一个十分不错的技巧,小伙伴们通过穿墙能够在游戏中占据极大的优势,很多小伙伴们对这个穿墙技术还不是十分的了解,下面小编就给大家介绍一下第五人格穿墙代码解析,希望能够帮助到大家。
第五人格穿墙代码推荐
代码说明
记事本粘贴后修改保存为.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()