My Kennel! INFINITE COINS SCRIPT

Created by dielan

Features:

  • INFINITE COINS
local coins = { 500,1000,1500,2000 } -- u can increase the amount of coins u gain here, depending on your level and the world u at
while true do
for i = 1,10000 do task.wait()
for i,v in pairs(coins) do
local args = {
    [1] = "Dirt",
    [2] = v}
game:GetService("ReplicatedStorage").Knit.Packages.Knit.Services.RewardService.RE.COLLECT_CHANGE:FireServer(unpack(args))
game:GetService("ReplicatedStorage").Knit.Packages.Knit.Services.ExchangeService.RF.SellAllBones:InvokeServer()
end
end
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!