Created by ewc543
Features:
- ANTI CHEAT BYPASS
- removing the two velocity events allows you to do basically anything but there is still a tp check, so be wary
local RunService = game:GetService("RunService")
game.Players.LocalPlayer.CharacterAdded:Connect(function(plr)
plr:WaitForChild("HumanoidRootPart")
task.wait()
plr.HumanoidRootPart:WaitForChild("BV")
plr.HumanoidRootPart:WaitForChild("BG")
task.wait()
plr.HumanoidRootPart.BV:Destroy()
plr.HumanoidRootPart.BG:Destroy()
end)