Terraria pesquisa chaves, a menos que você esteja digitando na caixa de bate-papo. você tem que segurar a tecla Enter para 1 / fps para abrir a caixa de bate-papo, digite, então segure Enter novamente para 1 / fps para enviar a mensagem.
#NoEnv ; Recommended 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.
SendChat(msg)
{
Send {Enter down}
Sleep 100
Send {Enter up}%msg%
Sleep 100
Send {Enter down}
Sleep 100
Send {Enter up}
Sleep 100
}
MButton::
SendChat("/help 1")
SendChat("/help 2")
SendChat("/help 3")
SendChat("/help 4")