Well then it's easy, just make tthis:
Code:
While 1 = 1
Sleep(500)
Send ("{TAB}");Sleeps 0.5 seconds, presses tab, sleeps for another 0.5 seconds.
Sleep(500)
Send ("{5}") ; Throw action
Sleep(9000) ; Cooldown and wait until mob comes (9sec)
Send ("{2}") ; spell it uses.
Sleep(1600) ; cooldown of your skill.
Send ("{2}") ; spell it uses.
Sleep(1600) ; cooldown of your skill.
Send ("{2}") ; spell it uses.
Sleep(1600) ; cooldown of your skill.
Send ("{2}") ; spell it uses.
Sleep(1600) ; cooldown of your skill.
WEnd