Functions: Instantly get chili dogs

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
for joe = 1, 200 do
task.wait()
for i,v in pairs(workspace:FindFirstChild("World Currencies"):GetChildren()) do
if not v:FindFirstChild("outer") and not v:FindFirstChild("ring") then
game:GetService("ReplicatedStorage").Knit.Services.WorldCurrencyService.RE.PickupCurrency:FireServer(v.Name)
end
end
end