Inherently, no.
But, if you get creative… probably.
I don’t know what monster you are killing to get this mind you. But what you need to do first is make a navigation grid of the area where the monsters are.
Then, with combat assist on, you would need to make a scenario to selectgrid(name)
have your character gotorandomwaypoint()
on that grid and [turnToAngle(angle)
facing the center of the grid(this step may not be possible, but should be attempted*)] where the monsters should be and then sendkey(tab)
and hope it targets your mob as there is probably one other mob in that area, there usually is. After that the combat assist should kill your target and thats that. then you just figure out about how long it takes for you to kill the thing, add afkfor(time)
to give your character time to fight and lastly add repeatall(number)
for how many times you want it to do this.
I would HIGHLY suggest you not walk away while your bot is doing its thing…. good luck and hopefully this helps you some.