Need assistance making a chat keybind for games like Roblox/Minecraft.

Ask gaming related questions (AHK v1.1 and older)
Derakius
Posts: 1
Joined: 20 Oct 2021, 20:33

Need assistance making a chat keybind for games like Roblox/Minecraft.

Post by Derakius » 20 Oct 2021, 20:36

So basically I'm trying to make a script where I can press a single button (Ex. Numpad0) and have AHK automatically press the "/" button, enter the text and press the enter key all at once. So far I've just got the basics. I need to figure out how to make a string of commands.
Here's what I'm working with so far.
Numpad0::
Send, Do not Random Kill.
return

User avatar
mikeyww
Posts: 26592
Joined: 09 Sep 2014, 18:38

Re: Need assistance making a chat keybind for games like Roblox/Minecraft.

Post by mikeyww » 20 Oct 2021, 20:55

Code: Select all

Numpad0::Send /Do not Random Kill.`n

Post Reply

Return to “Gaming Help (v1)”