第五人格怎么穿墙?第五人格穿墙是小伙伴们想知道的,这个需要代码,下面就带来第五人格穿墙代码推荐。

第五人格穿墙代码推荐

代码说明

记事本粘贴后修改保存为.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

相关文章