kevinbuitendyk

FEKillAll

Mar 18th, 2018
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. -- Start Script
  2. -- Objects
  3.  
  4. local Players = game:GetService("Players")
  5. local Mouse = game.Players.LocalPlayer:GetMouse()
  6.  
  7. warn("FilteringEnabled GUI is now loading... Please wait! - Made By Sleep")
  8.  
  9. function PressK(key)
  10. if (key == "k") then
  11. for i, v in next, Players:GetPlayers() do
  12. v:Move(Vector3.new(math.huge*0))
  13. end
  14. end
  15. end
  16.  
  17. Mouse.KeyDown:connect(PressK)
  18. if FE == true then
  19. warn("FilteringEnabled GUI - FE Is Enabled")
  20. elseif FE == false then
  21. warn("FilteringEnabled GUI - FE Is Disabled")
  22. end
  23.  
  24. -- End Of Script ( Made By StayBlue )
Add Comment
Please, Sign In to add comment