LB ECMP / LOAD BALANCING ECMP SCRIPT GENERATOR FOR MIKROTIK ROUTEROS

Script Generator Result
################################################
# LOAD BALANCING ECMP SCRIPT GENERATOR
# Date/Time:
# By: Ale Ponce - linkme.bio/aleponce
# Load Balancing Method: ECMP (Equal Cost Multi Path)
################################################

/ip firewall nat
add chain=srcnat out-interface="" action=masquerade comment="By: Ale Ponce - linkme.bio/aleponce"
add chain=srcnat out-interface="" action=masquerade comment="By: Ale Ponce - linkme.bio/aleponce"
/ip route
add check-gateway=ping distance=1 gateway=",,,,," comment="By: Ale Ponce - linkme.bio/aleponce"
add check-gateway=ping distance=1 gateway="" routing-mark="" comment="By: Ale Ponce - linkme.bio/aleponce"
add check-gateway=ping distance=1 gateway="" routing-mark="" comment="By: Ale Ponce - linkme.bio/aleponce"
/ip firewall mangle
add action=mark-connection chain=input in-interface="" new-connection-mark="" passthrough=yes comment="By: Ale Ponce - linkme.bio/aleponce"
add action=mark-connection chain=input in-interface="" new-connection-mark="" passthrough=yes comment="By: Ale Ponce - linkme.bio/aleponce"
add action=mark-routing chain=output connection-mark="" new-routing-mark="" passthrough=yes comment="By: Ale Ponce - linkme.bio/aleponce"
add action=mark-routing chain=output connection-mark="" new-routing-mark="" passthrough=yes comment="By: Ale Ponce - linkme.bio/aleponce"

Copy-Paste to Terminal, make sure this Mangle Script on the Top position!