Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local D=Delta or{}local P=game:GetService("Players").LocalPlayer local R=game:GetService("RunService")R.Heartbeat:Connect(function()pcall(function()local B=workspace:FindFirstChild("Bonds")or workspace:FindFirstChild("Currency")if not B then return end local C=P.Character if not C then return end local H=C:FindFirstChild("HumanoidRootPart")if not H then return end for _,b in pairs(B:GetChildren())do if b:IsA("BasePart")and(H.Position-b.Position).Magnitude<=50 then pcall(function()D:FireServer("CollectBond",b)end)pcall(function()firetouchinterest(H,b,0)firetouchinterest(H,b,1)end)task.wait(.3)end end end)end)game:GetService("StarterGui"):SetCore("SendNotification",{Title="Dead Rails",Text="Bond Farmer Loaded",Duration=5})
Advertisement
Add Comment
Please, Sign In to add comment