--BROUGHT TO YOU BY RobloxScripter.com!--
_G.ON = true
while _G.ON and wait(14) do
for i = 1,3 do
local ohString1 = ""-- Input the randomly-generated characters here from the remote spy.
local ohString2 = "PDS"
local ohString3 = "SkiballReward"
local ohNumber4 = 800
game:GetService("ReplicatedStorage").GET:InvokeServer(ohString1, ohString2, ohString3, ohNumber4)
end
end