Why do Hotstrings, Send, and Click have no effect in certain games?
Some games use DirectInput exclusively. As a side-effect, they might ignore all simulated keystrokes and mouse clicks. To work around this, try one of the following (or a combination): • Use SendPlay via: 1) the SendPlay command; 2) using SendMode Play; and/or 3) the hotstring option SP. • Increase SetKeyDelay. For example: SetKeyDelay, 0, 50 SetKeyDelay, 0, 50, Play • Try ControlSend, which might work in cases where the other Send modes fail.