My favorite all chat spam
Copy paste this into your autohotkey so that when u press alt+s it spams WAKE ME UP INSIDE
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. SetKeyDelay, 0, 50, Play !s:: send {enter} send /all WAKE ME UP INSIDE {enter}