yamanohera155233

Aimbot

Jun 23rd, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. plrs = game.Players
  2. player = plrs.LocalPlayer
  3. char = player.Character
  4. while true do
  5. wait()
  6. for i,v in pairs (game.Players:GetChildren()) do
  7. if v.TeamColor == game.Players.LocalPlayer.TeamColor then
  8. else
  9. v.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame*CFrame.new(0,0,-5.5)
  10. for _,x in pairs (v.Character:GetChildren()) do
  11. if x:IsA("BasePart") then
  12. x.Transparency = 0.8
  13. x.CanCollide = false
  14.  
  15.  
  16.  
  17.  
  18. end
  19.  
  20.  
  21. end
  22. end
  23. end
  24. end
Add Comment
Please, Sign In to add comment