Advertisement
millmanz8156

Untitled

Jan 30th, 2022
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. //3D Layered Clothing Buyer Code, Made by Alex Op, creator of RoGold. Posted by Millmanz8156.
  2. Watch my video to learn how to use this!
  3.  
  4. ENTER THE FOLLOWING CODE ANYWHERE IN THE CONSOLE:
  5.  
  6. const toBuy = [1235118697, 1235118681, 1235118664, 1235118645, 1235118635, 1235118624, 1235118608, 1235117708, 1235118569, 1235118497, 1235118468, 1235118426, 1235118397, 1235118373, 1235118345]
  7. for (const item of toBuy) {
  8. 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)
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement