ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
local UserInputService = game:GetService(\"UserInputService\")\r\nlocal Mouse = game:GetService(\"Players\").LocalPlayer:GetMouse()\r\nlocal Folder = Instance.new(\"Folder\", game:GetService(\"Workspace\"))\r\nlocal Part = Instance.new(\"Part\", Folder)\r\nlocal Attachment1 = Instance.new(\"Attachment\", Part)\r\nPart.Anchored = true\r\nPart.CanCollide = false\r\nPart.Transparency = 1\r\nlocal Updated = Mouse.Hit + Vector3.new(0, 5, 0)\r\nlocal NetworkAccess = coroutine.create(function()\r\n settings().Physics.AllowSleep = false\r\n while game:GetService(\"RunService\").RenderStepped:Wait() do\r\n for _, Players in next, game:GetService(\"Players\"):GetPlayers() do\r\n if Players ~= game:GetService(\"Players\").LocalPlayer then\r\n Players.MaximumSimulationRadius = 0 \r\n sethiddenproperty(Players, \"SimulationRadius\", 0) \r\n end \r\n end\r\n game:GetService(\"Players\").LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge)\r\n setsimulationradius(math.huge) \r\n end \r\nend) \r\ncoroutine.resume(NetworkAccess)\r\nlocal function ForcePart(v)\r\n if v:IsA(\"Part\") and v.Anchored == false and v.Parent:FindFirstChild(\"Humanoid\") == nil and v.Parent:FindFirstChild(\"Head\") == nil and v.Name ~= \"Handle\" then\r\n Mouse.TargetFilter = v\r\n for _, x in next, v:GetChildren() do\r\n if x:IsA(\"BodyAngularVelocity\") or x:IsA(\"BodyForce\") or x:IsA(\"BodyGyro\") or x:IsA(\"BodyPosition\") or x:IsA(\"BodyThrust\") or x:IsA(\"BodyVelocity\") or x:IsA(\"RocketPropulsion\") then\r\n x:Destroy()\r\n end\r\n end\r\n if v:FindFirstChild(\"Attachment\") then\r\n v:FindFirstChild(\"Attachment\"):Destroy()\r\n end\r\n if v:FindFirstChild(\"AlignPosition\") then\r\n v:FindFirstChild(\"AlignPosition\"):Destroy()\r\n end\r\n if v:FindFirstChild(\"Torque\") then\r\n v:FindFirstChild(\"Torque\"):Destroy()\r\n end\r\n v.CanCollide = false\r\n local Torque = Instance.new(\"Torque\", v)\r\n Torque.Torque = Vector3.new(100000, 100000, 100000)\r\n local AlignPosition = Instance.new(\"AlignPosition\", v)\r\n local Attachment2 = Instance.new(\"Attachment\", v)\r\n Torque.Attachment0 = Attachment2\r\n AlignPosition.MaxForce = 9999999999999999\r\n AlignPosition.MaxVelocity = math.huge\r\n AlignPosition.Responsiveness = 200\r\n AlignPosition.Attachment0 = Attachment2 \r\n AlignPosition.Attachment1 = Attachment1\r\n end\r\nend\r\nfor _, v in next, game:GetService(\"Workspace\"):GetDescendants() do\r\n ForcePart(v)\r\nend\r\ngame:GetService(\"Workspace\").DescendantAdded:Connect(function(v)\r\n ForcePart(v)\r\nend)\r\nUserInputService.InputBegan:Connect(function(Key, Chat)\r\n if Key.KeyCode == Enum.KeyCode.E and not Chat then\r\n Updated = Mouse.Hit + Vector3.new(0, 5, 0)\r\n end\r\nend)\r\nspawn(function()\r\n while game:GetService(\"RunService\").RenderStepped:Wait() do\r\n Attachment1.WorldCFrame = Updated\r\n end\r\nend)
Password
Anyone with the link will still need this password to view.
Expires
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel