The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Speed Run SIm x1000 click script pastebin roblox
By LINK GAME on 2024-09-18 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. _G.AutoFarm = true
  2. local ReplicatedStorage = game:GetService("ReplicatedStorage").Remotes
  3. if _G.AutoFarm == true then
  4.    game:GetService("RunService").RenderStepped:Connect(
  5.        function()
  6.            ReplicatedStorage.AddSpeed:FireServer()
  7.        end
  8.    )
  9. end