import requests from bs4 import BeautifulSoup as BS from fake_useragent import UserAgent link = 'https://auth.roblox.com/v2/login' user = UserAgent().random header = {'user-agent' : user} data = {'cvalue' : "test_API1" , 'password' : '1234567890a'} responce = requests.post(link, data=data, headers=header, ).text print(responce) Python import requests from bs4 import BeautifulSoup as BS from fake_useragent import UserAgent link = 'https://auth.roblox.com/v2/login' user = UserAgent().random header = {'user-agent' : user} data = {'cvalue' : "test_API1" , 'password' : '1234567890a'} responce = requests.post(link, data=data, headers=header, ).text print(responce) на выходе должен был получить авторизацию, консоль выдает: {"code":0,"message":"Token Validation Failed"} Process finished with exit code 0 логин и пароль валидны если что
Ты уверен, что стоит приближаться к роблоксу? Я когда просто в аккаунт войти пытался, оно мне 10 слайдов капч с решением примеров по кубикам выдало