![](http://tiebapic.baidu.com/forum/w%3D580/sign=c461c0c12559252da3171d0c049a032c/2499897eca806538114f86c8d2dda144af3482ca.jpg?tbpicau=2025-02-25-05_927f5870cacd376b73e6ddab925f2adc)
如图所见,功能简单。一下下手动破解锁太慢了,废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