My favorite all chat spam

Audemus·7/8/2017, 4:31:22 PM·2 votes·275 views

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}

0 Comments