Auto Attack Macro (AutoHotKey)
Posted: April 1st, 2010, 12:41 pm
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