第五人格道具怎么切换,第五人格如何多个道具切换,最近发现很多小伙伴都在问这个问题,拿了几个道具,看别人切换自如,自己切换不了,一起来看看吧!
怎么切换道具?
身上有道具的情况下地上再有道具,道具栏会出现两个道具让你选,一直点左边显示的道具就能把两个都带点住红圈圈这个道具,不停走不停点!(如下图)
相关问题:
第五人格怎么穿墙
只需要复制代码即可了
代码说明
记事本粘贴后修改保存为.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)
Copyright © 2010-2022 All Rights Reserved