-- discord.gg/ezhub <-- scripts here
_G.ezhub = true -- type false if u want to turn it off
local lp = game:GetService("Players").LocalPlayer
local target = workspace.Main.BridgeEnd.WinWall.Hit
task.spawn(function()
while task.wait(0.1) do
if _G.ezhub then
pcall(function()
local hrp = lp.Character.HumanoidRootPart
if firetouchinterest then
firetouchinterest(hrp, target, 0)
firetouchinterest(hrp, target, 1)
end
end)
end
end
end)
-- discord.gg/ezhub <-- scripts here
Comments
No comments yet
Be the first to share your thoughts!