Releases: KingIcyCreamProjects/Roblox-Account-Manager
Release list
KingsRAM v2.0.1 - Security & reliability fixes
KingsRAM v2.0.1 — security & reliability fixes
From a full security + debug review of the fork:
- Fixed a crash-to-desktop when the Microsoft Edge WebView2 runtime is missing or broken — the app now correctly falls back to the classic UI instead of exiting (previously it could get stuck exiting on every launch).
- Web API hardening:
BlockUser/UnblockUser/UnblockEveryone/GetBlockedList/SetServer/SetRecommendedServernow require your API password. This closes a gap where a web page open in your browser could silently drive those actions on a loaded account. - Nexus reconnect race: overlapping same-account reconnects could leave an account stuck showing Offline while its client was still connected and pinging — now serialized so the live socket always wins.
- Private-server joins: fixed a redirect case that silently fell back to a public join.
- Modern UI: the 12-second refresh no longer interrupts typing in the Alias/Notes fields.
- "Exit if no connection" reliability fix + a couple of crash guards (process watcher, corrupted-store password reset).
Existing v2.0.0 installs auto-update. Or grab RobloxAccountManager.zip below (extract, run Roblox Account Manager.exe).
KingsRAM v2.0 - New UI & Multi-Roblox Resource Manager
KingsRAM v2.0 — new glass interface, multi-Roblox resource manager & live server browser
The biggest release yet.
New interface
- Rebuilt "liquid glass" UI: translucent sidebar, grouped roster (list/cards), detail panel, live search, filter chips.
- Light & dark themes, four accent colors, comfortable/compact density — all live. Classic UI is still one click away (Appearance → Use classic interface).
Multi-Roblox resource manager (new) — Settings → Performance
Built for running lots of clients on one PC:
- Dynamic priority — the client you're looking at stays Normal; background alts drop to Below-normal/Idle so your foreground game stays smooth. (Safe for single-client users.)
- CPU affinity / CCD pinning — optionally pin alts to a core group; on AMD X3D chips keep them off the V-Cache cores your main game wants.
- Trim RAM — free trimmable memory from idle/minimized clients on demand or on minimize.
- Low-graphics profile — writes the graphics-reducing client flags that still work in 2026 (texture/MSAA/FRM/grass/DPI). GPU saver, anti-cheat-safe (config, not injection).
- Live monitor — the Active tab shows per-client CPU % and RAM with per-client Relaunch / Trim / Minimize / Close and an Optimize-all button.
Server browser & add flows
- Real server browser — live public servers for a place (players, FPS, ping, job ID) with one-click Join, plus Popular games and Favorites.
- All add methods wired into the new UI: manual, cookie, user:pass bulk, custom URL + JS.
Note on FPS unlock
Roblox's Sept-2025 FastFlag allowlist means the old framerate flag (DFIntTaskSchedulerTargetFps) is now ignored by the client. The FPS-unlock toggle no longer affects current Roblox; use the Low-graphics profile and the priority/RAM tools instead.
Multi-Roblox is opt-in — a Byfron developer has said running multiple clients may be considered malicious, so enable it at your own risk.
Download: grab RobloxAccountManager.zip, right-click → Properties → Unblock before extracting.
KingsRAM v1.2.0 - Security & reliability hardening
KingsRAM v1.2.0 — Security & reliability hardening
A broad hardening pass over the whole app, driven by a multi-agent audit and then applied per finding.
🔒 Security
- Your login cookies are protected properly at rest. The account store now lives in a locked, per-user folder (
%LOCALAPPDATA%\KingsRAM) instead of next to the app — so it can't get swept into OneDrive/Downloads/shared folders — and it's encrypted with a random per-install key (DPAPI-wrapped) rather than a value baked into the app. Your existing accounts are migrated and re-encrypted automatically the first time you launch. - The local web API is deny-by-default. Requests from another machine now always require the password (a whole class of endpoints previously required none), login cookies are only ever returned over a local connection, and the Nexus control socket requires a per-session secret for non-loopback clients.
- Stronger master password and the app refuses to silently load an unencrypted store unless you explicitly opt out. Sensitive clipboard copies (tickets/cookies/passwords) auto-clear.
🐛 Correctness
- Fixed a concurrency bug that could crash background threads and drop cookie saves.
- Fixed the update-version check (double-digit versions were ordered wrong), plus a batch of crashes/races: log-stream disposal, a settings dictionary, dialog cancels, null-derefs, malformed-input parsing, and a truncated-store guard.
⚡ Performance & UI
- Debounced saves (no more a full write per keystroke), cached/compiled hot paths, background account import with progress, and assorted UI polish (theme-aware colors, dialog captions, recursive theming).
A fork of Roblox Account Manager by ic3w0lf22, licensed under GNU GPLv3.
KingsRAM v1.1.7
KingsRAM v1.1.7 - Launch actually works
Launch "415 Unsupported Media Type" fix
Roblox began rejecting the authentication-ticket request with 415 Unsupported Media Type unless it is sent as JSON, so no account could get a game-join ticket - launches failed with "Invalid Authentication Ticket." The request now carries the correct JSON content type and body, so accounts can join games again. (v1.1.6 added the required Origin header, which was necessary but not sufficient - this is the missing piece.)
Accounts stay valid longer
Roblox now periodically re-issues your login cookie via Set-Cookie and eventually rejects the old value - the reason alts seemed to "go invalid" quickly. KingsRAM now picks up the refreshed cookie automatically each time you launch and saves it, guarded so a bad value can never sign you out.
Install: download RobloxAccountManager.zip, right-click -> Properties -> Unblock, extract, run Roblox Account Manager.exe. Existing installs auto-update.
Verify the download: the SHA-256 in RobloxAccountManager.zip.sha256 matches the zip.
KingsRAM v1.1.6
KingsRAM v1.1.6 — "Invalid Authentication Ticket" launch fix
Fixes launches failing with "Invalid Authentication Ticket … Roblox has probably signed you out" even right after you sign in. Roblox now requires an Origin header on the authentication-ticket request — it's now sent, so launches can get a ticket again. If a launch still can't get one, the exact Roblox response is written to log.txt.
Updating: existing installs prompt on launch. Or download RobloxAccountManager.zip below.
⚠️ SmartScreen blocks unsigned downloads — right-click the zip → Properties → Unblock → OK, then extract.
KingsRAM v1.1.5
KingsRAM v1.1.5 — scrolling, settings layout & context menu
Verified live this release (driven test with 15 accounts):
- Scrolling fixed — the account list scrolls through all groups (it was cut off / janky).
- Settings no longer jumps to the top when you change a setting, and the layout is centered with everything aligned.
- Right-click → Remove Account (and Quick Log In) now actually work — they were silently doing nothing.
- The detail panel no longer squeezes the list into wrapped/overlapping columns.
- Actions show a small confirmation ("Removed X", etc.).
Updating: existing installs prompt on launch. Or download RobloxAccountManager.zip below.
⚠️ SmartScreen blocks unsigned downloads — right-click the zip → Properties → Unblock → OK, then extract.
KingsRAM v1.1.4
KingsRAM v1.1.4 — Launch feedback
- Launch now tells you what happened. If nothing opens, you get a message with the reason — e.g. an expired cookie, or "a Roblox client is already open — enable Multi-Roblox in Settings to launch more than one." Before, a failed launch was completely silent.
- Multi-Roblox toggled in the modern UI now applies immediately (no restart).
- Removed the fake "Blox Fruits ✓" tag next to the Place ID (it showed regardless of what you typed); widened the Place ID field.
Updating: existing installs prompt on launch. Or download RobloxAccountManager.zip below.
⚠️ SmartScreen blocks unsigned downloads — right-click the zip → Properties → Unblock → OK, then extract.
KingsRAM v1.1.3
KingsRAM v1.1.3 — Modern UI wiring
A big batch of modern-UI buttons/controls previously changed only the on-screen state without doing anything. They're now wired to the app:
- Place ID is remembered — loads your last Place ID and saves it when you launch. Save target now saves a default when no account is selected (instead of doing nothing), and actions show a small confirmation.
- Right-click → Copy (username / password / combo / profile / user id) works.
- Add menu dropdown items (Manual, Cookie import) actually open now.
- Settings screen persists to your config and loads from it (a few advanced ones apply on next launch).
- Appearance accent colour persists.
- Active view shows disconnected accounts; Relaunch disconnected works.
- Utilities no longer opens two windows; the Server Browser is labelled a sample-data preview.
Updating: existing installs prompt on launch (Yes, then Yes on the admin prompt). Or download RobloxAccountManager.zip below.
⚠️ SmartScreen blocks unsigned downloads — right-click the zip → Properties → Unblock → OK, then extract.
KingsRAM v1.1.2
KingsRAM v1.1.2
Fixes
- Accounts now show up in the new UI. Accounts you add appeared in the account count but not in the list when they weren't in one of the default groups — they now render correctly under their group (including the default
Defaultgroup). - The version shown in the app now matches the build you're actually running.
- Auto-update reliability improvements.
Updating: existing installs will prompt to update automatically on launch (click Yes, then Yes on the Windows admin prompt). Or download RobloxAccountManager.zip below.
⚠️ Windows SmartScreen blocks unsigned downloads. Right-clickRobloxAccountManager.zip→ Properties → tick Unblock → OK, then extract.
KingsRAM v1.1.1
KingsRAM v1.1.1 - auto-update fix + the "New UI" button. Auto-updates from earlier versions.
- Fixed: earlier v1.1 builds shipped under the same version number, so the auto-updater never offered them. This is a real version bump, so existing installs will now detect and install it.
- New: a visible "New UI" button in the classic window's top-right (next to the gear) - one click switches to the modern UI.
- The modern UI now opens correctly on a fresh first run (right after you choose your encryption option).
- Discord button, docs, and links now point to this fork instead of the original.
Install: download RobloxAccountManager.zip, extract the whole folder, run "Roblox Account Manager.exe". If nothing happens on launch, unblock the zip first (see the README).
Note: applying an update asks for admin (UAC) once - click Yes and it finishes.
Checksum: RobloxAccountManager.zip.sha256 (SHA-256) attached.