UT: Last Corridor win farm

Uploaded On
Script Credit :- MemesMakeDreams
Features

Win Farm

 go in singleplayer

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local sethidden = sethiddenproperty or set_hidden_property or set_hidden_prop local lplr,d1 = game:GetService("Players").LocalPlayer,game:GetService("Workspace").Doors.DustSans.ClickDetector if sethidden then settings().Physics.AllowSleep = false sethidden(lplr, "SimulationRadius", math.huge) sethidden(lplr, "MaxSimulationRadius", math.huge) lplr.MaximumSimulationRadius = math.huge lplr.ReplicationFocus = workspace else error("incompatible") end workspace.ChildAdded:Connect(function(v) if v.Name == "Boss" then v:WaitForChild("Humanoid") coroutine.wrap(function() while task.wait(0.3) do v:FindFirstChild("Humanoid").Health = 0 end end)() end end) coroutine.wrap(function() while task.wait(1) do fireclickdetector(d1) end end)() lplr,sethidden = nil,nil

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors