Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

I am purpyfind. Did you know that you have rights? Well, the Roblox ToS doesn't list that, but you definitely do, so that means you can verify your age without using Roblox Support! (for now).

Notifications You must be signed in to change notification settings

purpyfind/Roblox-ID-LinkGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

note: might not work anymore as of September 2024

Roblox ID Link Generator (Verification Method)

A new Roblox age verification method. Requires your cookies but doesn't store them in places other than the script. Taken from RobloxDevs, with a tutorial. Generates a verification link regardless of the account birthday, proven to work by me and a couple of Malitur Studio members. This works on Windows and MacOS.

Requirements

  • Node.js
  • Visual Studio Code (any version)
  • Axios (run "npm i axios")
  • Basic VS Code knowledge

Tutorial

  1. Create a new file.
  2. Open that file in VS Code.
  3. Copy the index.js file code in this repository inside of your file.
  4. Open a new terminal (thats why you need basic vs code knowledge)
  5. Run "npm i axios" if you don't have axios installed already
  6. Run "node YourFileName", where YourFileName is the name of your file.

Cookie

This will be the explanation for the 7th step. You need your .ROBLOSECURITY cookie for this to work. Please be ensured that the cookie is NOT STORED ANYWHERE ON THE SCRIPT. It is open-source, meaning you can take a look at the script.

Manually getting your cookie

  1. Open the developer console for your browser (F12 for Chrome, Firefox and figure out the keybind for your own browser yourselves)
  2. Go to Application --> Cookies --> .ROBLOSECURITY, copy all that

EditThisCookie

  1. Install the EditThisCookie extension (https://www.editthiscookie.com/)
  2. Use it on roblox.com
  3. Find .ROBLOSECURITY and copy everything.

Tutorial (part 2)

  1. Paste your cookie in the "Input your cookie" field.
  2. If all done correctly, a verification link will be generated.

Note

You need a government-issued document to do the verification process, whether its an ID, passport or driver's license (how do you have a license and have an acc with the birthday being 2018 lmao). Happy verifying!

About

I am purpyfind. Did you know that you have rights? Well, the Roblox ToS doesn't list that, but you definitely do, so that means you can verify your age without using Roblox Support! (for now).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published