运行环境
版本:AutoHotkey 2.0
系统:Win 10
扩展名:.ahk
编码:UTF-8
脚本代码
autoinput(){
send "{shift}"
send("username")
send "{tab}"
send("password")
send "{enter}"
}
run "radmin /connect:ip:4899/fullscreen"
if WinWait("Radmin 安全性: vm", , 5){
autoinput()
}