Dynamic Ship Simulator III Script | ANTI CHEAT BYPASS

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)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!