Kumothesiha

Auto Bond

Mar 27th, 2025
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/Marco8642/science/refs/heads/ok/dead%20rails"))()
  2. task.wait(1)
  3.  
  4. local p, c = game.Players.LocalPlayer, p.Character or p.CharacterAdded:Wait()
  5. local r, h, g = c:FindFirstChild("HumanoidRootPart"), c:FindFirstChild("Humanoid"), c:FindFirstChild("Revolver") or p.Backpack
  6.  
  7. game:GetService("RunService").Stepped:Connect(function()
  8. for _, v in pairs(c:GetDescendants()) do
  9. if v:IsA("BasePart") then v.CanCollide = false end
  10. end
  11. end)
  12.  
  13. local function shoot(b)
  14. if g and b:FindFirstChild("HumanoidRootPart") then
  15. local e = g:FindFirstChild("FireEvent") or game.ReplicatedStorage:FindFirstChild("FireEvent")
  16. if e then e:FireServer(b.HumanoidRootPart.Position + Vector3.new(0, 1.5, 0)) end
  17. end
  18. end
  19.  
  20. while task.wait(1) do
  21. for _, b in ipairs(workspace:GetChildren()) do
  22. if b:IsA("Model") and b:FindFirstChild("Humanoid") and b ~= c then
  23. shoot(b)
  24. task.wait(0.5)
  25. end
  26. end
  27. end
  28.  
  29. task.wait(1)
  30.  
Tags: Dead Rails
Advertisement
Add Comment
Please, Sign In to add comment