MIKROTIK STATIC ROUTING GAMES SCRIPT GENERATOR - ( Games Port Update June 2022 )

Script Generator Result
# ===================================================
# Static Routing Games Script Generator By BuanaNETPBun.Github.io
# Date/Time:
# Created By: BuanaNETPBun.Github.io - fb.me/buananet.pbun
# ===================================================
/ip firewall address-list
add list=LOCAL-IP address=10.0.0.0/8 comment=ROUTING-GAME-BY-BNT
add list=LOCAL-IP address=172.16.0.0/12 comment=ROUTING-GAME-BY-BNT
add list=LOCAL-IP address=192.168.0.0/16 comment=ROUTING-GAME-BY-BNT
/ip route
add gateway=x.x.x.x routing-mark=routing-game comment=ROUTING-GAME-BY-BNT
/ip firewall mangle
add action=mark-routing chain=prerouting connection-mark=conn-game new-routing-mark=routing-game passthrough=no src-address-list=LOCAL-IP comment=ROUTING-GAME-BY-BNT place-before=*0
add action=mark-connection chain=prerouting dst-address-list=List-IP-Games new-connection-mark=conn-game passthrough=yes comment=ROUTING-GAME-BY-BNT place-before=*0
# ===================================================
# If you want to add a game script only, you can ignore the script above
# ===================================================
/ip firewall raw

Copy-Paste to Terminal, make sure script on the Top position!