Simple AHK Lobby Spam Script

Posts 18 of 8 · Page 1 of 1
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
Quote Originally Posted by sinix511 View Post
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
Cleaner way to do this would be

Code:
F2:: ;Can Skip whole SendKey: process and just use the key directly
Send Spam. ;Letters can be in one line don't need to seperate it
Send {Enter}
;Sleep 10 <-- This is optional if you want it or not if you do remove the ;
Return
Example :
Quote Originally Posted by Ally View Post


Cleaner way to do this would be

Code:
F2:: ;Can Skip whole SendKey: process and just use the key directly
Send Spam. ;Letters can be in one line don't need to seperate it
Send {Enter}
;Sleep 10 <-- This is optional if you want it or not if you do remove the ;
Return
Example :
I think he separated letters for spam even more
Quote Originally Posted by aku View Post


I think he separated letters for spam even more
There is no change, his is separating for no reason as either way the same thing happens please learn some ahk before commenting things like that
Quote Originally Posted by Ally View Post


There is no change, his is separating for no reason as either way the same thing happens please learn some ahk before commenting things like that
Sorry my bad, I’ve tried and yes it’s useless to do this* ( also, you can find some good spam software on the Internet )
Quote Originally Posted by aku View Post


Sorry my bad, I’ve tried and yes it’s useless to do shit ( also, you can find some good spam software on the Internet )
Ahk is perfectly fine as it is
Quote Originally Posted by selfcontroll54 View Post
how it works. can u explian?
its literally self explainatory
Posts 18 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?