Page 1 of 1

Auto Attack Macro (AutoHotKey)

Posted: April 1st, 2010, 12:41 pm
by malganis2
Hello. Auto-attack macro made by me (modifying another macro from this forum). I have tested it and it works. It's for AutoHotKey.

Code: Select all

Loop
{
ControlClick,, ahk_class LaunchUnrealUWindowsClient,,,,,,
Sleep, 300
}
Return

F1::
Pause
Return

Esc:: ; in case of emergency hit escape key
exitapp