Simple AHK Lobby Spam Script
I'm posting this mainly because it took me a while to find a proper AHK lobby chat spam script that worked. You toggle the script with F2. The message is at the bottom, so you can edit it there. Since you aren't using it in a proper match, there isn't any VAC so it should be undetected, but still, use it at your own risk.
Code
F2::
If State=50
State=Off
else
State=50
SetTimer SendKey, %State%
Return
SendKey:
Send S
Send p
Send a
Send m
Send .
Send {Enter}
Return
If State=50
State=Off
else
State=50
SetTimer SendKey, %State%
Return
SendKey:
Send S
Send p
Send a
Send m
Send .
Send {Enter}
Return


