Find any script for Roblox

Enter the name of the game or script.

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 executeEnjoy 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
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *