If you’re playing The Storage on Roblox and want to do something wild like getting unlimited money or auto-selling skins, then these scripts are just what you need. Made by skilled developers, these scripts are powerful, simple to use, and fun to mess around with. Let’s take a look at one of the most powerful money scripts you can use in The Storage.
01. OP INF MONEY – Made by KontrolAll
Feature | Description |
---|---|
Script Type | The Storage |
Creator | KontrolAll |
Main Feature | Gives you infinite money |
Extra | Auto rolls and sells skins for profit |
Script:
local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
local Window = Library:NewWindow("Script")
local Tab = Window:NewSection("Credits: TGMANKASKE")
Tab:CreateButton("Get Money", function()
local function roll()
local args = {
[1] = "PremRollSkin10"
}
game:GetService("ReplicatedStorage").RemoteFunction:InvokeServer(unpack(args))
end
-- Don't mind this
local function sell()
local skins = {
"Hot Pink", "Agent", "Checkered", "Grey Camo", "Rusted Red",
"Green Camo", "Orange Crush", "Painted Yellow", "Painted Orange",
"Damaged", "Earth", "Painted Blue", "Painted Green", "Painted Red",
"Painted Pink", "Painted Purple", "Green Sentry", "Pink Sentry",
"Red Sentry", "Royal", "Fallen Agent"
}
local guns = {"SMG", "LMG", "Double Barrel Shotgun", "Revolver", "AK47", "Turret", "Shotgun"}
for _, g in ipairs(guns) do
for _, s in ipairs(skins) do
local evArgs = {
[1] = "SellSkin",
[2] = g,
[3] = s
}
game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(evArgs))
game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(evArgs))
end
end
end
sell()
roll()
local rollConnection = game:GetService("RunService").Heartbeat:Connect(function()
roll()
end)
end)
Tab:CreateButton("Rejoin for more", function()
local player = game.Players.LocalPlayer
local gamePlaceId = game.PlaceId
local teleportService = game:GetService("TeleportService")
teleportService:Teleport(gamePlaceId, player)
end)
local Tab = Window:NewSection("Links")
How to Use the Script
- Open Roblox and join the game “The Storage.”
- Use a script executor like Synapse X, KRNL, or Fluxus.
- Copy the script from above.
- Paste it into your executor and attach it to the game.
- Run the script and press the “Get Money” button from the UI that appears.
- If you want to farm more money, click the “Rejoin for more” button to refresh and do it again.
What Are the Benefits of Using the Script?
Using this script gives you instant and unlimited money in the game without grinding. You don’t have to spend hours trying to get rare skins or sell items one by one. The script handles everything—it rolls skins and auto-sells them, meaning your in-game wallet fills up fast.
Also, the script has a rejoin feature, so you can repeat the money farming easily. It’s a huge time-saver, and it gives you the chance to enjoy other parts of the game without worrying about resources. Plus, it’s a great way to learn how advanced scripts work and how they interact with game systems like ReplicatedStorage and RemoteEvents.