Account Manager

Add your real Roblox accounts to Quark, keep their sessions encrypted on your own machine, and launch one or many of them straight into a game.

The Account Manager tab lives inside the Quark Windows desktop app. It stores the accounts you sign in with, launches them into a game by id or link, and can run several Roblox clients side by side with Multi-Roblox. Accounts are added through the account's .ROBLOSECURITY cookie rather than a username and password, and every stored cookie is encrypted at rest with Windows DPAPI so it never sits on disk in plain text.

Why cookie auth instead of a password

Quark authenticates each account with its Roblox session cookie, the value Roblox itself calls .ROBLOSECURITY. Quark never asks for, sees, or stores your Roblox password. There are a few concrete reasons this is the right approach:

Finding your .ROBLOSECURITY cookie

The cookie is set by Roblox in your browser when you are logged in. You read it out once and paste it into Quark.

1
Log in to roblox.com in a browser on the account you want to add.
2
Open your browser's developer tools (F12), go to the Application (or Storage) tab, and expand Cookies for roblox.com.
3
Find the entry named .ROBLOSECURITY and copy its entire value.
4
In Quark, open the Account Manager tab, choose Add Account, and paste the value in. Quark validates the session, pulls the account's username and avatar, and saves it.

The value usually begins with a warning string like _|WARNING:-DO-NOT-SHARE-THIS.... That warning is part of the cookie. Copy the whole thing, including that prefix. Anyone who has this value has full access to the account, so treat it exactly like a password and never paste it anywhere but Quark.

DPAPI encryption at rest

Once an account is added, Quark encrypts its cookie with the Windows Data Protection API (DPAPI) before writing anything to disk. DPAPI ties the encryption to your Windows user account, which means:

DPAPI protects the cookie against other users and against files being copied off your machine. It is not protection against malware already running as you, since such software runs with your own permissions. Keep your Windows account clean and locked, and only add accounts you actually control.

Launching into a game

From the Account Manager you can send any stored account directly into a Roblox experience. Quark accepts either the game (place) id or a full Roblox game link:

Game id:   126884695634066
Game link: https://www.roblox.com/games/126884695634066/Some-Game-Name

Pick the account, provide the id or link, and launch. Quark uses the account's session to open the Roblox client already joined into that place, so there is no manual login step in the client itself.

Multi-Roblox: running several clients at once

Multi-Roblox lets you run more than one Roblox client on the same PC at the same time, each signed in as a different stored account. By default Windows and Roblox allow only a single client instance, and Multi-Roblox is what removes that single-instance limit so you can launch a second, a third, and beyond in parallel.

Account limits: monthly vs lifetime

How many accounts you can store depends on your Quark plan.

PlanStored accounts
Monthly key ($2/month)Up to 5 accounts
Lifetime key ($5)Unlimited
StaffUnlimited

Monthly-key users are capped at 5 accounts. Lifetime and staff accounts have no cap. Upgrading from a monthly to a lifetime key lifts the limit.

Safety notes

Need help? Ask in the community Discord: discord.gg/AvfJCzRgUz.