A slightly updated Macro for rogues with Hack RK.III who just never bothered to max out bind wounds.
Rich (BB code):
Sub Main
/echo Bind_wound Loaded.
:mainloop
/if (${Me.PctHPs} <= 95) /call Bandaide
/if (${Me.PctHPs} >= 99) /call Hack
/goto :mainloop
/return
Sub bandaide
:bandaide
/target (${Me})
/delay 14s
/if (${Me.AbilityReady["Bind Wound"]}) /doability "bind wound"
/doevents
/if (${Me.PctHPs} >= 95) /return
/goto :bandaide
/return
Sub Event_End
Sub End
/echo GO Buy Band-Aids, You are bleeding!!!
/endmac
/return
Sub Event_Hack
Sub Hack
/disc Hack RK. III
/delay 15s
/if (${FindItemCount[=Bandages]}==0) /call End
/return