Advertisement
Acraze

Roblox Auto-Mass-Seller LITE

Oct 30th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //jQuantity-LITE by the one and only: Acraze - http://www.roblox.com/User.aspx?ID=41995895
  2. //For those who want to sell things easily.
  3. var WantToSell = 131 //How much you want to sell for.
  4. var classname1 = document.getElementById("ctl00_cphRoblox_txtPriceInRobux");
  5. var classname2 = document.getElementById("ctl00_cphRoblox_ResellItem");
  6.  
  7. classname1.value = WantToSell;
  8. classname2.click();
  9. //Full version makes all this run automated and runs with web service. That's the only hint you'll get lol.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement