Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.botifymanager.xyz/llms.txt

Use this file to discover all available pages before exploring further.

The Cookies tab provides a dedicated interface for managing .ROBLOSECURITY cookies across all stored accounts — independent from the Accounts tab.
Each row in the cookie table represents one stored account:
ColumnDescription
UsernameAssociated Roblox account name
StatusValid / Expired / Invalid
AgeDays since the cookie was last refreshed
Age Indicator🟢 Under 7 days / 🟡 7–20 days / 🔴 Over 20 days
Refresh ButtonPer-row button to immediately refresh this cookie

ColorAge RangeMeaning
🟢 GreenUnder 7 daysFresh — no action needed
🟡 Yellow7–20 daysGetting stale — consider refreshing soon
🔴 RedOver 20 daysHigh risk of expiry — refresh immediately

Refreshing Cookies

Manual Refresh

Click the Refresh button on any row to immediately re-validate and obtain a fresh cookie for that account. The result is logged in the Logs tab.

Bulk Refresh

Click Refresh All to queue every stored cookie for refresh. Refreshes run sequentially with a configurable delay between each one.
SettingDefaultDescription
Delay Between Refreshes5 secondsPause between each cookie refresh in a bulk run

A background thread silently refreshes all cookies on a repeating schedule:
SettingKeyDefault
Auto Cookie Refreshauto_cookie_refreshtrue (enabled)
Refresh Intervalcookie_refresh_interval_hours24 hours
Delay Between Refreshescookie_refresh_delay5 seconds
Auto refresh runs entirely in the background — you don’t need to do anything. A log entry is written each time a cookie is successfully refreshed or fails.

Botify uses the auth ticket exchange method to obtain fresh cookies without requiring a new login:
1

Generate CSRF Token

Requests a CSRF token from the Roblox API using the existing .ROBLOSECURITY cookie.
2

Exchange for Auth Ticket

Uses the CSRF token + existing cookie to request a Roblox auth ticket.
3

Obtain Fresh Cookie

Exchanges the auth ticket for a brand-new .ROBLOSECURITY cookie.
4

Update MongoDB

Saves the fresh cookie to the botify_cookies collection, updating the age timestamp.
Cookies that have been fully invalidated (account banned, manually logged out, or password changed) cannot be refreshed this way. They will be marked Expired and must be re-added via the Accounts tab using Browser Login or Cookie Paste.