我实际上正在玩AutoHotkey
:我读了this tutorial并创建了我的第一个脚本。
它应该每隔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
它不起作用:我在游戏中没有任何反应;当我 out 游戏时(例如在记事本中),它可以正常工作。
这有什么问题?
编辑:已解决。如果您使用的是Windows 7,则必须以管理员权限运行脚本。
请主持人:删除这个问题,谢谢。
答案 0 :(得分:0)
不是湿毯子,但是就WoW的用户术语而言,这种事情违反了TOS,即他们的妄想狂,这确实会让其他人搞砸游戏。