Ok, this is a very basic, very simple mac, its just for canni'ing down with a manastone,
[code]
#turbo
Sub Main
:manastone
/itemnotify pack8 rightmouseup
/if (${Me.CurrentHPs}<=500) /end
/goto :manastone
/return
[/code]
Currently, replacing
[code]
/itemnotify pack8 rightmouseup
[/code]
With...
[code]
/click right
[/code]
Makes it work like 2-3times as fast, but youhave to have your inventory open, or you mana stone hotkeyed, I would absolutely love to just hit /mac Canni without any windows open and canni down, but its a bit slow to do that, so im still using /click right, I was just wondering if there was a turbo, or a setting somewhere that could make the bypassing mouse clicks work faster?

