MADE BY VVSCRIPT
FEATURE:
- SPAM BUY
- .
- https://www.roblox.com/games/9757510382/Trade-Simulator-NEW#!/game-instances
SCRIPT:
local amounttobuy = 100 --for inf amount do 0
local RobloxAssetID = 6551281 --Roblox AssetID
--IGNORE BELOW
local plrgui = game:GetService("Players").LocalPlayer.PlayerGui
local itemname = game:GetService("MarketplaceService"):GetProductInfo(RobloxAssetID,Enum.InfoType.Asset).Name
local ohString1 = "buy"
if amounttobuy == 0 then
amounttobuy = math.huge
end
for i = 1,amounttobuy do
game:GetService("ReplicatedStorage").event:FireServer(ohString1, RobloxAssetID)
game:GetService("ReplicatedStorage").refresh.OnClientEvent:Wait()
print("Purchased "..i.." "..itemname.."'s")
end
print("? Purchase Complete you should now have"..amounttobuy.." "..itemname.."'s ?")