✅ Last Tested: March 2026 – All scripts working.
Container RNG is an idle game where the core loop is designed to run in the background, but the upgrades and progression still require enough attention that going fully AFK slows things down. These scripts take over the active parts with Auto Farm, Speed Hack, ESP, God Mode so your idle gains keep compounding without having to check back every few minutes.
Auto Buy Pastebin
📜 Container RNG Scripts (Auto Buy, Pastebin & More)
To run any of these scripts you will need a working Roblox executor. Check out the list at that link for free and paid options that work in 2026.
Container RNG Script Auto Farm, Auto Coin Collector, Auto Upgrade, Infinite Coins, Auto Buy
Script 1 KEYLESSContainer RNG Script Auto Farm, Auto Coin Collector, Auto Upgrade, Infinite Coins, Auto Buy
Auto Buy
loadstring(game:HttpGet("https://raw.githubusercontent.com/agreed69-scripts/open-src-scripts/refs/heads/main/Container%20RNG.lua",true))()
Select all text above, copy it, then paste into your executor.
Container RNG Infinite Coins Script:
Script 2 KEYLESSContainer RNG Infinite Coins Script:
Auto Buy Pastebin
loadstring(game:HttpGet('https://pastes.io/raw/ccrng-5723'))()
Select all text above, copy it, then paste into your executor.
Container RNG Script Pastebin2026 :
Script 3 KEYLESSContainer RNG Script Pastebin2026 :
Pastebin
local Mercury = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local GUI = Mercury:Create{
Name = "RNG - yelpsupreme",
Size = UDim2.fromOffset(600, 400),
Theme = Mercury.Themes.Dark,
Link = "https://[Log in to view URL]"
}
local Tab = GUI:Tab{
Name = "Auto",
Icon = "rbxassetid://8569322835"
}
Tab:Button{
Name = "AutoFarm",
Description = nil,
Callback = function()
GUI:Notification{
Title = "Activated",
Text = "Reset to stop auto farm",
Duration = 4,
Callback = function() end
}
-- Function to teleport the player to all Hitbox parts sequentially
local function teleportToHitboxes()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoidRootPart = character:WaitForChild("HumanoidRootPart")
while true do
-- Find all Hitbox parts in the Workspace
local hitboxes = {}
for _, part in pairs(game:GetService("Workspace"):GetDescendants()) do
if part:IsA("Part") and part.Name == "Hitbox" then
table.insert(hitboxes, part)
end
end
-- Teleport to each Hitbox part in sequence
for _, hitbox in ipairs(hitboxes) do
humanoidRootPart.CFrame = hitbox.CFrame
wait(1) -- Wait 1 second before moving to the next Hitbox
end
end
end
-- Execute the function
teleportToHitboxes()
end
}
Select all text above, copy it, then paste into your executor.
🎮 How to Use the Container RNG Script
2Launch Roblox and open Container RNG.
3Open your executor, then click Inject or Attach.
4Copy any script above and paste it into the executor script box.
5Press Execute — the GUI will appear in-game.
6Toggle Auto Farm, Speed Hack, ESP and other features from the GUI menu.
7Always use an alt account to protect your main.
🎮 About The Container RNG Script

Container RNG is an idle game where the passive gains are real but the active upgrades and decisions still require enough attention that fully stepping away slows your progression more than most players realize.
These scripts handle the active inputs automatically so your idle gains keep compounding without needing to check back regularly. Auto farm and auto upgrade are the most impactful here and most options in the list run without a key.
Always use an alt account when running scripts to protect your main. Check back here after updates as idle game loops can change in ways that affect how automation scripts behave.
⚠️ Disclaimer: All scripts on this page are for educational purposes only. Using scripts in Roblox violates the Roblox Terms of Service and may result in your account being permanently banned or suspended without warning. RobloxDatabase.com is not responsible for any consequences from using these scripts. Always use an alt account — never your main.