Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //3D Layered Clothing Buyer Code, Made by Alex Op, creator of RoGold. Posted by Millmanz8156.
- Watch my video to learn how to use this!
- ENTER THE FOLLOWING CODE ANYWHERE IN THE CONSOLE:
- const toBuy = [1235118697, 1235118681, 1235118664, 1235118645, 1235118635, 1235118624, 1235118608, 1235117708, 1235118569, 1235118497, 1235118468, 1235118426, 1235118397, 1235118373, 1235118345]
- for (const item of toBuy) {
- fetch(`https://economy.roblox.com/v2/user-products/${item}/purchase`,{body:JSON.stringify({"expectedCurrency": 1,"expectedPrice": 1,"expectedSellerId": 1}),method:"POST",credentials:"include",headers:{"Content-Type":"application/json","x-csrf-token":Roblox.XsrfToken.getToken()}}).then(console.log)
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement