✅ Last Tested: March 2026 – All scripts working.
Speed Run Simulator is a simulator where the progression wall hits hard the further you get into the game. The numbers keep going up but the core loop stays the same, and grinding through it session after session burns people out fast. These scripts break through the wall with Auto Farm, Auto Clicker, Pastebin running automatically so your stats and resources keep climbing on their own.
Auto Farm Auto Clicker Pastebin
📜 Speed Run Simulator Scripts (Auto Farm, Auto Clicker, 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.
Speed Run Simulator Script Auto Farm, Auto Get Speed, Auto Clicker, Instant Win Race
Script 1 KEYLESSSpeed Run Simulator Script Auto Farm, Auto Get Speed, Auto Clicker, Instant Win Race
Auto Farm
loadstring(game:HttpGet('https://raw.githubusercontent.com/Appel-man/Speed-Run-Simulator-Script/main/Speed%20Run%20Simulator%20Script.txt'))()
Select all text above, copy it, then paste into your executor.
Speed Run Simulator Auto Collect Orbs & Auto Click Script:
Script 2 KEYLESSSpeed Run Simulator Auto Collect Orbs & Auto Click Script:
Auto Clicker
loadstring(game:HttpGet("https://pastes.io/raw/speed-run"))()
Select all text above, copy it, then paste into your executor.
Speed Run Simulator Auto Stage & Stage Slider Script:
Script 3 KEYLESSSpeed Run Simulator Auto Stage & Stage Slider Script:
Auto Farm Auto Clicker
loadstring(game:HttpGet("https://github.com/KhSaeed90/Roblox/raw/workspace/230503554"))()
Select all text above, copy it, then paste into your executor.
Speed Run Simulator Auto Eggs & Auto Rings Script:
Script 4 KEYLESSSpeed Run Simulator Auto Eggs & Auto Rings Script:
Auto Farm Auto Clicker
loadstring(game:HttpGet('http://acehub.pro/api/whitelist'))()
Select all text above, copy it, then paste into your executor.
Speed Run Simulator Auto Rebirth & Teleport Script:
Script 5 KEYLESSSpeed Run Simulator Auto Rebirth & Teleport Script:
Auto Farm Auto Clicker
loadstring(game:HttpGet("https://raw.githubusercontent.com/bebedi15/SRM-Scripts/main/Bebedi9960/SRMHub"))()
Select all text above, copy it, then paste into your executor.
Speed Run Simulator Script Pastebin2026 :
Script 6 KEYLESSSpeed Run Simulator Script Pastebin2026 :
Pastebin
loadstring(game:HttpGet("https://raw.githubusercontent.com/bebedi15/Speed-Run-Simulator/main/source4"))()
Select all text above, copy it, then paste into your executor.
Speed Run Simulator Script 7:
Script 7 KEYLESSSpeed Run Simulator Script Pastebin2026 :
Pastebin
if game:GetService'CoreGui':FindFirstChild'DARK II' then
game:GetService'CoreGui'.SRSGui:Destroy();
end
local Library = loadstring(game:HttpGet("http://impulse-hub.xyz/library",true))()
local charset = {}
for i = 48, 57 do table.insert(charset, string.char(i)) end
for i = 65, 90 do table.insert(charset, string.char(i)) end
for i = 97, 122 do table.insert(charset, string.char(i)) end
function RandomCharacters(length)
if length > 0 then
return RandomCharacters(length - 1) .. charset[math.random(1, #charset)]
else
return ""
end
end
local Initialize = Library:Init(game:GetService("CoreGui"), "SRSGui")
-- Window 1 --
local w1 = Initialize:AddTab(RandomCharacters(math.random(5, 5)))
local FarmingTab = w1:AddSection("Farm", false)
local PetTab = w1:AddSection("Pets", false)
local MiscTab = w1:AddSection("Misc", false)
-- Window 1 --
-- Includes --
local RS = game:service'ReplicatedStorage';
local Players = game:service'Players';
local LocalP = Players.LocalPlayer
local Char = LocalP.Character
local Remotes = RS.Remotes
local BarText = string.split(LocalP.PlayerGui.MainUI.RebirthUI.UI.RebirthThing.Display.Text, "/")
local CurrentBar = tonumber(BarText[1])
local MaxBar = tonumber(BarText[2])
function AddSpeed() Remotes.AddSpeed:FireServer() end
function Rebirth() Remotes.Rebirth:FireServer() end
-- Includes --
local Speed = FarmingTab:AddToggle("fspeed", "Auto-Speed", false, function(value)
getgenv().farmspeed = value
while getgenv().farmspeed and wait(.0000000000001) do
wait(.4)
wait(.3)
wait(.498)
wait(0.99)
wait(0.99)
for i = 1, 2000 do
AddSpeed()
end
end
end)
local Rebirth = FarmingTab:AddToggle("frebirth", "Auto-Rebirth", false, function(value)
getgenv().rebirth = value
while getgenv().rebirth and wait(0.4) do
wait(.2)
if CurrentBar >= MaxBar or CurrentBar <= MaxBar then
Rebirth()
end
end
end)
local Orbs = FarmingTab:AddToggle("forbs", "Auto-Orbs", false, function(value)
getgenv().orbs = value
while getgenv().orbs and wait(0.4) do
for _,orbs in pairs(workspace.OrbSpawns:GetChildren()) do
if orbs:FindFirstChild("TouchInterest") and orbs.Name == "Orb" then
wait(.3)
orbs.CFrame = Char.HumanoidRootPart.CFrame * CFrame.new(0, 1, 0)
end
end
end
end)
local Rings = FarmingTab:AddToggle("frings", "Auto-Rings", false, function(value)
getgenv().rings = value
while getgenv().rings and wait(0.4) do
for _,rings in pairs(workspace.OrbSpawns:GetChildren()) do
if rings:FindFirstChild("TouchInterest") and rings.Name == "Ring" then
wait(.3)
rings.CFrame = Char.HumanoidRootPart.CFrame * CFrame.new(0, 1, 0)
end
end
end
end)
pets = {}
for i,v in pairs(LocalP.PlayerGui.MainUI.PetUI.SelectionPanel.ScrollingFrame:GetChildren()) do
if v:FindFirstChild("NamePetThing") then
if v.NamePetThing.Text == "NAME" then
else
PetName = v.NamePetThing.Text
table.insert(pets, PetName)
end
end
end
local PetList = PetTab:AddScrolling("Pet", pets, "N/A", false, true, function(v)
SelectedPet = v
for i,v in pairs(LocalP.PlayerGui.MainUI.PetUI.SelectionPanel.ScrollingFrame:GetChildren()) do
if v:FindFirstChild("NamePetThing") then
if v.NamePetThing.Text == "NAME" then
else
table.remove(pets)
PetName = v.NamePetThing.Text
table.insert(pets, PetName)
end
end
end
end)
local EquipPet = PetTab:AddSlider("fequippet", "Equip Pet", {min = 1, max = 50, def = 1}, function(value)
if SelectedPet == nil then
else
for i = 1, value do
wait(1)
Remotes.PetEquip:FireServer(SelectedPet)
end
end
end)
local UnequipPet = PetTab:AddSlider("funequippet", "Unequip Pet", {min = 1, max = 100, def = 1}, function(value)
if SelectedPet == nil then
else
for i = 1, value do
wait(.1)
Remotes.PetUnequip:FireServer(SelectedPet)
end
end
end)
local InfStorage = MiscTab:AddButton("finfstorage", "Inf Pet Storage", false, function()
LocalP.InvSpace.Value = 9e+18
end)
local InfEquip = MiscTab:AddButton("finfequip", "Inf Pet Equipped", false, function()
LocalP.PetSlot.Value = 9e+18
end)
Select all text above, copy it, then paste into your executor.
🎮 How to Use the Speed Run Simulator Script
2Launch Roblox and open Speed Run Simulator.
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 Speed Run Simulator Script

Speed Run Simulator is a simulator game where the entire loop is built around clicking, collecting, and pushing your numbers higher to unlock the next tier. The early game feels rewarding but the wall between mid and late game upgrades takes a serious amount of grinding to break through.
Auto farm and auto collect scripts are the most useful here since they run the core loop automatically without any input. Most of the options above are keyless and start working the moment you execute them.
Always use an alt account to protect your main from any flags. Check back here after updates since simulator mechanics change often and scripts sometimes need a refresh.
Looking for free rewards? Check out our Speed Run Simulator Codes page for every working code.
The Speed Run Simulator is worth checking for the full picture on Speed Run Simulator — abilities, update history, and everything the base game covers.
⚠️ 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.