$win_title = "World of Warcraft"
WinActivate($win_title, "")
WinSetOnTop($win_title, "", 0)
Sleep(1000)
HotKeySet("{F1}", "EndScript")
$i = 0
$win_title = "World of Warcraft"
While $i <= 10
ControlSend ( "World of Warcraft", "", "", "=")
Sleep(2300)
WEnd
Func EndScript()
$exit = MsgBox(4, "Ender", "Exit the Bot?")
If $exit = 6 Then
Exit
EndIf
EndFunc