RBXHACK_YT

Gun Sim Script Spam Kill Everyone

Mar 7th, 2021 (edited)
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. local lp = game:GetService("Players").LocalPlayer
  2. local x = lp:WaitForChild("PlayerGui"):WaitForChild("ScreenGui"):WaitForChild("Beam")
  3. while true do
  4. pcall(function()
  5. for i,v in pairs(game.Players:GetPlayers()) do
  6. if v == lp then continue end
  7. if not v or not v.Character or not v.Character:FindFirstChild("Head") or not v.Character:FindFirstChild("Humanoid") or v.Character:FindFirstChildOfClass("ForceField") or v.Character.Humanoid.Health <= 0 then continue end
  8. if (lp.Character.HumanoidRootPart.Position-v.Character.HumanoidRootPart.Position).magnitude > 250 then continue end
  9. local idc1,idc2,yes = workspace:FindPartOnRayWithIgnoreList(Ray.new(lp.Character.Gun.Handle.CFrame.p, (v.Character.Head.Position - lp.Character.Gun.Handle.CFrame.p).unit * 300), { lp.Character, workspace.pets }, false, true);
  10. if not idc1 or not idc1:IsDescendantOf(v.Character) then continue end
  11. x:Fire(lp.Character.Gun,v.Character.Head.Position,v.Character.Head,yes)
  12. wait()
  13. end
  14. end)
  15. game:GetService("RunService").RenderStepped:Wait()
  16. end
  17. -->subscribe to RBXHACK YT <-- link : https://www.youtube.com/channel/UC0kQBErAaaD74S7BCeCgd_w
Add Comment
Please, Sign In to add comment