ZX7

سكربت/kick

ZX7
Jan 23rd, 2023
1,540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. --[[
  2. ______ _______ _______ _______ __________________ _______ _ _ _________ _______ _ _______ _______
  3. ( __ \ ( ____ \( ____ \( ____ \\__ __/\__ __/( ____ \|\ /|( \ | \ /\\__ __/( ____ \| \ /\( ____ \( ____ )
  4. | ( \ )| ( \/| ( \/| ( \/ ) ( ) ( | ( \/| ) ( || ( | \ / / ) ( | ( \/| \ / /| ( \/| ( )|
  5. | | ) || (__ | | | (__ | | | | | (__ | | | || | | (_/ / | | | | | (_/ / | (__ | (____)|
  6. | | | || __) | | | __) | | | | | __) | | | || | | _ ( | | | | | _ ( | __) | __)
  7. | | ) || ( | | | ( | | | | | ( | | | || | | ( \ \ | | | | | ( \ \ | ( | (\ (
  8. | (__/ )| (____/\| (____/\| (____/\___) (___ | | | ) | (___) || (____/\ | / \ \___) (___| (____/\| / \ \| (____/\| ) \ \__
  9. (______/ (_______/(_______/(_______/\_______/ )_( |/ (_______)(_______/ |_/ \/\_______/(_______/|_/ \/(_______/|/ \__/
  10.  
  11. ]]
  12. -- Created by Tescalus#0001
  13. -- Very simple script to make it look like your kicking people who are leaving using "Exploits."
  14. -- Thanks to simple spy for helping the making of this by getting chat remotes!
  15. local Players = game.Players
  16. Players.PlayerRemoving:Connect(function(player)
  17. -- Script generated by SimpleSpy - credits to exx#9394
  18.  
  19. local args = {
  20. [1] = ":kick "..player.Name,
  21. [2] = "All"
  22. }
  23.  
  24. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  25. -- Script generated by SimpleSpy - credits to exx#9394
  26.  
  27. local args = {
  28. [1] = "Player "..player.Name.. " has been kicked!",
  29. [2] = "All"
  30. }
  31.  
  32. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  33. end)
  34. print[[Made by Tescalus don't believe anyone who tells you otherwise!]]
Add Comment
Please, Sign In to add comment