i got problem with this script
problem is that when it kills mob it wont send tab to aim for other mobs
i need when it kills mobs it send tab kill mob send tab ....
Code:
While True
If PixelGetColor(411, 24, "0xF94746") Then
ControlSend($title, "", "", "{3}")
Else
ControlSend($title, "", "", "{Tab}")
EndIf
WEnd
i need when it kills mobs it send tab kill mob send tab ....