[ad_1]
Created by mothra#4150
Features:
- GET ALL FREE LAYERED CLOTHING ON ROBLOX 2022
- HOW TO USE:
- 1. Go to your https://roblox.com/home page.
- 2. Click CTRL + SHIFT + I.
- 3. Click Application.
- 4. Copy your .ROBLOSECURITY cookie.
- 5. Click CTRL + SHIFT + J until the Console is open.
- 6. Paste my code into the console, and then your cookie where it belongs.
- 7. Press enter, and you should own the 5 layered assets as shown below!
const Cookie = '' //-- Insert your cookie here
const LayeredClothing = [
1243478387, 1243478166, 1235118446, 1235118426, 1235118373, 1235118397, 1242724438, 1235118345, 1242724575, 1242724676
];
for (var i = 0; i < LayeredClothing.length; i++) {
const Response = fetch(
'https://economy.roblox.com/v1/purchases/products/' + LayeredClothing[i],
{
body: JSON.stringify({
expectedCurrency: 1,
expectedPrice: 0,
expectedSellerId: 1,
}),
method: 'POST',
credentials: 'include',
headers: {
['Accept']: 'application/json',
['Content-Type']: 'application/json',
['Cookie']: '.ROBLOSECURITY=' + Cookie,
['X-CSRF-TOKEN']: Roblox.XsrfToken.getToken()
},
}
);
if (Response.status !== 200) {
console.log('Successfully purchased ' + (1 + i) + ' assets!')
}
}
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]