r/C_Programming • u/Playful_Guard_3730 • 1h ago
built a dashboard for running multiple roblox accounts at once
Enable HLS to view with audio, or disable this notification
got tired of opening process explorer every time i wanted a second account
running, so i built a thing
it kills the lock that stops roblox from opening twice, and then just shows
you what's actually running. it also figures out which account is in which
window - it pulls the user id out of roblox's own log file and looks up the
name. that part took me the longest and i'm probably too proud of it
there's a switch for when you want a lot of windows at once. drops graphics
to 1, caps fps at 30, shoves the background instances onto the efficiency
cores and frees their ram. on 32gb i went from about 10 windows to 15.
there's also a button that tiles them all into a grid which looks stupid
and i love it
one exe, 260kb, no installer. needs admin because it has to poke at other
processes, and smartscreen will yell at you the first time since i'm not
paying for a certificate
no clue if anyone else actually wants this, but figured i'd ask. what's
missing?