This script will unfriend all friends on your Roblox account.
apparently nobody made this online so i did this yay
- Replace
cookie = "YOUR_ROBLOSECURITY_COOKIE_HERE"in the script with your own cookie.
- Open your web browser and log in to your Roblox account at https://www.roblox.com/.
- Open Developer Tools:
- On Windows: Press
F12orCtrl+Shift+I - On Mac: Press
Cmd+Option+I
- On Windows: Press
- Go to the Application (Chrome) or Storage (Firefox) tab in Developer Tools.
- In the left sidebar, expand Cookies and select
https://www.roblox.com. - Look for the cookie named .ROBLOSECURITY.
- Copy the entire value of the
.ROBLOSECURITYcookie. - Paste this value into the script, replacing the placeholder in
cookie = "placeholdercookie".
Note: Keep your cookie private. Do not share it with anyone. Exposing your cookie can compromise your account security.
- Run the script with Python.
- Never share your .ROBLOSECURITY cookie with anyone.
- Anyone with your cookie can steal your account, Robux, and items.
- Use this script at your own risk.