Shopping Cart Simulator! INFINITE COINS – INFINITE COFFE

Created by K E D Y

Features:

  • INFINITE COINS
  • INFINITE COFFEE

COINS

function reward(type)
local events = game:GetService("ReplicatedStorage").Events
events.Update_Reward_Streak:FireServer(type)
wait()
end

local coins = {
["Amount"] = 17e17,
   ["Type"] = "Coins"
}
reward(coins)

COFFEE

function reward(type)
local events = game:GetService("ReplicatedStorage").Events
events.Update_Reward_Streak:FireServer(type)
wait()
end

local coffee = {
["Amount"] = 17e17,
   ["Type"] = "Coffee"
}
reward(coffee)

⚠️ 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!