Autohotkey 自动热键+;魔兽世界:重复跳跃

Autohotkey 自动热键+;魔兽世界:重复跳跃,autohotkey,world-of-warcraft,Autohotkey,World Of Warcraft,我实际上在玩自动热键:我阅读并创建了我的第一个脚本 每1秒按一次空格键可以让我的角色跳跃: #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Warn ; Recommended for catching common errors. SendMode Input ; Recommended for new scripts due to its superior

我实际上在玩
自动热键
:我阅读并创建了我的第一个脚本

每1秒按一次空格键可以让我的角色跳跃:

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn  ; Recommended for catching common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

#ifWinActive World of Warcraft
{
    Loop
    {
        Send {Space}
        Sleep 1000
    }
}
return
它不起作用:当我在游戏中时,什么都没有发生;当我退出游戏时(比如在记事本中),它可以正常工作

怎么了

编辑:已解决。如果您使用的是Windows 7,则必须以管理员权限运行脚本


请,主持人:删除这个问题,谢谢。

不想让人扫兴,但这种事情违反了《魔兽世界》用户条款中的TOS,也就是他们的botting偏执狂,这确实让其他人的游戏一团糟。

嗨,Celess。这只是一个实验:我习惯在私人服务器上玩,而不是在官方服务器上玩。昨天,在你读了上面的宏之后,我玩了一些拼写垃圾宏,只是想看看它们是如何工作的。。。为了在玩的时候保护我手指的健康:)老实说:我看不出用鼠标滚轮发垃圾邮件和用同样的方式发垃圾邮件有什么区别。。。当然是老鼠消费的例外。是的,对不起。这是一个讨好的帖子,可能也是为什么没人碰这个帖子的原因。我同意。它确实有点像在游戏中用各种各样的宏武装到牙齿来进行自动化,而不是滥发一些键。