Advertisement
klops

Anarchy Crash all

Oct 29th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(c)
  2. if c == 'e' then
  3. local Mouse = game.Players.LocalPlayer:GetMouse()
  4. for i,v in pairs(game.Players:GetChildren()) do
  5. wait()
  6. if v.Name=="Discordjs" then do
  7. print'hey thats pretty gey'
  8. end
  9. else do
  10. game.Players[v.Name]:Move(Vector3.new(math.huge,math.huge,math.huge))
  11. end
  12. end
  13. end
  14. end
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement