Shopping Cart Simulator Script | INFINITE COINS, INFINITE COFFE

Created by K E D Y

Features:

  • INFINITE 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)
  • INFINITE 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)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS