Advertisement
Guest User

ur dead nigger mom

a guest
Mar 25th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. //made by ur dead nigger mom
  2.  
  3. var productIds = [
  4. "51119013", // Slime Cape
  5. "51119443", // Slime Sunglasses
  6. "45038518", // Festive Winter Shades
  7. "54591332", // Yonduโ€™s Fin
  8. "37990657" // Dog Man Virtual Book
  9. ]
  10.  
  11. productIds.forEach(function(productId) {
  12. $.ajax("https://economy.roblox.com/v1/purchases/products/"+productId, {
  13. method: "POST",
  14. headers: {"X-CSRF-TOKEN": Roblox.XsrfToken.getToken()},
  15. dataType: "json",
  16. data: {
  17. expectedCurrency: 0,
  18. expectedPrice: 0,
  19. expectedSellerId: 1
  20. },
  21. success: function(data) {
  22. if (data.purchased) {
  23. console.log("ur dead nigger mom bought:", data.assetName)
  24. }
  25. }
  26. })
  27. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement