Greetings,
I’m currently trying to develop a bot that can upload clothing for non premium designers. For that, of course I’ll need a funCaptcha token.
The following code is in Python, but the programming language doesnt matter here
r = S.post(f"https://roblox.com/home", headers={'x-csrf-token': x}, cookies=data)
I’ve checked Roblox’ cookies but I cannot see a captcha token, so it must be a header. As you can see I’m addressing the x-csrf token. But which name does the funCaptcha token have, and where would I find it?
Thank you in advance for helping me.