www.roblox-scripter.com

Roblox codes

Halloween Race Clicker script – (Autofarm money)

Functions: Autofarm money

Script developer: ...
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					getgenv().auto = true -- if you want to disable, set to false
function fire(obj)
    firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, obj, 0)
    wait()
    firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, obj, 1)
end

while auto do wait()
    game:GetService("ReplicatedStorage").Remotes.Functions.Rebirth:InvokeServer()
    for _,v in pairs(game:GetService("Workspace").Lobby.CheckPoints:GetChildren()) do
        fire(v)
    end
end