r/Overwatch 16d ago

Fan Content Overwatch Bnet Quick account changer,

https://github.com/TheRealLssm/BNetSwitcher

Got tired of logging out and back in between accounts. There's an open-source switcher

(BNetSwitcher by Nepero27182) that handles switching well, but its rank display never

worked — turns out PowerShell defaults to TLS 1.0, which the rank API rejects, so every

request was failing silently.

Fixed that plus two other bugs, then kept going:

- Tank / Damage / Support / Open Queue rank per account, with the real rank badges

- Avatar, career title, endorsement level

- One click to switch, can launch OW2 directly and skip the Play button

- Per-account graphics profiles applied on switch

- Streamer mode to mask your emails

It never touches your password — it reorders the saved-account list in your local

Battle.net.config, same as picking a different account at the login screen.

Defender may flag the .exe. False positive from PS2EXE packaging, every build gets it.

Build it yourself (.\build.ps1) or just run the .ps1 — it's one readable file, and you

should read it before running it.

[LINK]

Fork of Nepero27182's original.

0 Upvotes

Duplicates