Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

How do you use Roblox authentication login API? [closed]

Asked by 3 years ago
Edited 3 years ago

The Roblox login API is very confusing, and from my research, no one has found out how to use it. I have looked at dev forum posts such as Roblox API Authentication issues, Roblox Web API: How to authenticate?, and Roblox Web Authentication API Error 403 with Python, along with the V1 login endpoint and the V2 login endpoint. Any help would be appreciated. Thanks!

(I know this is not Roblox Lua but I do intend to send requests from Roblox studio.)

Edit: I found the tokens in Roblox's captcha source code

Edit 2: This was found in the source code:

<iframe frameborder="0" scrolling="no" id="fc-iframe-wrap" class="fc-iframe-wrap" aria-label=" " title="Please solve this puzzle so we know you are a real person" style="width: 308px; height: 252px;" src="https://roblox-api.arkoselabs.com/fc/gc/?token=4265f10cddc7631f9.2961564101&amp;r=us-east-1&amp;metabgclr=transparent&amp;guitextcolor=%23474747&amp;maintxtclr=%23b8b8b8&amp;metaiconclr=transparent&amp;meta=6&amp;lang=en&amp;pk=A2A14B1D-1AF3-C791-9BBC-EE33CC7A0A6F&amp;at=40&amp;rid=88&amp;ht=1&amp;atp=2&amp;cdn_url=https://cdn.arkoselabs.com/fc&amp;lurl=https://audio-us-east-1.arkoselabs.com&amp;surl=https://roblox-api.arkoselabs.com"></iframe>

token=4265f10cddc7631f9.2961564101

Edit 3: This was found in the source code (webpack:///./js/angular/captcha/constants/captchaV2Constants.js):

captchaProviders: {
    arkoseLabs: "PROVIDER_ARKOSE_LABS"
},

"PROVIDER_ARKOSE_LABS"

My current parameters:

{
  "ctype": "Username",
  "cvalue": "TTChaos",
  "password": "NotMyActualPassword",
  "captchaToken": "4265f10cddc7631f9.2961564101",
  "captchaProvider": "PROVIDER_ARKOSE_LABS"
}
0
Just going to put this here now, you can't send requests from Studio to a Roblox endpoint, as they block it. You have to use some sort of proxy address. xAtom_ik 574 — 3y
0
I know User#30567 0 — 3y
0
Imma moderate my own question just so I can brag that all my questions are moderated User#30567 0 — 3y

Locked by JesseSong

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?