The Storage Script | INFINITE ITEMS

Created by edgarzomboss#0

Features:

  • INFINITE ITEMS
  •  
  • HOW TO USE:
  • 1. Get item
  • 2. Hold it out
  • 3. Execute script #1 choose a Slot and set the Store setting to true
  • 3. Change store value to false and then execute either script #1 or script #2 to get an infinite amount of items from each one of your slots
local Slot = "One"
local Store = true
if Store == true then
local args = {
   [1] = "StoreBank",
   [2] = Slot,
   [3] = 1
}

game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
else
local args = {
   [1] = "TakeBank",
   [2] = Slot,
   [3] = 0/0
}

game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
end
local table = {"One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten", "Eleven", "Twelve"}

for i,v in pairs(table) do
local args = {
   [1] = "TakeBank",
   [2] = v,
   [3] = 0/0
}



game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
wait(0.5)
end

ENJOY!

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

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