Advertisement
Guest User

Breaking Point Semi-Aimbot

a guest
Jul 18th, 2019
18,958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. while wait(5) do
  2. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  3. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  4. v.Character.Head.CanCollide = false
  5. v.Character.Head.Size = Vector3.new(6, 6, 6)
  6. v.Character.Head.Transparency = 0.5
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement