运行环境

版本: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()
}
最后修改:2023 年 07 月 10 日
如果觉得我的文章对你有用,请随意赞赏