【LOL】显示攻击范围

#NoEnv  ;4Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
#IfWinActive ahk_class RiotWindowClass

time=30
run_as_admin()
~$a::
SendInput, c
SendInput, {c down}
return
run_as_admin()
{
    full_command_line := DllCall("GetCommandLine", "str")
    if not (A_IsAdmin or RegExMatch(full_command_line, " /restart(?!S)"))
    {
        try
        {
            if A_IsCompiled
                Run *RunAs "%A_ScriptFullPath%" /restart
            else
                Run *RunAs "%A_AhkPath%" /restart "%A_ScriptFullPath%"
        }
        ExitApp
    }
}
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

给TA捐赠
共{{data.count}}人
人已捐赠
其他

SciTE4AutoHotkey改进建议2021年8月8日

2021-8-8 15:42:31

其他应用教程案例

【鼠标增强】侧键激活窗口

2021-8-9 15:19:17

3 条回复 A文章作者 M管理员
  1. hexuren

    建议补充视频和使用教程

  2. 南北

    求个教程

  3. AndImissyou

    厉害

个人中心
购物车
优惠劵
有新私信 私信列表
搜索