Two players Healing by golfinh0
Related: Healinghealing bot
Description from the author:
###### Add this snippet to the char that will hit
if findtype 'clean bandage%s%' 'ground'
warmode off
stop
endif
wait 2000
loop
######
###### Add this script to the char that will
if count 'Bandages' < 5 or 'Healing' = 100
if findtype 'clean bandage%s%' as clean_bandages
lift clean_bandages
wait 500
drop 'ground'
endif
stop
endif
if hits < 100 and not bandaging
hotkey 'Bandage Self'
wait 10000
endif
loop
###### This script requires two open accounts. One is the "healer" the other is the "hitter".
The trigger to stop the script is dropping the bandage in the floor. This will halt the script.
I couldn't find a way to check other's player health.