dayz吧 关注:658,697贴子:6,150,418
  • 2回复贴,共1

【分享贴】dayz全自动开密码锁脚本

只看楼主收藏回复


如图所见,功能简单。一下下手动破解锁太慢了,废f键,找到开源自动解密码锁脚本,用AHK写的。跟鼠标宏类似
方法:f1三盘密码锁,f2四盘密码锁,f3关闭脚本,f4暂停运行
测试三盘5-20分钟不等,四盘1.5-3小时.
解放双手,抄家必备
下面公布源码,需要成品可以找我拿
------------------------------------------------------------------------------------------------
#SingleInstance, Force
SendMode Input
SetWorkingDir, %A_ScriptDir%
MsgBox, ############### 老二制作 ############### `n`n=========================`n 三环密码锁按 F1`n=========================`n 四环密码锁按 F2`n=========================`n 关闭脚本 F3`n=========================`暂停 F4 )`n`n###################### nmml ######################`n`n###################################################`n -->"抄家必备"<--`n###################################################`n -->"YY."<--`n
F1::
Loop, {
Loop, 9{
Send, {f Down}
Sleep, 6450
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 1650
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
}
Send, {f Down}
Sleep, 6450
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 1650
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 1650
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
}
Return
F2::
Loop, {
Loop, 1{
Loop, 9{
Send, {f Down}
Sleep, 6450
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 1650
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 1000
}
Send, {f Down}
Sleep, 6450
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 1650
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 1650
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
}
Sleep, 1000
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 1650
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
Sleep, 900
Send, {f Down}
Sleep, 45
Send, {f Up}
}
Return
F3::ExitApp
F4::Pause


IP属地:广东1楼2022-07-16 17:06回复
    老哥 脚本来一个


    IP属地:湖南来自Android客户端2楼2023-07-04 12:42
    回复
      求一份


      IP属地:英国来自iPhone客户端3楼2024-11-26 05:41
      回复